/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/chromium_org/chrome/common/extensions/docs/server2/ |
D | manifest_features.py | 26 def add_child(features, parent, child_name, value): function 37 add_child(features, parent, child_name, value)
|
/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/linux-tools-perf/perf-3.12.0/tools/perf/util/ |
D | callchain.c | 231 add_child(struct callchain_node *parent, in add_child() function 280 add_child(parent, cursor, period); in split_add_child() 307 add_child(root, cursor, period); in append_chain_children()
|
/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/chromium_org/third_party/mesa/src/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/chromium_org/gpu/tools/compositor_model_bench/ |
D | render_tree.h | 146 void add_child(RenderNode* child) { in add_child() function
|
D | render_tree.cc | 364 n->add_child(child); in InterpretContentLayer()
|
/external/sepolicy/ |
D | access_vectors | 478 add_child
|
/external/chromium_org/v8/src/ |
D | heap-snapshot-generator.h | 109 void add_child(HeapGraphEdge* edge) { in add_child() function
|
D | heap-snapshot-generator.cc | 283 edge->from()->add_child(edge); in FillChildren()
|