/external/antlr/runtime/Ruby/test/unit/ |
D | test-trees.rb | 571 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/ |
D | debug.rb | 84 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/ |
D | stable_sort_expander.cc | 143 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()
|
D | copy_insertion_test.cc | 223 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 …]
|
D | while_loop_simplifier.cc | 887 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/ |
D | trace-event-listener.rb | 76 def become_root( new_root, old_root ) argument 78 @adaptor.unique_id( old_root )
|
D | event-hub.rb | 39 def become_root( new_root, old_root ) argument 41 listener.become_root( new_root, old_root )
|
D | socket.rb | 215 def become_root( new_root, old_root ) argument 217 adaptor.unique_id( old_root )
|
/external/grpc-grpc/src/core/lib/avl/ |
D | avl.cc | 229 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/ |
D | nfs_mount.h | 30 struct nfs2_fh old_root; /* 1 */ member
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | colocation_graph.h | 60 Member** new_root, Member** old_root, bool dry_run);
|
D | colocation_graph.cc | 246 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/ |
D | tree.rb | 840 def become_root( new_root, old_root ) argument 842 old_root or return( new_root ) 854 new_root.add_child( old_root )
|
D | debug.rb | 654 def become_root( new_root, old_root ) argument
|
/external/python/setuptools/setuptools/command/ |
D | bdist_egg.py | 168 old_root = instcmd.root 173 instcmd.root = old_root
|