Home
last modified time | relevance | path

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

12

/external/antlr/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/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/antlr/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/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/antlr/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/dtc/
Dfstree.c72 add_child(tree, newchild); in read_fstree()
Dlivetree.c209 add_child(old_node, new_child); in merge_nodes()
238 add_child(dt, node); in add_orphan_node()
281 void add_child(struct node *parent, struct node *child) in add_child() function
762 add_child(parent, node); in build_and_name_child_node()
Ddtc.h211 void add_child(struct node *parent, struct node *child);
/external/u-boot/scripts/dtc/
Dfstree.c72 add_child(tree, newchild); in read_fstree()
Dlivetree.c209 add_child(old_node, new_child); in merge_nodes()
238 add_child(dt, node); in add_orphan_node()
282 void add_child(struct node *parent, struct node *child) in add_child() function
772 add_child(parent, node); in build_and_name_child_node()
Ddtc.h212 void add_child(struct node *parent, struct node *child);
/external/v8/src/profiler/
Dheap-snapshot-generator-inl.h44 void HeapEntry::add_child(HeapGraphEdge* edge) { in add_child() function
Dheap-snapshot-generator.h138 V8_INLINE void add_child(HeapGraphEdge* edge);
/external/python/cpython2/Demo/tix/samples/
DSHList1.py74 hlist.add_child( itemtype=Tix.WINDOW,
/external/mesa3d/src/util/
Dralloc.c100 add_child(ralloc_header *parent, ralloc_header *info) in add_child() function
141 add_child(parent, info); in ralloc_size()
292 add_child(parent, info); in ralloc_steal()
/external/vboot_reference/futility/
Dcmd_dump_fmap.c271 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/python/cpython2/Lib/compiler/
Dsymbols.py73 def add_child(self, child): member in Scope
289 parent.add_child(scope)
/external/autotest/client/bin/net/
Dnet_tc.py91 def add_child(self, child_class): member in tcclass
/external/python/cpython2/Demo/tix/
Dtixwidgets.py928 slb.hlist.add_child(itemtype=Tix.WINDOW, window=x, state='disabled')
929 x = slb.hlist.add_child(itemtype=Tix.TEXT, state='disabled',
932 slb.hlist.add_child(x, itemtype=Tix.TEXT, data=key,

12