HomeSort by relevance Sort by last modified time
    Searched refs:add_child (Results 1 - 25 of 59) sorted by null

1 2 3

  /external/antlr/antlr-3.4/runtime/Ruby/test/unit/
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/runtime/Ruby/lib/antlr3/tree/
debug.rb 56 @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 )
  /external/dtc/
fstree.c 72 add_child(tree, newchild);
  /external/python/cpython2/Demo/tix/samples/
SHList1.py 74 hlist.add_child( itemtype=Tix.WINDOW,
93 # "add_child" command instead:
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/
event-hub.rb 27 def add_child( root, child ) method in class:ANTLR3.Debug.EventHub
29 listener.add_child( root, child )
trace-event-listener.rb 81 def add_child( root, child ) method in class:ANTLR3.Debug.TraceEventListener
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/pat_trie_/
split_fn_imps.hpp 237 p_new_root->add_child(*child_b_it, pref_begin(*child_b_it),
242 p_new_root->add_child(m_p_head->m_p_parent,
constructors_destructor_fn_imps.hpp 209 p_ret->add_child(a_p_children[child_i], pref_begin(a_p_children[child_i]),
insert_join_fn_imps.hpp 298 node_pointer p_pot_child = p_l->add_child(p_r, pref_begin(p_r),
451 p_new_nd->add_child(p_l, left_b_it, left_e_it, this);
452 p_new_nd->add_child(p_r, right_b_it, right_e_it, this);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/pat_trie_/
split_fn_imps.hpp 237 p_new_root->add_child(*child_b_it, pref_begin(*child_b_it),
242 p_new_root->add_child(m_p_head->m_p_parent,
constructors_destructor_fn_imps.hpp 209 p_ret->add_child(a_p_children[child_i], pref_begin(a_p_children[child_i]),
insert_join_fn_imps.hpp 298 node_pointer p_pot_child = p_l->add_child(p_r, pref_begin(p_r),
451 p_new_nd->add_child(p_l, left_b_it, left_e_it, this);
452 p_new_nd->add_child(p_r, right_b_it, right_e_it, this);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/pat_trie_/
split_fn_imps.hpp 237 p_new_root->add_child(*child_b_it, pref_begin(*child_b_it),
242 p_new_root->add_child(m_p_head->m_p_parent,
constructors_destructor_fn_imps.hpp 209 p_ret->add_child(a_p_children[child_i], pref_begin(a_p_children[child_i]),
insert_join_fn_imps.hpp 298 node_pointer p_pot_child = p_l->add_child(p_r, pref_begin(p_r),
451 p_new_nd->add_child(p_l, left_b_it, left_e_it, this);
452 p_new_nd->add_child(p_r, right_b_it, right_e_it, this);
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/pat_trie_/
split_fn_imps.hpp 237 p_new_root->add_child(*child_b_it, pref_begin(*child_b_it),
242 p_new_root->add_child(m_p_head->m_p_parent,
constructors_destructor_fn_imps.hpp 209 p_ret->add_child(a_p_children[child_i], pref_begin(a_p_children[child_i]),
insert_join_fn_imps.hpp 298 node_pointer p_pot_child = p_l->add_child(p_r, pref_begin(p_r),
451 p_new_nd->add_child(p_l, left_b_it, left_e_it, this);
452 p_new_nd->add_child(p_r, right_b_it, right_e_it, this);
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/pat_trie_/
split_fn_imps.hpp 237 p_new_root->add_child(*child_b_it, pref_begin(*child_b_it),
242 p_new_root->add_child(m_p_head->m_p_parent,
constructors_destructor_fn_imps.hpp 209 p_ret->add_child(a_p_children[child_i], pref_begin(a_p_children[child_i]),
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/pat_trie_/
split_fn_imps.hpp 237 p_new_root->add_child(*child_b_it, pref_begin(*child_b_it),
242 p_new_root->add_child(m_p_head->m_p_parent,
constructors_destructor_fn_imps.hpp 209 p_ret->add_child(a_p_children[child_i], pref_begin(a_p_children[child_i]),
  /system/extras/simpleperf/scripts/
report.py 59 def add_child(self, node): member in class:CallTreeNode
180 call_tree_stack[depth - 1].add_child(node)
  /system/extras/simpleperf/runtest/
runtest.py 42 def add_child(self, child): member in class:CallTreeNode
127 def add_child(self, child): member in class:SymbolRelationRequirement
274 req.add_child(child_req)
433 last_node.add_child(node)
456 call_tree_stack[depth - 1].add_child(node)
  /external/mesa3d/src/util/
ralloc.c 105 add_child(ralloc_header *parent, ralloc_header *info) function
146 add_child(parent, info);
297 add_child(parent, info);

Completed in 2455 milliseconds

1 2 3