/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/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/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/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/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/dtc/ |
D | fstree.c | 72 add_child(tree, newchild); in read_fstree()
|
D | livetree.c | 209 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()
|
D | dtc.h | 211 void add_child(struct node *parent, struct node *child);
|
D | flattree.c | 778 add_child(node, child); in unflatten_tree()
|
/external/python/cpython2/Demo/tix/samples/ |
D | SHList1.py | 74 hlist.add_child( itemtype=Tix.WINDOW,
|
/external/mesa3d/src/util/ |
D | ralloc.c | 105 add_child(ralloc_header *parent, ralloc_header *info) in add_child() function 146 add_child(parent, info); in ralloc_size() 297 add_child(parent, info); in ralloc_steal()
|
/external/vboot_reference/futility/ |
D | cmd_dump_fmap.c | 271 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/ |
D | symbols.py | 73 def add_child(self, child): member in Scope 289 parent.add_child(scope)
|
/external/autotest/client/bin/net/ |
D | net_tc.py | 91 def add_child(self, child_class): member in tcclass
|
/external/python/cpython2/Demo/tix/ |
D | tixwidgets.py | 928 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,
|
/external/v8/src/profiler/ |
D | heap-snapshot-generator.h | 117 void add_child(HeapGraphEdge* edge) { in add_child() function
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | constant_folding_test.cc | 72 Output add_child = ops::Add(s.WithOpName("add_child"), c2, x); in TEST_F() local 73 Output c1 = ops::Const(s.WithOpName("c1").WithControlDependencies(add_child), in TEST_F() 75 Output add_parent = ops::Add(s.WithOpName("add_parent"), c1, add_child); in TEST_F()
|
/external/python/cpython3/Lib/tkinter/ |
D | tix.py | 869 def add_child(self, parent=None, cnf={}, **kw): member in HList
|
/external/python/cpython2/Lib/lib-tk/ |
D | Tix.py | 875 def add_child(self, parent=None, cnf={}, **kw): member in HList
|