Home
last modified time | relevance | path

Searched defs:Tree (Results 1 – 25 of 31) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/tests/regres/cov/
Dtree.go38 type Tree struct { struct
39 initialized bool
40 strings Strings
41 spans map[Span]SpanID
42 testRoot Test
43 files map[string]*treeFile
46 func (t *Tree) init() {
57 func (t *Tree) Spans() SpanList {
66 func (t *Tree) FileSpanGroups(path string) map[SpanGroupID]SpanGroup {
71 func (t *Tree) FileCoverage(path string) TestCoverageMap {
[all …]
Dcoverage_test.go313 func checkTests(t *testing.T, tree *cov.Tree, expect string) {
320 func checkCoverage(t *testing.T, tree *cov.Tree, file string, expect string) {
/third_party/node/deps/icu-small/source/tools/genrb/
Dfilterrb.h145 struct Tree { struct
160 std::map<std::string, Tree> fChildren; argument
161 std::unique_ptr<Tree> fWildcard; argument
Dfilterrb.cpp149 SimpleRuleBasedPathFilter::Tree::Tree(const Tree& other) in Tree() function in SimpleRuleBasedPathFilter::Tree
/third_party/icu/icu4c/source/tools/genrb/
Dfilterrb.h145 struct Tree { struct
160 std::map<std::string, Tree> fChildren; argument
161 std::unique_ptr<Tree> fWildcard; argument
Dfilterrb.cpp149 SimpleRuleBasedPathFilter::Tree::Tree(const Tree& other) in Tree() function in SimpleRuleBasedPathFilter::Tree
/third_party/skia/third_party/externals/icu/source/tools/genrb/
Dfilterrb.h145 struct Tree { struct
160 std::map<std::string, Tree> fChildren; argument
161 std::unique_ptr<Tree> fWildcard; argument
Dfilterrb.cpp149 SimpleRuleBasedPathFilter::Tree::Tree(const Tree& other) in Tree() function in SimpleRuleBasedPathFilter::Tree
/third_party/boost/libs/variant/test/
Drecursive_wrapper_move_test.cpp27 struct Tree : TreeBase { struct
31 static Tree Create(Iter /*first*/, Iter /*last*/) { return Leaf{}; } in Create() argument
/third_party/boost/libs/graph/example/
Dgraph_as_tree.cpp18 template < typename Node, typename Tree > void preorder(Node, Tree&) in preorder() argument
26 template < typename Node, typename Tree > void postorder(Node, Tree&) in postorder() argument
/third_party/boost/libs/geometry/index/test/rtree/exceptions/
Dtest_exceptions.hpp32 typedef bgi::rtree<Value, Parameters> Tree; in test_rtree_value_exceptions() typedef
120 typedef bgi::rtree<Value, Parameters> Tree; in test_rtree_elements_exceptions() typedef
/third_party/typescript/tests/cases/conformance/jsdoc/declarations/
DjsDeclarationsReactComponents.ts90 function Tree({ allowDropOnRoot }) { function
/third_party/typescript/tests/cases/compiler/
DtypeParameterExplicitlyExtendsAny.ts23 type Tree<T> = T & { alias
/third_party/typescript/tests/cases/conformance/expressions/arrayLiterals/
DarrayLiteralInference.ts19 Tree, enumerator
/third_party/typescript/tests/cases/conformance/types/typeAliases/
DgenericTypeAliases.ts1 type Tree<T> = T | { left: Tree<T>, right: Tree<T> }; alias
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
Dnode_hash_map_test.cc116 struct Tree { in TEST() struct
118 absl::node_hash_map<int, Tree> children; in TEST()
/third_party/abseil-cpp/absl/container/
Dnode_hash_map_test.cc116 struct Tree { in TEST() struct
118 absl::node_hash_map<int, Tree> children; in TEST()
/third_party/flutter/skia/infra/bots/
Dgen_compile_isolate.py95 class Tree(object): class
/third_party/boost/boost/graph/
Dmetric_tsp_approx.hpp73 void preorder(Node n, const Tree&) { path_.push_back(n); } in preorder()
179 typedef graph_as_tree< MSTImpl, ParentMap > Tree; in metric_tsp_approx_from_vertex() typedef
Dgraph_as_tree.hpp28 typedef Derived Tree; typedef in boost::graph_as_tree_base
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DImmutableMap.h213 explicit iterator(TreeTy *Tree) : iterator::ImutAVLValueIterator(Tree) {} in iterator()
373 explicit iterator(TreeTy *Tree) : iterator::ImutAVLValueIterator(Tree) {} in iterator()
/third_party/typescript/tests/baselines/reference/
DjsDeclarationsReactComponents.js83 function Tree({ allowDropOnRoot }) { class
/third_party/ffmpeg/libavcodec/
Dbink.c92 typedef struct Tree { struct
95 } Tree; argument
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/datasetops/
Ddataset_op.h303 ExecutionTree *Tree() { return tree_; } in Tree() function
/third_party/ninja/src/
Ddisk_interface_test.cc284 TEST_F(StatTest, Tree) { in TEST_F() argument

12