Searched refs:add_child (Results 1 - 13 of 13) sorted by relevance

/external/antlr/antlr-3.4/runtime/Ruby/test/unit/
H A 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(
[all...]
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/
H A Ddebug.rb56 @debug_listener.add_child( tree, child )
72 def add_child( tree, child ) method in class:ANTLR3.Debug.TreeAdaptor
76 add_child( tree, node )
80 @debug_listener.add_child( tree, child )
H A Dwizard.rb222 @adaptor.add_child( root, subtree )
225 @adaptor.add_child( root, child )
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/
H A Devent-hub.rb27 def add_child( root, child ) method in class:ANTLR3.Debug.EventHub
29 listener.add_child( root, child )
H A Dtrace-event-listener.rb81 def add_child( root, child ) method in class:ANTLR3.Debug.TraceEventListener
H A Dsocket.rb220 def add_child( root, child ) method in class:ANTLR3.Debug.EventSocketProxy
221 transmit "%s\t%i\t%i", :add_child, adaptor.unique_id( root ),
/external/linux-tools-perf/src/tools/perf/util/
H A Dcallchain.c227 add_child(struct callchain_node *parent, function
276 add_child(parent, cursor, period);
303 add_child(root, cursor, period);
/external/mesa3d/src/glsl/
H A Dralloc.c88 add_child(ralloc_header *parent, ralloc_header *info) function
114 add_child(parent, info);
261 add_child(parent, info);
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Ddebug.rb663 def add_child( root, child ) method in class:ANTLR3.Debug.EventListener
685 :add_child, :backtrack, :become_root, :begin_backtrack,
/external/vboot_reference/futility/
H A Dcmd_dump_fmap.c271 static void add_child(struct node_s *p, int n) function
381 add_child(all_nodes[i].parent, i);
/external/sepolicy/
H A Daccess_vectors478 add_child
/external/v8/src/
H A Dheap-snapshot-generator.h109 void add_child(HeapGraphEdge* edge) { function in class:v8::internal::BASE_EMBEDDED
H A Dheap-snapshot-generator.cc290 edge->from()->add_child(edge);

Completed in 1520 milliseconds