Home
last modified time | relevance | path

Searched refs:old_root (Results 1 – 15 of 15) sorted by relevance

/external/antlr/runtime/Ruby/test/unit/
Dtest-trees.rb571 old_root = new_node nil
572 old_root.add_child( new_node( new_token 101 ) )
573 old_root.add_child( new_node( new_token 102 ) )
574 old_root.add_child( new_node( new_token 103 ) )
576 @adaptor.become_root(new_root, old_root)
583 old_root = new_node( new_token 101 )
584 old_root.add_child( new_node( new_token 102 ) )
585 old_root.add_child( new_node( new_token 103 ) )
587 @adaptor.become_root(new_root, old_root)
595 old_root = new_node nil
[all …]
/external/antlr/runtime/Ruby/lib/antlr3/tree/
Ddebug.rb84 def become_root( new_root, old_root ) argument
88 super( n, old_root )
90 n = super( new_root, old_root )
92 @debug_listener.become_root( new_root, old_root )
/external/tensorflow/tensorflow/compiler/xla/service/
Dstable_sort_expander.cc143 HloInstruction* old_root = comparator->root_instruction(); in ExpandInstruction() local
175 if (inst == old_root) { in ExpandInstruction()
184 scalar_pred, old_root, cloned_root, ComparisonDirection::kEq)); in ExpandInstruction()
193 old_root)); in ExpandInstruction()
Dcopy_insertion_test.cc223 HloInstruction* old_root = module->entry_computation()->root_instruction(); in TEST_F() local
228 op::Tuple(op::Copy(op::GetTupleElement(old_root)), in TEST_F()
229 op::Copy(op::GetTupleElement(old_root)))); in TEST_F()
246 HloInstruction* old_root = module->entry_computation()->root_instruction(); in TEST_F() local
251 op::Copy(old_root)); in TEST_F()
269 HloInstruction* old_root = module->entry_computation()->root_instruction(); in TEST_F() local
274 op::Copy(old_root)); in TEST_F()
319 HloInstruction* old_root = module->entry_computation()->root_instruction(); in TEST_F() local
324 EXPECT_NE(old_root, new_root); in TEST_F()
330 op::Copy(op::GetTupleElement(op::GetTupleElement(old_root))), in TEST_F()
[all …]
Dwhile_loop_simplifier.cc887 auto convert_to_new_form = [&](HloInstruction* old_root, in TryMergeInductionVariables()
889 CHECK(ShapeUtil::Compatible(old_root->shape(), while_shape)); in TryMergeInductionVariables()
897 add_gte((induction_vars.count(i) ? loop_body_param : old_root), i)); in TryMergeInductionVariables()
/external/antlr/runtime/Ruby/lib/antlr3/debug/
Dtrace-event-listener.rb76 def become_root( new_root, old_root ) argument
78 @adaptor.unique_id( old_root )
Devent-hub.rb39 def become_root( new_root, old_root ) argument
41 listener.become_root( new_root, old_root )
Dsocket.rb215 def become_root( new_root, old_root ) argument
217 adaptor.unique_id( old_root )
/external/grpc-grpc/src/core/lib/avl/
Davl.cc229 grpc_avl_node* old_root = avl.root; in grpc_avl_add() local
232 unref_node(avl.vtable, old_root, user_data); in grpc_avl_add()
290 grpc_avl_node* old_root = avl.root; in grpc_avl_remove() local
293 unref_node(avl.vtable, old_root, user_data); in grpc_avl_remove()
/external/kernel-headers/original/uapi/linux/
Dnfs_mount.h30 struct nfs2_fh old_root; /* 1 */ member
/external/tensorflow/tensorflow/core/common_runtime/
Dcolocation_graph.h60 Member** new_root, Member** old_root, bool dry_run);
Dcolocation_graph.cc246 Member** new_root, Member** old_root, bool dry_run) { in Merge() argument
287 *old_root = &(*tree)[old_root_id]; in Merge()
/external/antlr/runtime/Ruby/lib/antlr3/
Dtree.rb840 def become_root( new_root, old_root ) argument
842 old_root or return( new_root )
854 new_root.add_child( old_root )
Ddebug.rb654 def become_root( new_root, old_root ) argument
/external/python/setuptools/setuptools/command/
Dbdist_egg.py168 old_root = instcmd.root
173 instcmd.root = old_root