/third_party/skia/third_party/externals/swiftshader/tests/regres/cov/ |
D | tree.go | 38 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 …]
|
D | coverage_test.go | 313 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/ |
D | filterrb.h | 145 struct Tree { struct 160 std::map<std::string, Tree> fChildren; argument 161 std::unique_ptr<Tree> fWildcard; argument
|
D | filterrb.cpp | 149 SimpleRuleBasedPathFilter::Tree::Tree(const Tree& other) in Tree() function in SimpleRuleBasedPathFilter::Tree
|
/third_party/icu/icu4c/source/tools/genrb/ |
D | filterrb.h | 145 struct Tree { struct 160 std::map<std::string, Tree> fChildren; argument 161 std::unique_ptr<Tree> fWildcard; argument
|
D | filterrb.cpp | 149 SimpleRuleBasedPathFilter::Tree::Tree(const Tree& other) in Tree() function in SimpleRuleBasedPathFilter::Tree
|
/third_party/skia/third_party/externals/icu/source/tools/genrb/ |
D | filterrb.h | 145 struct Tree { struct 160 std::map<std::string, Tree> fChildren; argument 161 std::unique_ptr<Tree> fWildcard; argument
|
D | filterrb.cpp | 149 SimpleRuleBasedPathFilter::Tree::Tree(const Tree& other) in Tree() function in SimpleRuleBasedPathFilter::Tree
|
/third_party/boost/libs/variant/test/ |
D | recursive_wrapper_move_test.cpp | 27 struct Tree : TreeBase { struct 31 static Tree Create(Iter /*first*/, Iter /*last*/) { return Leaf{}; } in Create() argument
|
/third_party/boost/libs/graph/example/ |
D | graph_as_tree.cpp | 18 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/ |
D | test_exceptions.hpp | 32 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/ |
D | jsDeclarationsReactComponents.ts | 90 function Tree({ allowDropOnRoot }) { function
|
/third_party/typescript/tests/cases/compiler/ |
D | typeParameterExplicitlyExtendsAny.ts | 23 type Tree<T> = T & { alias
|
/third_party/typescript/tests/cases/conformance/expressions/arrayLiterals/ |
D | arrayLiteralInference.ts | 19 Tree, enumerator
|
/third_party/typescript/tests/cases/conformance/types/typeAliases/ |
D | genericTypeAliases.ts | 1 type Tree<T> = T | { left: Tree<T>, right: Tree<T> }; alias
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/ |
D | node_hash_map_test.cc | 116 struct Tree { in TEST() struct 118 absl::node_hash_map<int, Tree> children; in TEST()
|
/third_party/abseil-cpp/absl/container/ |
D | node_hash_map_test.cc | 116 struct Tree { in TEST() struct 118 absl::node_hash_map<int, Tree> children; in TEST()
|
/third_party/flutter/skia/infra/bots/ |
D | gen_compile_isolate.py | 95 class Tree(object): class
|
/third_party/boost/boost/graph/ |
D | metric_tsp_approx.hpp | 73 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
|
D | graph_as_tree.hpp | 28 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/ |
D | ImmutableMap.h | 213 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/ |
D | jsDeclarationsReactComponents.js | 83 function Tree({ allowDropOnRoot }) { class
|
/third_party/ffmpeg/libavcodec/ |
D | bink.c | 92 typedef struct Tree { struct 95 } Tree; argument
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/datasetops/ |
D | dataset_op.h | 303 ExecutionTree *Tree() { return tree_; } in Tree() function
|
/third_party/ninja/src/ |
D | disk_interface_test.cc | 284 TEST_F(StatTest, Tree) { in TEST_F() argument
|