Home
last modified time | relevance | path

Searched defs:tree (Results 1 – 25 of 626) sorted by relevance

12345678910>>...26

/external/antlr/runtime/C/src/
Dantlr3commontree.c171 pANTLR3_COMMON_TREE tree; in newPoolTree() local
232 newFromTree(pANTLR3_ARBORETUM factory, pANTLR3_COMMON_TREE tree) in newFromTree()
308 antlr3SetCTAPI(pANTLR3_COMMON_TREE tree) in antlr3SetCTAPI()
358 pANTLR3_COMMON_TREE tree; in antlr3CommonTreeNew() local
393 createChildrenList (pANTLR3_BASE_TREE tree) in createChildrenList()
400 getToken (pANTLR3_BASE_TREE tree) in getToken()
412 dupNode (pANTLR3_BASE_TREE tree) in dupNode()
427 isNilNode (pANTLR3_BASE_TREE tree) in isNilNode()
442 getType (pANTLR3_BASE_TREE tree) in getType()
459 getText (pANTLR3_BASE_TREE tree) in getText()
[all …]
Dantlr3basetree.c58 antlr3BaseTreeNew(pANTLR3_BASE_TREE tree) in antlr3BaseTreeNew()
84 getCharPositionInLine (pANTLR3_BASE_TREE tree) in getCharPositionInLine()
90 getLine (pANTLR3_BASE_TREE tree) in getLine()
95 getFirstChildWithType (pANTLR3_BASE_TREE tree, ANTLR3_UINT32 type) in getFirstChildWithType()
119 getChild (pANTLR3_BASE_TREE tree, ANTLR3_UINT32 i) in getChild()
131 getChildCount (pANTLR3_BASE_TREE tree) in getChildCount()
144 addChild (pANTLR3_BASE_TREE tree, pANTLR3_BASE_TREE child) in addChild()
226 addChildren (pANTLR3_BASE_TREE tree, pANTLR3_LIST kids) in addChildren()
240 setChild (pANTLR3_BASE_TREE tree, ANTLR3_UINT32 i, void * child) in setChild()
250 deleteChild (pANTLR3_BASE_TREE tree, ANTLR3_UINT32 i) in deleteChild()
[all …]
/external/antlr/runtime/ObjC/Framework/examples/simplecTreeParser/
DSimpleCParser.h68 CommonTree *tree; /* ObjC start of memVars() */ variable
91 CommonTree *tree; /* ObjC start of memVars() */ variable
114 CommonTree *tree; /* ObjC start of memVars() */ variable
137 CommonTree *tree; /* ObjC start of memVars() */ variable
160 CommonTree *tree; /* ObjC start of memVars() */ variable
183 CommonTree *tree; /* ObjC start of memVars() */ variable
206 CommonTree *tree; /* ObjC start of memVars() */ variable
229 CommonTree *tree; /* ObjC start of memVars() */ variable
252 CommonTree *tree; /* ObjC start of memVars() */ variable
275 CommonTree *tree; /* ObjC start of memVars() */ variable
[all …]
/external/mesa3d/meson_to_hermetic/
Dmeson2python.py120 def statement(self, tree): argument
136 def logical_and_expression(self, tree): argument
143 def logical_or_expression(self, tree): argument
150 def conditional_expression(self, tree): argument
157 def assignment_expression(self, tree): argument
179 def iteration_statement(self, tree): argument
199 def selection_statement(self, tree): argument
244 def postfix_expression(self, tree): argument
263 def function_expression(self, tree): argument
277 def multiplicative_expression(self, tree): argument
[all …]
/external/sdv/vsomeip/third_party/boost/fusion/test/sequence/
Dtree.hpp30 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() argument
54 typedef vector3<Left, data_view, Right> segments_type;
[all …]
/external/sdv/vsomeip/third_party/boost/container/test/
Dtree_test.cpp32 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
/external/trace-cmd/lib/trace-cmd/
Dtrace-rbtree.c16 void __hidden trace_rbtree_init(struct trace_rbtree *tree, trace_rbtree_cmp_fn cmp_fn, in trace_rbtree_init()
29 static struct trace_rbtree_node **get_parent_ptr(struct trace_rbtree *tree, in get_parent_ptr()
40 static void rotate_left(struct trace_rbtree *tree, in rotate_left()
57 static void rotate_right(struct trace_rbtree *tree, in rotate_right()
74 static void insert_tree(struct trace_rbtree *tree, in insert_tree()
163 static inline void check_tree(struct trace_rbtree *tree) { } in check_tree()
166 int __hidden trace_rbtree_insert(struct trace_rbtree *tree, in trace_rbtree_insert()
220 struct trace_rbtree_node *trace_rbtree_find(struct trace_rbtree *tree, const void *data) in trace_rbtree_find()
252 static void tree_fixup(struct trace_rbtree *tree, struct trace_rbtree_node *node) in tree_fixup()
312 void trace_rbtree_delete(struct trace_rbtree *tree, struct trace_rbtree_node *node) in trace_rbtree_delete()
[all …]
/external/rust/android-crates-io/crates/debug_tree/src/
Dtest.rs127 let tree = || d.clone(); in macros_with_fn() localVariable
250 let tree = TreeBuilder::new(); in disabled_output() localVariable
262 let tree = TreeBuilder::new(); in enabled_output() localVariable
336 let tree = TreeBuilder::new(); in defer_write() localVariable
355 let tree = TreeBuilder::new(); in defer_peek_write() localVariable
376 let tree = TreeBuilder::new(); in defer_peek_write_panic() localVariable
394 let tree = TreeBuilder::new(); in example_tree() localVariable
417 let tree = example_tree(); in format_output() localVariable
456 let tree = example_tree(); in format_output_thick() localVariable
485 let tree = example_tree(); in format_output_pipes() localVariable
[all …]
/external/leakcanary2/shark/src/test/java/shark/internal/
DDominatorTreeTest.kt17 val tree = DominatorTree() constant
26 val tree = DominatorTree() constant
37 val tree = DominatorTree() constant
47 val tree = DominatorTree() constant
56 val tree = DominatorTree() constant
66 val tree = DominatorTree() constant
78 val tree = DominatorTree() constant
94 val tree = DominatorTree() constant
110 val tree = DominatorTree() constant
129 val tree = DominatorTree() constant
[all …]
/external/rust/android-crates-io/crates/termtree/src/
Dtests.rs5 let tree = Tree::new("foo"); in render_tree_root() localVariable
11 let tree = Tree::new("foo").with_leaves([Tree::new("bar").with_leaves(["baz"])]); in render_tree_with_leaves() localVariable
23 let tree = Tree::new("foo").with_leaves(["bar", "baz"]); in render_tree_with_multiple_leaves() localVariable
35 let tree = Tree::new("foo").with_leaves([ in render_tree_with_multiline_leaf() localVariable
/external/nullaway/nullaway/src/main/java/com/uber/nullaway/handlers/
DStreamNullabilityPropagator.java161 NullAway analysis, ClassTree tree, VisitorState state, Symbol.ClassSymbol classSymbol) { in onMatchTopLevelClass()
175 MethodInvocationTree tree, in onMatchMethodInvocation()
220 private void buildObservableCallChain(MethodInvocationTree tree) { in buildObservableCallChain()
225 observableOuterCallInChain.put((MethodInvocationTree) receiverExpression, tree); in buildObservableCallChain() local
297 NullAway analysis, MethodTree tree, VisitorState state, Symbol.MethodSymbol methodSymbol) { in onMatchMethod()
299 bodyToMethodOrLambda.put(tree.getBody(), tree); in onMatchMethod() local
306 LambdaExpressionTree tree, in onMatchLambdaExpression()
311 expressionBodyToFilterLambda.put((ExpressionTree) tree.getBody(), tree); in onMatchLambdaExpression() local
318 bodyToMethodOrLambda.put(tree.getBody(), tree); in onMatchLambdaExpression() local
325 MemberReferenceTree tree, in onMatchMethodReference()
[all …]
/external/json-schema-validator/doc/
Dyaml-line-numbers.md7 ### Scenario 1, solution part 1 - capturing line details during initial parsing
63 ### Scenario 1, solution part 2 - augmented `JsonNode` subclassess
192 ### Scenario 1, solution part 3 - using the custom `JsonNodeFactory`
233 ### Scenario 1, solution part 4 - extracting the line details
/external/antlr/runtime/Ruby/lib/antlr3/tree/
Dwizard.rb341 def index( tree, map = {} ) argument
350 def find( tree, what ) argument
359 def find_token_type( tree, type ) argument
365 def find_pattern( tree, pattern ) argument
371 def visit( tree, what = nil, &block ) argument
386 def visit_all( tree, parent = nil, &block ) argument
394 def visit_type( tree, parent, type, &block ) argument
403 def visit_pattern( tree, pattern, &block ) argument
416 def match( tree, pattern ) argument
422 def match!( tree, pattern, labels = {} ) argument
[all …]
/external/doclava/src/com/google/doclava/
DInfoBuilder.java76 ParseTree tree = builder.getTree(); in parseFile() local
343 private void parseFile(ParseTree tree) { in parseFile()
393 private PackageInfo buildPackage(ParseTree tree) { in buildPackage()
413 private static String buildQualifiedName(ParseTree tree) { in buildQualifiedName()
428 private String buildImport(ParseTree tree) { in buildImport()
451 private ClassInfo buildClass(ParseTree tree, ClassInfo containingClass) { in buildClass()
521 private void parseInterfaces(ParseTree tree, ClassInfo cls) { in parseInterfaces()
555 private ClassInfo buildClassName(ParseTree tree, ClassInfo containingClass, Modifiers modifiers, in buildClassName()
624 private void buildClassBody(ParseTree tree, ClassInfo cls) { in buildClassBody()
683 private ArrayList<FieldInfo> buildFields(ParseTree tree, ClassInfo containingClass) { in buildFields()
[all …]
/external/cronet/tot/third_party/protobuf/java/util/src/test/java/com/google/protobuf/util/
DFieldMaskTreeTest.java51 FieldMaskTree tree = new FieldMaskTree(); in testAddFieldPath() local
77 FieldMaskTree tree = new FieldMaskTree(FieldMaskUtil.fromString("foo,bar.baz,bar.quz")); in testMergeFromFieldMask() local
86 FieldMaskTree tree; in testRemoveFieldPath() local
121 FieldMaskTree tree = new FieldMaskTree(FieldMaskUtil.fromString("foo,bar.baz,bar.quz")); in testRemoveFromFieldMask() local
129 FieldMaskTree tree = new FieldMaskTree(FieldMaskUtil.fromString("foo,bar.baz,bar.quz")); in testIntersectFieldPath() local
160 FieldMaskTree tree, in merge()
/external/cronet/stable/third_party/protobuf/java/util/src/test/java/com/google/protobuf/util/
DFieldMaskTreeTest.java51 FieldMaskTree tree = new FieldMaskTree(); in testAddFieldPath() local
77 FieldMaskTree tree = new FieldMaskTree(FieldMaskUtil.fromString("foo,bar.baz,bar.quz")); in testMergeFromFieldMask() local
86 FieldMaskTree tree; in testRemoveFieldPath() local
121 FieldMaskTree tree = new FieldMaskTree(FieldMaskUtil.fromString("foo,bar.baz,bar.quz")); in testRemoveFromFieldMask() local
129 FieldMaskTree tree = new FieldMaskTree(FieldMaskUtil.fromString("foo,bar.baz,bar.quz")); in testIntersectFieldPath() local
160 FieldMaskTree tree, in merge()
/external/protobuf/java/util/src/test/java/com/google/protobuf/util/
DFieldMaskTreeTest.java51 FieldMaskTree tree = new FieldMaskTree(); in testAddFieldPath() local
77 FieldMaskTree tree = new FieldMaskTree(FieldMaskUtil.fromString("foo,bar.baz,bar.quz")); in testMergeFromFieldMask() local
86 FieldMaskTree tree; in testRemoveFieldPath() local
121 FieldMaskTree tree = new FieldMaskTree(FieldMaskUtil.fromString("foo,bar.baz,bar.quz")); in testRemoveFromFieldMask() local
129 FieldMaskTree tree = new FieldMaskTree(FieldMaskUtil.fromString("foo,bar.baz,bar.quz")); in testIntersectFieldPath() local
160 FieldMaskTree tree, in merge()
/external/rust/android-crates-io/crates/mls-rs/src/tree_kem/
Dinterop_test_vectors.rs25 pub tree: Vec<u8>, field
95 let mut tree = TreeKemPublic::import_node_data( in validation() localVariable
149 let mut tree = TreeWithSigners::make_full_tree(8, &cs).await; in generate_validation_test_vector() localVariable
162 let mut tree = TreeWithSigners::make_full_tree(8, &cs).await; in generate_validation_test_vector() localVariable
176 let mut tree = TreeWithSigners::make_full_tree(7, &cs).await; in generate_validation_test_vector() localVariable
182 let mut tree = TreeWithSigners::make_full_tree(7, &cs).await; in generate_validation_test_vector() localVariable
/external/perfetto/src/traced/probes/ftrace/
Dvendor_tracepoints_unittest.cc111 base::TmpDirTree tree; in TEST() local
136 base::TmpDirTree tree; in TEST() local
156 base::TmpDirTree tree; in TEST() local
179 base::TmpDirTree tree; in TEST() local
194 base::TmpDirTree tree; in TEST() local
210 base::TmpDirTree tree; in TEST() local
225 base::TmpDirTree tree; in TEST() local
240 base::TmpDirTree tree; in TEST() local
255 base::TmpDirTree tree; in TEST() local
/external/perfetto/src/trace_processor/containers/
Dinterval_tree_unittest.cc54 IntervalTree tree(interval); in TEST() local
63 IntervalTree tree(intervals); in TEST() local
72 IntervalTree tree(intervals); in TEST() local
88 IntervalTree tree(intervals); in TEST() local
108 IntervalTree tree(intervals); in TEST() local
116 IntervalTree tree(intervals); in TEST() local
136 IntervalTree tree(intervals); in TEST() local
155 IntervalTree tree(intervals); in TEST() local
/external/antlr/runtime/ObjC/Framework/examples/polydiff/
DSimplifier.h42 CommonTree *tree; /* ObjC start of memVars() */ variable
64 CommonTree *tree; /* ObjC start of memVars() */ variable
86 CommonTree *tree; /* ObjC start of memVars() */ variable
108 CommonTree *tree; /* ObjC start of memVars() */ variable
130 CommonTree *tree; /* ObjC start of memVars() */ variable
/external/abseil-cpp/absl/strings/internal/
Dcord_rep_btree.h143 CordRepBtree* tree; member
177 static void Delete(CordRepBtree* tree) { delete tree; } in Delete()
643 CordRepBtree* tree = new CordRepBtree; in New() local
650 CordRepBtree* tree = new CordRepBtree; in New() local
661 CordRepBtree* tree = new CordRepBtree; in New() local
678 CordRepBtree* tree = new CordRepBtree; in CopyRaw() local
698 CordRepBtree* tree = CopyRaw(length); in Copy() local
707 CordRepBtree* tree = CopyRaw(new_length); in CopyToEndFrom() local
717 CordRepBtree* tree = CopyRaw(new_length); in CopyBeginTo() local
858 CordRepBtree* tree = this; in GetAppendBuffer() local
[all …]
/external/cronet/stable/third_party/abseil-cpp/absl/strings/internal/
Dcord_rep_btree.h143 CordRepBtree* tree; member
177 static void Delete(CordRepBtree* tree) { delete tree; } in Delete()
643 CordRepBtree* tree = new CordRepBtree; in New() local
650 CordRepBtree* tree = new CordRepBtree; in New() local
661 CordRepBtree* tree = new CordRepBtree; in New() local
678 CordRepBtree* tree = new CordRepBtree; in CopyRaw() local
698 CordRepBtree* tree = CopyRaw(length); in Copy() local
707 CordRepBtree* tree = CopyRaw(new_length); in CopyToEndFrom() local
717 CordRepBtree* tree = CopyRaw(new_length); in CopyBeginTo() local
858 CordRepBtree* tree = this; in GetAppendBuffer() local
[all …]
/external/cronet/tot/third_party/abseil-cpp/absl/strings/internal/
Dcord_rep_btree.h143 CordRepBtree* tree; member
177 static void Delete(CordRepBtree* tree) { delete tree; } in Delete()
643 CordRepBtree* tree = new CordRepBtree; in New() local
650 CordRepBtree* tree = new CordRepBtree; in New() local
661 CordRepBtree* tree = new CordRepBtree; in New() local
678 CordRepBtree* tree = new CordRepBtree; in CopyRaw() local
698 CordRepBtree* tree = CopyRaw(length); in Copy() local
707 CordRepBtree* tree = CopyRaw(new_length); in CopyToEndFrom() local
717 CordRepBtree* tree = CopyRaw(new_length); in CopyBeginTo() local
858 CordRepBtree* tree = this; in GetAppendBuffer() local
[all …]
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/internal/
Dcord_rep_btree.h135 CordRepBtree* tree; member
169 static void Delete(CordRepBtree* tree) { delete tree; } in Delete()
635 CordRepBtree* tree = new CordRepBtree; in New() local
642 CordRepBtree* tree = new CordRepBtree; in New() local
653 CordRepBtree* tree = new CordRepBtree; in New() local
670 CordRepBtree* tree = new CordRepBtree; in CopyRaw() local
690 CordRepBtree* tree = CopyRaw(length); in Copy() local
699 CordRepBtree* tree = CopyRaw(new_length); in CopyToEndFrom() local
709 CordRepBtree* tree = CopyRaw(new_length); in CopyBeginTo() local
850 CordRepBtree* tree = this; in GetAppendBuffer() local
[all …]

12345678910>>...26