Home
last modified time | relevance | path

Searched defs:Tree (Results 1 – 25 of 33) 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/skia/m133/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/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/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/rust/rust/src/tools/rust-analyzer/crates/profile/src/
Dtree.rs7 pub(crate) struct Tree<T> { struct
14 impl<T> Tree<T> { implementation
51 impl<T> ops::Index<Idx<T>> for Tree<T> { implementation
/third_party/rust/rust/src/tools/miri/src/borrow_tracker/tree_borrows/
Dtree.rs77 pub struct Tree { struct
102 /// the `nodes` map of `Tree`. argument
275 impl Tree { implementation
307 impl<'tcx> Tree { impl
497 impl Tree { implementation
561 impl VisitTags for Tree { implementation
Ddiagnostics.rs184 impl<'tcx> Tree { impl
568 fn from(tree: &Tree, show_unnamed: bool) -> Option<Self> { in from()
582 tree: &Tree, in from()
759 impl<'tcx> Tree { impl
/third_party/rust/rust/compiler/rustc_transmute/src/layout/
Dtree.rs17 pub(crate) enum Tree<D, R> enum
34 impl<D, R> Tree<D, R> impl
85 pub(crate) fn prune<F>(self, f: &F) -> Tree<!, R> in prune()
128 impl<D, R> Tree<D, R> impl
257 impl<'tcx> Tree<Def<'tcx>, Ref<'tcx>> { impl
Dnfa.rs86 pub(crate) fn from_tree(tree: Tree<!, R>) -> Result<Self, Uninhabited> { in from_tree()
/third_party/rust/rust/tests/debuginfo/
Dstruct-in-struct.rs113 struct Tree { struct
114 x: Simple,
115 y: InternalPaddingParent,
116 z: BagInBag
/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/mindspore/mindspore-src/source/mindspore/python/mindspore/rewrite/api/
Dnode_type.py50 Tree = 9 variable in NodeType
/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/rust/rust/library/portable-simd/crates/test_helpers/src/
Darray.rs39 type Tree = ArrayValueTree<[S::Tree; LANES]>; typedef
/third_party/rust/rust/src/tools/clippy/tests/ui/
Drecursive_format_impl.rs280 enum Tree { enum
285 impl std::fmt::Display for Tree { implementation
300 impl std::fmt::Debug for Tree { implementation
/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.c94 typedef struct Tree { struct
97 } Tree; typedef

12