/external/antlr/antlr-3.4/runtime/Ruby/test/unit/ |
D | test-trees.rb | 49 @adaptor.add_child(root_0, t) 50 @adaptor.add_child(root_0, u) 61 t.add_child( CommonTree.new CommonToken[102] ) 62 t.child(0).add_child(CommonTree.new CommonToken[103]) 63 t.add_child(CommonTree.new CommonToken[104]) 79 t.add_child CommonTree.new(CommonToken[102]) 80 t.child(0).add_child(CommonTree.new(CommonToken[103])) 81 t.add_child(CommonTree.new(CommonToken[104])) 85 root.add_child(t) 86 root.add_child(u) [all …]
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/ |
D | debug.rb | 56 @debug_listener.add_child( tree, child ) 72 def add_child( tree, child ) method 76 add_child( tree, node ) 80 @debug_listener.add_child( tree, child )
|
D | wizard.rb | 222 @adaptor.add_child( root, subtree ) 225 @adaptor.add_child( root, child )
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Ruby/ |
D | AST.stg | 223 @adaptor.add_child( root_<enclosingTreeLevel>, root_<treeLevel> )<\n> 233 @adaptor.add_child( root_<treeLevel>, <createRewriteNodeFromElement(...)> )<\n> 237 @adaptor.add_child( root_<treeLevel>, stream_<label>.next_node )<\n> 241 @adaptor.add_child( root_<treeLevel>, stream_<label>.next_node )<\n> 255 @adaptor.add_child( root_<treeLevel>, <createImaginaryNode(tokenType=token, ...)> )<\n> 269 @adaptor.add_child( root_<treeLevel>, stream_<rule>.next_tree )<\n> 277 @adaptor.add_child( root_<treeLevel>, ( <action> ) )<\n> 285 @adaptor.add_child( root_<treeLevel>, stream_<label>.next_tree )<\n> 289 @adaptor.add_child( root_<treeLevel>, stream_<label>.next_tree )<\n> 301 @adaptor.add_child( root_<treeLevel>, stream_<label>.next_tree )<\n>
|
D | ASTParser.stg | 19 @adaptor.add_child( root_0, tree_for_<label> ) 49 <super.matchSet(postmatchCode={<gatedAction({@adaptor.add_child( root_0, <createNodeFromToken(...)>… 74 <gatedAction({@adaptor.add_child( root_0, <label; format="label">.tree )})> 113 @adaptor.add_child( root_0, tree_for_<label> )
|
D | ASTTreeParser.stg | 57 @adaptor.add_child( root_<enclosingTreeLevel>, root_<treeLevel> )<\n> 78 @adaptor.add_child( root_<treeLevel>, tree_for_<label> ) 120 @adaptor.add_child( root_<treeLevel>, tree_for_<label> ) 139 @adaptor.add_child( root_<treeLevel>, tree_for_<label> ) 179 @adaptor.add_child( root_<treeLevel>, <label; format="label">.tree )
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/ |
D | event-hub.rb | 27 def add_child( root, child ) method in ANTLR3.Debug.EventHub 29 listener.add_child( root, child )
|
D | trace-event-listener.rb | 81 def add_child( root, child ) method in ANTLR3.Debug.TraceEventListener
|
D | socket.rb | 220 def add_child( root, child ) method in ANTLR3.Debug.EventSocketProxy
|
/external/mesa3d/src/glsl/ |
D | ralloc.c | 88 add_child(ralloc_header *parent, ralloc_header *info) in add_child() function 114 add_child(parent, info); in ralloc_size() 261 add_child(parent, info); in ralloc_steal()
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
D | tree.rb | 332 def add_child( child_tree ) method in ANTLR3.BaseTree 690 def add_child( tree, child ) method 691 tree.add_child( child ) if tree and child 717 add_child( new_tree, new_sub_tree ) 854 new_root.add_child( old_root )
|
D | debug.rb | 663 def add_child( root, child ) method
|
/external/vboot_reference/futility/ |
D | cmd_dump_fmap.c | 271 static void add_child(struct node_s *p, int n) in add_child() function 381 add_child(all_nodes[i].parent, i); in human_fmap()
|
/external/autotest/client/bin/net/ |
D | net_tc.py | 91 def add_child(self, child_class): member in tcclass
|
/external/v8/src/profiler/ |
D | heap-snapshot-generator.h | 115 void add_child(HeapGraphEdge* edge) { in add_child() function
|
D | heap-snapshot-generator.cc | 285 edge->from()->add_child(edge); in FillChildren()
|