Home
last modified time | relevance | path

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

12

/external/cronet/net/cert/
Dct_log_verifier_unittest.cc296 const std::string& old_root, in CheckVerifyConsistencyProof() argument
300 EXPECT_TRUE(VerifyConsistencyProof(log, old_tree_size, old_root, in CheckVerifyConsistencyProof()
315 EXPECT_FALSE(VerifyConsistencyProof(log, old_tree_size - 1, old_root, in CheckVerifyConsistencyProof()
318 EXPECT_FALSE(VerifyConsistencyProof(log, old_tree_size + 1, old_root, in CheckVerifyConsistencyProof()
321 EXPECT_FALSE(VerifyConsistencyProof(log, old_tree_size ^ 2, old_root, in CheckVerifyConsistencyProof()
325 EXPECT_FALSE(VerifyConsistencyProof(log, old_tree_size, old_root, in CheckVerifyConsistencyProof()
328 EXPECT_FALSE(VerifyConsistencyProof(log, old_tree_size, old_root, in CheckVerifyConsistencyProof()
333 EXPECT_FALSE(VerifyConsistencyProof(log, old_tree_size, old_root, in CheckVerifyConsistencyProof()
340 new_tree_size, old_root, proof)) in CheckVerifyConsistencyProof()
345 EXPECT_FALSE(VerifyConsistencyProof(log, old_tree_size, old_root, in CheckVerifyConsistencyProof()
[all …]
/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/tensorflow/tensorflow/compiler/xla/service/
Dconditional_code_motion.cc348 absl::flat_hash_set<int64_t> FindSpecialConverts(HloInstruction* old_root, in FindSpecialConverts() argument
372 for (int64_t operand_num = 0; operand_num < old_root->operand_count(); in FindSpecialConverts()
374 if (old_root->operand(operand_num)->opcode() != HloOpcode::kConvert) { in FindSpecialConverts()
379 old_root->mutable_operand(operand_num); in FindSpecialConverts()
382 absl::c_count_if(old_root->operands(), in FindSpecialConverts()
443 HloInstruction* old_root = computation->root_instruction(); in RestructureConditionalInstruction() local
455 if (old_root == conditional) { in RestructureConditionalInstruction()
492 HloInstruction* old_root = in ConvertSpecialMove() local
511 old_root, branch_count, conditional, is_layout_sensitive); in ConvertSpecialMove()
522 old_root = conditional->branch_computation(branch)->root_instruction(); in ConvertSpecialMove()
[all …]
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.cc211 HloInstruction* old_root = module->entry_computation()->root_instruction(); in TEST_F() local
216 op::Copy(old_root)); in TEST_F()
234 HloInstruction* old_root = module->entry_computation()->root_instruction(); in TEST_F() local
239 op::Copy(old_root)); in TEST_F()
284 HloInstruction* old_root = module->entry_computation()->root_instruction(); in TEST_F() local
289 EXPECT_NE(old_root, new_root); in TEST_F()
295 op::Copy(op::GetTupleElement(op::GetTupleElement(old_root))), in TEST_F()
296 op::Copy(op::GetTupleElement(op::GetTupleElement(old_root)))), in TEST_F()
297 op::Copy(op::GetTupleElement(old_root)))); in TEST_F()
Dconditional_simplifier.cc287 HloInstruction* old_root = cloned_branch->root_instruction(); in RemoveUnusedTupleElements() local
293 old_shape.tuple_shapes(old_index), old_root, old_index))); in RemoveUnusedTupleElements()
/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/libcap/psx/
Dpsx.c328 registered_thread_t *next, *old_root; in _psx_forked_child() local
329 old_root = psx_tracker.root; in _psx_forked_child()
334 for (; old_root; old_root = next) { in _psx_forked_child()
335 next = old_root->next; in _psx_forked_child()
336 memset(old_root, 0, sizeof(*old_root)); in _psx_forked_child()
337 free(old_root); in _psx_forked_child()
/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/rust/crates/grpcio-sys/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/chromium-trace/catapult/devil/devil/android/tools/
Dwebview_app.py123 def _RebasePath(new_root, old_root): argument
125 return os.path.join(new_root, os.path.relpath(old_root, '/'))
/external/kernel-headers/original/uapi/linux/
Dnfs_mount.h30 struct nfs2_fh old_root; /* 1 */ member
/external/cronet/base/allocator/partition_allocator/
Dpartition_root.cc1286 auto* old_root = PartitionRoot::FromSlotSpan(slot_span); in ReallocWithFlags()
1290 ::partition_alloc::internal::ScopedGuard guard{old_root->lock_}; in ReallocWithFlags()
1293 old_usable_size = slot_span->GetUsableSize(old_root); in ReallocWithFlags()
1300 success = old_root->TryReallocInPlaceForDirectMap(slot_span, new_size); in ReallocWithFlags()
1312 if (old_root->TryReallocInPlaceForNormalBuckets(ptr, slot_span, in ReallocWithFlags()
/external/tensorflow/tensorflow/compiler/xla/tools/
Dhlo_control_flow_flattening.cc212 HloInstruction* old_root = body->root_instruction(); in FlattenWhileLoop() local
222 TupleUtil::AppendSuffix(old_root, {induction_variable}); in FlattenWhileLoop()
/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/tensorflow/tensorflow/core/common_runtime/
Dcolocation_graph.h70 Member** new_root, Member** old_root, bool dry_run);
/external/python/setuptools/setuptools/command/
Dbdist_egg.py161 old_root = instcmd.root
166 instcmd.root = old_root
/external/tensorflow/third_party/absl/abseil-cpp/absl/container/internal/
Dbtree.h2677 node_type *old_root = root();
2679 new_root->transfer_n(old_root->count(), new_root->start(),
2680 old_root->start(), old_root, alloc);
2681 new_root->set_finish(old_root->finish());
2682 old_root->set_finish(old_root->start());
2683 new_root->set_generation(old_root->generation());
2684 node_type::clear_and_delete(old_root, alloc);
/external/webrtc/third_party/abseil-cpp/absl/container/internal/
Dbtree.h2761 node_type *old_root = root();
2763 new_root->transfer_n(old_root->count(), new_root->start(),
2764 old_root->start(), old_root, alloc);
2765 new_root->set_finish(old_root->finish());
2766 old_root->set_finish(old_root->start());
2767 new_root->set_generation(old_root->generation());
2768 node_type::clear_and_delete(old_root, alloc);
/external/cronet/third_party/abseil-cpp/absl/container/internal/
Dbtree.h2836 node_type *old_root = root();
2838 new_root->transfer_n(old_root->count(), new_root->start(),
2839 old_root->start(), old_root, alloc);
2840 new_root->set_finish(old_root->finish());
2841 old_root->set_finish(old_root->start());
2842 new_root->set_generation(old_root->generation());
2843 node_type::clear_and_delete(old_root, alloc);
/external/abseil-cpp/absl/container/internal/
Dbtree.h2677 node_type *old_root = root();
2679 new_root->transfer_n(old_root->count(), new_root->start(),
2680 old_root->start(), old_root, alloc);
2681 new_root->set_finish(old_root->finish());
2682 old_root->set_finish(old_root->start());
2683 new_root->set_generation(old_root->generation());
2684 node_type::clear_and_delete(old_root, alloc);

12