/external/antlr/runtime/C/src/ |
D | antlr3commontree.c | 171 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 …]
|
D | antlr3basetree.c | 58 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/ |
D | SimpleCParser.h | 68 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/python/cpython2/Modules/ |
D | parsermodule.c | 656 node *tree; in parser_tuple2st() local 1072 validate_repeating_list(node *tree, int ntype, int (*vfunc)(node *), in validate_repeating_list() argument 1101 validate_class(node *tree) in validate_class() 1136 validate_if(node *tree) in validate_if() 1178 validate_parameters(node *tree) in validate_parameters() 1203 validate_suite(node *tree) in validate_suite() 1231 validate_testlist(node *tree) in validate_testlist() 1239 validate_testlist1(node *tree) in validate_testlist1() 1247 validate_testlist_safe(node *tree) in validate_testlist_safe() 1257 validate_varargslist_trailer(node *tree, int start) in validate_varargslist_trailer() [all …]
|
/external/nullaway/nullaway/src/main/java/com/uber/nullaway/handlers/ |
D | StreamNullabilityPropagator.java | 161 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 …]
|
D | BaseNoOpHandler.java | 64 NullAway analysis, ClassTree tree, VisitorState state, Symbol.ClassSymbol classSymbol) { in onMatchTopLevelClass() 70 NullAway analysis, MethodTree tree, VisitorState state, Symbol.MethodSymbol methodSymbol) { in onMatchMethod() 77 MethodInvocationTree tree, in onMatchMethodInvocation() 86 LambdaExpressionTree tree, in onMatchLambdaExpression() 95 MemberReferenceTree tree, in onMatchMethodReference() 102 public void onMatchReturn(NullAway analysis, ReturnTree tree, VisitorState state) { in onMatchReturn() 164 ReturnTree tree, NullnessStore thenStore, NullnessStore elseStore) { in onDataflowVisitReturn() 170 ExpressionTree tree, NullnessStore thenStore, NullnessStore elseStore) { in onDataflowVisitLambdaResultExpression()
|
D | CompositeHandler.java | 66 NullAway analysis, ClassTree tree, VisitorState state, Symbol.ClassSymbol classSymbol) { in onMatchTopLevelClass() 74 NullAway analysis, MethodTree tree, VisitorState state, Symbol.MethodSymbol methodSymbol) { in onMatchMethod() 83 LambdaExpressionTree tree, in onMatchLambdaExpression() 94 MemberReferenceTree tree, in onMatchMethodReference() 105 MethodInvocationTree tree, in onMatchMethodInvocation() 114 public void onMatchReturn(NullAway analysis, ReturnTree tree, VisitorState state) { in onMatchReturn() 201 ReturnTree tree, NullnessStore thenStore, NullnessStore elseStore) { in onDataflowVisitReturn() 209 ExpressionTree tree, NullnessStore thenStore, NullnessStore elseStore) { in onDataflowVisitLambdaResultExpression()
|
/external/webrtc/third_party/abseil-cpp/absl/strings/internal/ |
D | cord_rep_btree.h | 133 CordRepBtree* tree; member 417 static void Delete(CordRepBtree* tree) { delete tree; } in Delete() 636 CordRepBtree* tree = new CordRepBtree; in New() local 643 CordRepBtree* tree = new CordRepBtree; in New() local 654 CordRepBtree* tree = new CordRepBtree; in New() local 662 inline void CordRepBtree::DestroyTree(CordRepBtree* tree, size_t begin, in DestroyTree() 671 inline void CordRepBtree::Destroy(CordRepBtree* tree) { in Destroy() 684 auto* tree = static_cast<CordRepBtree*>(::operator new(sizeof(CordRepBtree))); in CopyRaw() local 691 CordRepBtree* tree = CopyRaw(); in Copy() local 700 CordRepBtree* tree = CopyRaw(); in CopyToEndFrom() local [all …]
|
D | cord_rep_btree_test.cc | 168 void GetLeafEdges(const CordRepBtree* tree, std::vector<CordRep*>& edges) { in GetLeafEdges() 181 std::vector<CordRep*> GetLeafEdges(const CordRepBtree* tree) { in GetLeafEdges() 203 CordRepBtree* tree = CordRepBtree::Create(MakeHexFlat(0)); in MakeTree() local 213 CordRepBtree* tree = CordRepBtree::Create(*it); in CreateTree() local 225 CordRepBtree* tree = CordRepBtree::Create(*rit); in CreateTreeReverse() local 282 auto* tree = CordRepBtree::New(); in TEST() local 290 auto* tree = CordRepBtree::New(3); in TEST() local 366 CordRepBtree* tree = CordRepBtree::New(leaf); in TEST() local 469 CordRepBtree* tree = CordRepBtree::Create(flats.back()); in TEST_P() local 499 CordRepBtree* tree = CordRepBtree::Create(flats.back()); in TEST_P() local [all …]
|
/external/abseil-cpp/absl/strings/internal/ |
D | cord_rep_btree.h | 133 CordRepBtree* tree; member 417 static void Delete(CordRepBtree* tree) { delete tree; } in Delete() 636 CordRepBtree* tree = new CordRepBtree; in New() local 643 CordRepBtree* tree = new CordRepBtree; in New() local 654 CordRepBtree* tree = new CordRepBtree; in New() local 662 inline void CordRepBtree::DestroyTree(CordRepBtree* tree, size_t begin, in DestroyTree() 671 inline void CordRepBtree::Destroy(CordRepBtree* tree) { in Destroy() 684 auto* tree = static_cast<CordRepBtree*>(::operator new(sizeof(CordRepBtree))); in CopyRaw() local 691 CordRepBtree* tree = CopyRaw(); in Copy() local 700 CordRepBtree* tree = CopyRaw(); in CopyToEndFrom() local [all …]
|
D | cord_rep_btree_test.cc | 168 void GetLeafEdges(const CordRepBtree* tree, std::vector<CordRep*>& edges) { in GetLeafEdges() 181 std::vector<CordRep*> GetLeafEdges(const CordRepBtree* tree) { in GetLeafEdges() 203 CordRepBtree* tree = CordRepBtree::Create(MakeHexFlat(0)); in MakeTree() local 213 CordRepBtree* tree = CordRepBtree::Create(*it); in CreateTree() local 225 CordRepBtree* tree = CordRepBtree::Create(*rit); in CreateTreeReverse() local 282 auto* tree = CordRepBtree::New(); in TEST() local 290 auto* tree = CordRepBtree::New(3); in TEST() local 366 CordRepBtree* tree = CordRepBtree::New(leaf); in TEST() local 469 CordRepBtree* tree = CordRepBtree::Create(flats.back()); in TEST_P() local 499 CordRepBtree* tree = CordRepBtree::Create(flats.back()); in TEST_P() local [all …]
|
/external/doclava/src/com/google/doclava/ |
D | InfoBuilder.java | 76 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/antlr/runtime/Ruby/lib/antlr3/tree/ |
D | wizard.rb | 341 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/angle/third_party/abseil-cpp/absl/strings/internal/ |
D | cord_rep_btree.h | 134 CordRepBtree* tree; member 168 static void Delete(CordRepBtree* tree) { delete tree; } in Delete() 634 CordRepBtree* tree = new CordRepBtree; in New() local 641 CordRepBtree* tree = new CordRepBtree; in New() local 652 CordRepBtree* tree = new CordRepBtree; in New() local 669 auto* tree = static_cast<CordRepBtree*>(::operator new(sizeof(CordRepBtree))); in CopyRaw() local 676 CordRepBtree* tree = CopyRaw(); in Copy() local 685 CordRepBtree* tree = CopyRaw(); in CopyToEndFrom() local 696 CordRepBtree* tree = CopyRaw(); in CopyBeginTo() local 838 CordRepBtree* tree = this; in GetAppendBuffer() local [all …]
|
/external/antlr/runtime/ObjC/Framework/examples/polydiff/ |
D | Simplifier.h | 42 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/icing/icing/result/ |
D | projection-tree_test.cc | 32 ProjectionTree tree(type_field_mask); in TEST() local 41 ProjectionTree tree(type_field_mask); in TEST() local 53 ProjectionTree tree(type_field_mask); in TEST() local 67 ProjectionTree tree(type_field_mask); in TEST() local 83 ProjectionTree tree(type_field_mask); in TEST() local
|
/external/boringssl/src/crypto/x509v3/ |
D | pcy_tree.c | 104 static void tree_print(char *str, X509_POLICY_TREE *tree, in tree_print() 153 X509_POLICY_TREE *tree; in tree_init() local 376 X509_POLICY_NODE *node, X509_POLICY_TREE *tree) in tree_add_unmatched() 402 X509_POLICY_NODE *node, X509_POLICY_TREE *tree) in tree_link_unmatched() 437 X509_POLICY_TREE *tree) in tree_link_any() 495 static int tree_prune(X509_POLICY_TREE *tree, X509_POLICY_LEVEL *curr) in tree_prune() 568 static int tree_calculate_authority_set(X509_POLICY_TREE *tree, in tree_calculate_authority_set() 612 static int tree_calculate_user_set(X509_POLICY_TREE *tree, in tree_calculate_user_set() 671 static int tree_evaluate(X509_POLICY_TREE *tree) in tree_evaluate() 701 void X509_policy_tree_free(X509_POLICY_TREE *tree) in X509_policy_tree_free() [all …]
|
/external/rust/crates/quiche/deps/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 …]
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_treewriter.c | 13 static void tree2tok(struct vp9_token *tokens, const vpx_tree_index *tree, in tree2tok() 30 const vpx_tree_index *tree) { in vp9_tokens_from_tree() 34 static unsigned int convert_distribution(unsigned int i, vpx_tree tree, in convert_distribution() 54 void vp9_tree_probs_from_distribution(vpx_tree tree, in vp9_tree_probs_from_distribution()
|
/external/antlr/runtime/Ruby/lib/antlr3/ |
D | tree.rb | 359 def set_child( index, tree ) argument 690 def add_child( tree, child ) argument 694 def child_count( tree ) argument 698 def child_index( tree ) argument 702 def child_of( tree, index ) argument 710 def copy_tree( tree, parent = nil ) argument 722 def delete_child( tree, index ) argument 727 def each_child( tree ) argument 735 def each_ancestor( tree, include_tree = true ) argument 744 def flat_list?( tree ) argument [all …]
|
D | dot.rb | 91 def self.generate( tree, adaptor = nil, tree_template = TREE_TEMPLATE, argument 105 def to_dot( tree, adaptor = nil, tree_template = TREE_TEMPLATE, argument 117 def define_nodes( tree, adaptor, tree_template, known_nodes = nil ) argument 142 def define_edges( tree, adaptor, tree_template, edge_template ) argument 163 def node_template_for( adaptor, tree ) argument
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/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 …]
|
/external/deqp-deps/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 …]
|
/external/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 …]
|
/external/jemalloc_new/test/unit/ |
D | rb.c | 48 tree_t tree; in TEST_BEGIN() local 121 tree_iterate_cb(tree_t *tree, node_t *node, void *data) { in tree_iterate_cb() 148 tree_iterate(tree_t *tree) { in tree_iterate() 158 tree_iterate_reverse(tree_t *tree) { in tree_iterate_reverse() 168 node_remove(tree_t *tree, node_t *node, unsigned nnodes) { in node_remove() 200 remove_iterate_cb(tree_t *tree, node_t *node, void *data) { in remove_iterate_cb() 210 remove_reverse_iterate_cb(tree_t *tree, node_t *node, void *data) { in remove_reverse_iterate_cb() 233 tree_t tree; in TEST_BEGIN() local
|