/aosp_15_r20/external/python/setuptools/tools/ |
D | vendored.py | 21 def rewrite_packaging(pkg_files, new_root): argument 35 def rewrite_jaraco_text(pkg_files, new_root): argument 48 def rewrite_jaraco(pkg_files, new_root): argument 60 def rewrite_importlib_resources(pkg_files, new_root): argument 70 def rewrite_importlib_metadata(pkg_files, new_root): argument 95 def rewrite_nspektr(pkg_files: Path, new_root): argument
|
/aosp_15_r20/external/cronet/net/cert/ |
H A D | ct_log_verifier_unittest.cc | 297 const std::string& new_root, in CheckVerifyConsistencyProof() 472 std::string old_root(GetEmptyTreeHash()), new_root(GetEmptyTreeHash()); in TEST_F() local 496 std::string new_root; in TEST_F() local 536 const char* const new_root = kRootHashes[test_vector.new_tree_size - 1]; in TEST_P() local
|
/aosp_15_r20/system/core/init/ |
H A D | switch_root.cpp | 37 std::vector<std::string> GetMounts(const std::string& new_root) { in GetMounts() 72 void SwitchRoot(const std::string& new_root) { in SwitchRoot()
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/ |
H A D | root_instruction_sinker.cc | 27 HloInstruction* new_root = TupleUtil::Duplicate(root); in SinkTupleRoot() local 42 HloInstruction* new_root = computation->AddInstruction( in SinkNontupleRoot() local
|
H A D | hlo_schedule_test.cc | 151 HloInstruction* new_root = entry->AddInstruction( in TEST_F() local 194 HloInstruction* new_root = entry->AddInstruction(HloInstruction::CreateUnary( in TEST_F() local
|
H A D | conditional_code_motion.cc | 710 HloInstruction* new_root = in MoveInstructionOut() local 796 HloInstruction* new_root = in MoveInstructionIn() local 844 auto new_root = computation->root_instruction(); in MoveInstructionIn() local 863 HloInstruction* new_root = in MoveInstructionIn() local
|
H A D | stable_sort_expander.cc | 190 HloInstruction* new_root = in ExpandInstruction() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/upb/mem/ |
D | arena.c | 338 static bool _upb_Arena_FixupRefs(upb_Arena* new_root, uintptr_t ref_delta) { in _upb_Arena_FixupRefs() 362 upb_Arena* new_root = _upb_Arena_DoFuse(a1, a2, &ref_delta); in upb_Arena_Fuse() local
|
/aosp_15_r20/external/mesa3d/src/util/ |
H A D | sparse_array.c | 143 uintptr_t new_root = _util_sparse_array_node_alloc(arr, root_level); in util_sparse_array_get() local 157 uintptr_t new_root = _util_sparse_array_node_alloc(arr, root_level + 1); in util_sparse_array_get() local
|
/aosp_15_r20/art/dex2oat/ |
H A D | transaction.cc | 415 auto* new_root = pair.second; in UpdateKeys() local 434 mirror::Object* new_root = old_root; in VisitObjectLogs() local 453 mirror::Array* new_root = old_root; in VisitArrayLogs() local
|
/aosp_15_r20/external/grpc-grpc/third_party/upb/upb/mem/ |
H A D | arena.c | 421 static bool _upb_Arena_FixupRefs(upb_ArenaInternal* new_root, in _upb_Arena_FixupRefs() 450 upb_ArenaInternal* new_root = _upb_Arena_DoFuse(a1, a2, &ref_delta); in upb_Arena_Fuse() local
|
/aosp_15_r20/external/pigweed/pw_software_update/ |
H A D | update_bundle_accessor.cc | 182 protobuf::Message new_root) { in VerifyRootMetadataSignatures() 440 protobuf::Message new_root = bundle_.AsMessage( in UpgradeRoot() local
|
/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/shim/ |
H A D | allocator_shim_default_dispatch_to_partition_alloc.cc | 153 auto* new_root = new (buffer) partition_alloc::PartitionRoot(opts); in New() local 544 partition_alloc::PartitionRoot* new_root = new_main_allocator->root(); in ConfigurePartitions() local
|
/aosp_15_r20/external/chromium-trace/catapult/devil/devil/android/tools/ |
H A D | webview_app.py | 123 def _RebasePath(new_root, old_root): argument
|
/aosp_15_r20/external/python/cpython2/Lib/distutils/ |
D | util.py | 138 def change_root (new_root, pathname): argument
|
/aosp_15_r20/external/antlr/runtime/Ruby/lib/antlr3/debug/ |
H A D | trace-event-listener.rb | 76 def become_root( new_root, old_root ) argument
|
/aosp_15_r20/external/python/setuptools/setuptools/_distutils/ |
D | util.py | 142 def change_root (new_root, pathname): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/setuptools/_distutils/ |
D | util.py | 154 def change_root(new_root, pathname): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/setuptools/_distutils/ |
D | util.py | 154 def change_root(new_root, pathname): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/setuptools/_distutils/ |
D | util.py | 154 def change_root(new_root, pathname): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/setuptools/_distutils/ |
D | util.py | 154 def change_root(new_root, pathname): argument
|
/aosp_15_r20/external/antlr/runtime/Ruby/lib/antlr3/tree/ |
H A D | debug.rb | 84 def become_root( new_root, old_root ) argument
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
H A D | parallel_task_assignment.cc | 242 auto* new_root = call->to_apply()->root_instruction(); in AssignParallelTasksHelper() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/distutils/ |
D | util.py | 138 def change_root (new_root, pathname): argument
|
/aosp_15_r20/external/python/cpython3/Lib/distutils/ |
D | util.py | 138 def change_root (new_root, pathname): argument
|