Home
last modified time | relevance | path

Searched refs:add_child (Results 1 – 20 of 20) sorted by relevance

/external/antlr/antlr-3.4/runtime/Ruby/test/unit/
Dtest-trees.rb49 @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/
Ddebug.rb56 @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 )
Dwizard.rb222 @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/
DAST.stg223 @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>
DASTParser.stg19 @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> )
DASTTreeParser.stg57 @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/
Dmanifest_features.py26 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/
Devent-hub.rb27 def add_child( root, child ) method in ANTLR3.Debug.EventHub
29 listener.add_child( root, child )
Dtrace-event-listener.rb81 def add_child( root, child ) method in ANTLR3.Debug.TraceEventListener
Dsocket.rb220 def add_child( root, child ) method in ANTLR3.Debug.EventSocketProxy
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
Dcallchain.c231 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/
Dralloc.c88 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/
Dralloc.c88 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/
Dtree.rb332 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 )
Ddebug.rb663 def add_child( root, child ) method
/external/chromium_org/gpu/tools/compositor_model_bench/
Drender_tree.h146 void add_child(RenderNode* child) { in add_child() function
Drender_tree.cc364 n->add_child(child); in InterpretContentLayer()
/external/sepolicy/
Daccess_vectors478 add_child
/external/chromium_org/v8/src/
Dheap-snapshot-generator.h109 void add_child(HeapGraphEdge* edge) { in add_child() function
Dheap-snapshot-generator.cc283 edge->from()->add_child(edge); in FillChildren()