Searched refs:add_child (Results 1 - 18 of 18) 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/chromium_org/chrome/common/extensions/docs/server2/
H A Dmanifest_features.py26 def add_child(features, parent, child_name, value): function in function:ConvertDottedKeysToNested
37 add_child(features, parent, child_name, value)
/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/chromium_org/third_party/cython/src/Cython/Compiler/
H A DFlowControl.py85 def add_child(self, block): member in class:ControlBlock
133 parent.add_child(block)
144 parent.add_child(block)
146 self.block.add_child(block)
221 parent.add_child(child)
738 self.flow.block.add_child(self.flow.exit_point)
766 self.flow.block.add_child(exc_descr.entry_point)
787 self.flow.block.add_child(exc_descr.entry_point)
891 self.flow.block.add_child(next_block)
897 self.flow.block.add_child(next_bloc
[all...]
H A DFlowControl.pxd24 cpdef add_child(self, block) member in class:ControlBlock
/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/chromium_org/third_party/mesa/src/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/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dcallchain.c231 add_child(struct callchain_node *parent, function
280 add_child(parent, cursor, period);
307 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/chromium_org/gpu/tools/compositor_model_bench/
H A Drender_tree.h146 void add_child(RenderNode* child) { function in class:ContentLayerNode
H A Drender_tree.cc364 n->add_child(child);
/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/sepolicy/
H A Daccess_vectors478 add_child
/external/chromium_org/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 2173 milliseconds