| /third_party/boost/libs/fusion/test/sequence/ |
| D | tree.hpp | 30 struct tree struct 33 typedef Data data_type; 34 typedef Left left_type; 35 typedef Right right_type; 36 typedef tree_tag fusion_tag; 37 typedef forward_traversal_tag category; 38 typedef mpl::false_ is_view; 44 >::type data_view; 46 explicit tree( in tree() function 54 typedef vector3<Left, data_view, Right> segments_type; [all …]
|
| /third_party/boost/libs/container/test/ |
| D | tree_test.cpp | 32 template class tree variable 40 template class tree variable 48 template class tree variable 56 template class tree variable 64 template class tree variable 72 template class tree variable 91 typedef boost::container::dtl::tree<int, void, std::less<int>, void, void> tree; in main() typedef 105 … typedef boost::container::dtl::tree<int, void, std::less<int>, std::allocator<int>, void> tree; in main() typedef
|
| /third_party/boost/libs/geometry/index/test/rtree/exceptions/ |
| D | test_exceptions.hpp | 46 Tree tree(parameters); in test_rtree_value_exceptions() local 69 Tree tree(parameters); in test_rtree_value_exceptions() local 86 Tree tree(parameters); in test_rtree_value_exceptions() local 101 Tree tree(parameters); in test_rtree_value_exceptions() local 135 Tree tree(parameters); in test_rtree_elements_exceptions() local 163 Tree tree(parameters); in test_rtree_elements_exceptions() local 180 Tree tree(parameters); in test_rtree_elements_exceptions() local 195 Tree tree(parameters); in test_rtree_elements_exceptions() local
|
| /third_party/glib/glib/ |
| D | gtree.c | 213 GTree *tree; in g_tree_new_full() local 241 g_tree_node_first (GTree *tree) in g_tree_node_first() 270 g_tree_node_last (GTree *tree) in g_tree_node_last() 342 g_tree_remove_all (GTree *tree) in g_tree_remove_all() 392 g_tree_ref (GTree *tree) in g_tree_ref() 415 g_tree_unref (GTree *tree) in g_tree_unref() 438 g_tree_destroy (GTree *tree) in g_tree_destroy() 471 g_tree_insert_node (GTree *tree, in g_tree_insert_node() 500 g_tree_insert (GTree *tree, in g_tree_insert() 528 g_tree_replace_node (GTree *tree, in g_tree_replace_node() [all …]
|
| /third_party/boost/tools/quickbook/src/ |
| D | tree.hpp | 95 template <typename T> struct tree : tree_base struct 97 tree() {} in tree() function 98 explicit tree(T* r) : tree_base(r) {} in tree() argument 99 tree(tree<T>&& x) : tree_base(std::move(x)) {} in tree() argument 100 ~tree() { delete_nodes(root()); } in ~tree() 101 tree& operator=(tree<T>&& x) in operator =() 107 tree extract(T* n) in extract() 111 T* root() const { return static_cast<T*>(root_); } in root()
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
| D | cord_rep_btree.h | 134 CordRepBtree* tree; member 388 static void Delete(CordRepBtree* tree) { delete tree; } in Delete() 584 CordRepBtree* tree = new CordRepBtree; in New() local 591 CordRepBtree* tree = new CordRepBtree; in New() local 602 CordRepBtree* tree = new CordRepBtree; in New() local 610 inline void CordRepBtree::DestroyTree(CordRepBtree* tree, size_t begin, in DestroyTree() 619 inline void CordRepBtree::Destroy(CordRepBtree* tree) { in Destroy() 624 auto* tree = static_cast<CordRepBtree*>(::operator new(sizeof(CordRepBtree))); in CopyRaw() local 631 CordRepBtree* tree = CopyRaw(); in Copy() local 640 CordRepBtree* tree = CopyRaw(); in CopyToEndFrom() local [all …]
|
| D | cord_rep_btree_test.cc | 165 void GetLeafEdges(const CordRepBtree* tree, std::vector<CordRep*>& edges) { in GetLeafEdges() 178 std::vector<CordRep*> GetLeafEdges(const CordRepBtree* tree) { in GetLeafEdges() 200 CordRepBtree* tree = CordRepBtree::Create(MakeHexFlat(0)); in MakeTree() local 211 CordRepBtree* tree = CordRepBtree::Create(*it); in CreateTree() local 219 CordRepBtree* tree = CordRepBtree::Create(*rit); in CreateTreeReverse() local 276 auto* tree = CordRepBtree::New(); in TEST() local 284 auto* tree = CordRepBtree::New(3); in TEST() local 360 CordRepBtree* tree = CordRepBtree::New(leaf); in TEST() local 463 CordRepBtree* tree = CordRepBtree::Create(flats.back()); in TEST_P() local 493 CordRepBtree* tree = CordRepBtree::Create(flats.back()); in TEST_P() local [all …]
|
| D | cord_rep_btree_navigator.h | 62 CordRep* tree; member 164 inline CordRep* CordRepBtreeNavigator::InitFirst(CordRepBtree* tree) { in InitFirst() 168 inline CordRep* CordRepBtreeNavigator::InitLast(CordRepBtree* tree) { in InitLast() 173 inline CordRep* CordRepBtreeNavigator::Init(CordRepBtree* tree) { in Init() 207 CordRepBtree* tree, size_t offset) { in InitOffset()
|
| /third_party/protobuf/java/util/src/test/java/com/google/protobuf/util/ |
| D | FieldMaskTreeTest.java | 47 FieldMaskTree tree = new FieldMaskTree(); in testAddFieldPath() local 72 FieldMaskTree tree = new FieldMaskTree(FieldMaskUtil.fromString("foo,bar.baz,bar.quz")); in testMergeFromFieldMask() local 80 FieldMaskTree tree = new FieldMaskTree(FieldMaskUtil.fromString(initialTreeString)); in testRemoveFieldPath() local 102 FieldMaskTree tree = new FieldMaskTree(FieldMaskUtil.fromString("foo,bar.baz,bar.quz")); in testRemoveFromFieldMask() local 109 FieldMaskTree tree = new FieldMaskTree(FieldMaskUtil.fromString("foo,bar.baz,bar.quz")); in testIntersectFieldPath() local 139 FieldMaskTree tree, in merge()
|
| /third_party/node/deps/npm/lib/install/ |
| D | is-extraneous.js | 4 function isExtraneous (tree) { argument 9 function topHasNoPjson (tree) { argument 15 function isNotExtraneous (tree, isCycle) { argument
|
| D | deps.js | 104 function childDependencySpecifier (tree, name, spec, where) { argument 109 function computeMetadata (tree, seen) { argument 152 function isDep (tree, child) { argument 174 function addRequiredDep (tree, child) { argument 207 function packageRelativePath (tree) { argument 221 function matchingDep (tree, name) { argument 227 exports.getAllMetadata = function (args, tree, where, next) { argument 263 exports.loadRequestedDeps = function (args, tree, saveToDependencies, log, next) { argument 309 function computeVersionSpec (tree, child) { argument 349 exports.removeDeps = function (args, tree, saveToDependencies, next) { argument [all …]
|
| D | save.js | 22 exports.saveRequested = function (tree, andReturn) { argument 27 function andSaveShrinkwrap (tree, andReturn) { argument 46 function saveShrinkwrap (tree, next) { argument 54 function savePackageJson (tree, next) { argument 141 exports.getSaveType = function (tree, arg) { argument 169 function getThingsToSave (tree) { argument 183 function getThingsToRemove (tree) { argument
|
| D | copy-tree.js | 3 module.exports = function (tree) { argument 7 function copyTree (tree, cache) { argument 19 function copyModuleList (tree, key, cache) { argument
|
| /third_party/cef/tests/cefclient/browser/ |
| D | osr_accessibility_helper.cc | 122 auto tree = accessibility_node_map_.find(focused_tree_id_); in GetFocusedNode() local 132 auto tree = accessibility_node_map_.find(treeId); in GetTreeRootNode() local 152 auto tree = accessibility_node_map_.find(treeId); in UpdateLayout() local 171 auto& tree = accessibility_node_map_[treeId]; in UpdateLayout() local 189 auto& tree = accessibility_node_map_[treeId]; in UpdateLayout() local 207 auto& tree = accessibility_node_map_[treeId]; in UpdateLayout() local 251 auto tree = accessibility_node_map_.find(treeId); in DestroyNode() local 262 auto tree = accessibility_node_map_.find(treeId); in GetNode() local
|
| /third_party/openssl/crypto/x509v3/ |
| D | pcy_tree.c | 48 static void tree_print(char *str, X509_POLICY_TREE *tree, in tree_print() 92 X509_POLICY_TREE *tree; in tree_init() local 298 X509_POLICY_NODE *node, X509_POLICY_TREE *tree) in tree_add_unmatched() 326 X509_POLICY_NODE *node, X509_POLICY_TREE *tree) in tree_link_unmatched() 362 X509_POLICY_TREE *tree) in tree_link_any() 391 static int tree_prune(X509_POLICY_TREE *tree, X509_POLICY_LEVEL *curr) in tree_prune() 466 static int tree_calculate_authority_set(X509_POLICY_TREE *tree, in tree_calculate_authority_set() 515 static int tree_calculate_user_set(X509_POLICY_TREE *tree, in tree_calculate_user_set() 577 static int tree_evaluate(X509_POLICY_TREE *tree) in tree_evaluate() 607 void X509_policy_tree_free(X509_POLICY_TREE *tree) in X509_policy_tree_free() [all …]
|
| /third_party/boringssl/src/crypto/x509v3/ |
| D | pcy_tree.c | 103 static void tree_print(char *str, X509_POLICY_TREE *tree, in tree_print() 152 X509_POLICY_TREE *tree; in tree_init() local 375 X509_POLICY_NODE *node, X509_POLICY_TREE *tree) in tree_add_unmatched() 401 X509_POLICY_NODE *node, X509_POLICY_TREE *tree) in tree_link_unmatched() 436 X509_POLICY_TREE *tree) in tree_link_any() 494 static int tree_prune(X509_POLICY_TREE *tree, X509_POLICY_LEVEL *curr) in tree_prune() 567 static int tree_calculate_authority_set(X509_POLICY_TREE *tree, in tree_calculate_authority_set() 611 static int tree_calculate_user_set(X509_POLICY_TREE *tree, in tree_calculate_user_set() 670 static int tree_evaluate(X509_POLICY_TREE *tree) in tree_evaluate() 700 void X509_policy_tree_free(X509_POLICY_TREE *tree) in X509_policy_tree_free() [all …]
|
| /third_party/node/tools/icu/ |
| D | icutrim.py | 210 def queueForRemoval(tree): argument 254 def addTreeByType(tree, mytree): argument 277 tree = None variable 279 tree = "ROOT" variable 281 tree = treeprefix[0:-1] variable
|
| /third_party/boost/libs/filesystem/test/ |
| D | copy_test.cpp | 90 directory_tree tree; in collect_directory_tree() local 115 directory_tree tree = collect_directory_tree(target_dir); in test_copy_file_default() local 135 directory_tree tree = collect_directory_tree(target_dir); in test_copy_dir_default() local 166 directory_tree tree = collect_directory_tree(target_dir); in test_copy_dir_default_ec() local 192 directory_tree tree = collect_directory_tree(target_dir); in test_copy_dir_recursive() local 222 directory_tree tree = collect_directory_tree(target_dir); in test_copy_dir_recursive_tree() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/dominator_tree/ |
| D | generated.cpp | 128 DominatorTree& tree = dom_tree.GetDomTree(); in TEST_F() local 193 DominatorTree& tree = dom_tree.GetDomTree(); in TEST_F() local 295 DominatorTree& tree = dom_tree.GetDomTree(); in TEST_F() local 337 DominatorTree& tree = dom_tree.GetDomTree(); in TEST_F() local 416 DominatorTree& tree = dom_tree.GetDomTree(); in TEST_F() local 492 DominatorTree& tree = dom_tree.GetDomTree(); in TEST_F() local 613 DominatorTree& tree = dom_tree.GetDomTree(); in TEST_F() local 743 DominatorTree& tree = dom_tree.GetDomTree(); in TEST_F() local 778 DominatorTree& tree = dom_tree.GetDomTree(); in TEST_F() local 848 DominatorTree& tree = dom_tree.GetDomTree(); in TEST_F() local [all …]
|
| /third_party/skia/third_party/externals/spirv-tools/test/opt/dominator_tree/ |
| D | generated.cpp | 128 DominatorTree& tree = dom_tree.GetDomTree(); in TEST_F() local 193 DominatorTree& tree = dom_tree.GetDomTree(); in TEST_F() local 295 DominatorTree& tree = dom_tree.GetDomTree(); in TEST_F() local 337 DominatorTree& tree = dom_tree.GetDomTree(); in TEST_F() local 416 DominatorTree& tree = dom_tree.GetDomTree(); in TEST_F() local 492 DominatorTree& tree = dom_tree.GetDomTree(); in TEST_F() local 613 DominatorTree& tree = dom_tree.GetDomTree(); in TEST_F() local 743 DominatorTree& tree = dom_tree.GetDomTree(); in TEST_F() local 778 DominatorTree& tree = dom_tree.GetDomTree(); in TEST_F() local 848 DominatorTree& tree = dom_tree.GetDomTree(); in TEST_F() local [all …]
|
| /third_party/gettext/gettext-tools/libgrep/ |
| D | kwset.c | 52 struct tree struct 54 struct tree *llink; /* Left link; MUST be first field. */ argument 55 struct tree *rlink; /* Right link (to larger labels). */ argument 58 char balance; /* Difference in depths of subtrees. */ argument 65 struct tree *links; /* Tree of edges leaving this node. */ argument 287 enqueue (struct tree *tree, struct trie **last) in enqueue() 300 treefails (register struct tree const *tree, struct trie const *fail, in treefails() 335 treedelta (register struct tree const *tree, in treedelta() 368 treenext (struct tree const *tree, struct trie *next[]) in treenext() 697 register struct tree const *tree; in cwexec() local [all …]
|
| /third_party/skia/infra/bots/gen_tasks_logic/ |
| D | compile_cas.go | 185 type tree struct { struct 186 root *node 198 func (t *tree) add(p string) { 205 func (t *tree) entries() []string {
|
| /third_party/boost/boost/spirit/home/classic/tree/ |
| D | tree_to_xml.hpp | 85 tree_to_xml (std::ostream &ostrm, TreeNodeT const &tree, in tree_to_xml() 95 tree_to_xml (std::ostream &ostrm, TreeNodeT const &tree, in tree_to_xml() 103 tree_to_xml (std::ostream &ostrm, TreeNodeT const &tree, in tree_to_xml()
|
| /third_party/cJSON/tests/ |
| D | parse_examples.c | 50 cJSON *tree = NULL; in do_test() local 137 cJSON *tree = NULL; in file_test6_should_not_be_parsed() local 185 cJSON *tree = NULL; in test12_should_not_be_parsed() local 200 cJSON *tree = NULL; in test13_should_be_parsed_without_null_termination() local 229 cJSON *tree = NULL; in test14_should_not_be_parsed() local
|
| /third_party/skia/tests/graphite/ |
| D | IntersectionTreeTest.cpp | 36 IntersectionTree tree; in DEF_GRAPHITE_TEST() local 50 IntersectionTree tree; in DEF_GRAPHITE_TEST() local 64 IntersectionTree tree; in DEF_GRAPHITE_TEST() local
|