/aosp_15_r20/external/cronet/third_party/libc++/src/docs/DesignDocs/ |
H A D | UniquePtrTrivialAbi.rst | 118 util::Status run_worker(std::unique_ptr<Foo>); 122 …// Currently, the following would "work" because the argument to run_worker() is deleted at the en… 123 // With the new calling convention, it will be deleted at the end of run_worker(), 125 owned_foo->Bar(run_worker(std::move(smart_foo)));
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/run_tests/performance/templates/ |
D | loadtest_template_prebuilt_all_languages.yaml | 76 /run_scripts/run_worker.sh 101 /run_scripts/run_worker.sh 224 /run_scripts/run_worker.sh
|
D | loadtest_template_psm_proxyless_prebuilt_all_languages.yaml | 84 /run_scripts/run_worker.sh 143 /run_scripts/run_worker.sh 296 /run_scripts/run_worker.sh
|
D | loadtest_template_psm_proxied_prebuilt_all_languages.yaml | 92 /run_scripts/run_worker.sh 159 /run_scripts/run_worker.sh 328 /run_scripts/run_worker.sh
|
D | loadtest_template_basic_all_languages.yaml | 116 /run_scripts/run_worker.sh 153 /run_scripts/run_worker.sh 344 /run_scripts/run_worker.sh
|
D | loadtest_template_psm_proxied_basic_all_languages.yaml | 120 /run_scripts/run_worker.sh 202 /run_scripts/run_worker.sh 422 /run_scripts/run_worker.sh
|
D | loadtest_template_psm_proxyless_basic_all_languages.yaml | 112 /run_scripts/run_worker.sh 183 /run_scripts/run_worker.sh 387 /run_scripts/run_worker.sh
|
/aosp_15_r20/external/grpc-grpc/tools/run_tests/performance/templates/ |
H A D | loadtest_template_prebuilt_all_languages.yaml | 76 /run_scripts/run_worker.sh 101 /run_scripts/run_worker.sh 224 /run_scripts/run_worker.sh
|
H A D | loadtest_template_psm_proxyless_prebuilt_all_languages.yaml | 84 /run_scripts/run_worker.sh 143 /run_scripts/run_worker.sh 296 /run_scripts/run_worker.sh
|
H A D | loadtest_template_psm_proxied_prebuilt_all_languages.yaml | 92 /run_scripts/run_worker.sh 159 /run_scripts/run_worker.sh 328 /run_scripts/run_worker.sh
|
H A D | loadtest_template_basic_all_languages.yaml | 116 /run_scripts/run_worker.sh 153 /run_scripts/run_worker.sh 344 /run_scripts/run_worker.sh
|
H A D | loadtest_template_psm_proxied_basic_all_languages.yaml | 120 /run_scripts/run_worker.sh 202 /run_scripts/run_worker.sh 422 /run_scripts/run_worker.sh
|
H A D | loadtest_template_psm_proxyless_basic_all_languages.yaml | 112 /run_scripts/run_worker.sh 183 /run_scripts/run_worker.sh 387 /run_scripts/run_worker.sh
|
/aosp_15_r20/external/crosvm/devices/src/virtio/scsi/ |
H A D | device.rs | 684 .run_until(run_worker( in activate() 695 error!("run_worker failed: {err}"); in activate() 715 .run_until(run_worker( in activate() 726 error!("run_worker failed: {err}"); in activate() 740 async fn run_worker( in run_worker() function
|
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | _test_multiprocessing.py | 5562 self.run_worker(self._test_list, o) 5604 def run_worker(self, worker, obj): member in TestSyncManagerTypes 5621 self.run_worker(self._test_event, o) 5631 self.run_worker(self._test_lock, o) 5642 self.run_worker(self._test_rlock, o) 5650 self.run_worker(self._test_semaphore, o) 5663 self.run_worker(self._test_condition, o) 5672 self.run_worker(self._test_barrier, o) 5682 self.run_worker(self._test_pool, o) 5698 self.run_worker(self._test_queue, o) [all …]
|
/aosp_15_r20/external/pytorch/benchmarks/distributed/rpc/rl/ |
H A D | launcher.py | 51 def run_worker( function 219 target=run_worker,
|
/aosp_15_r20/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/signals/ |
D | PeriodicEncodingJobWorker.java | 211 int traceCookie = Tracing.beginAsyncSection(Tracing.RUN_WORKER); in doRun() 252 Tracing.endAsyncSection(Tracing.RUN_WORKER, traceCookie); in doRun()
|
/aosp_15_r20/external/pytorch/torch/distributed/benchmarks/ |
H A D | benchmark_ddp_rpc.py | 205 def run_worker(rank, world_size): function 365 mp.spawn(run_worker, args=(world_size,), nprocs=world_size, join=True)
|
/aosp_15_r20/external/crosvm/devices/src/virtio/ |
H A D | pmem.rs | 297 fn run_worker( in run_worker() function 497 run_worker( in activate()
|
H A D | balloon.rs | 865 fn run_worker( in run_worker() function 1365 run_worker( in start_worker()
|
/aosp_15_r20/external/crosvm/devices/src/ |
H A D | acpi.rs | 191 if let Err(e) = run_worker(sci_evt, kill_evt, pm1, gpe0, acpi_event_ignored_gpe, acdc) { in start() 237 fn run_worker( in run_worker() function
|
/aosp_15_r20/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/profiling/ |
D | Tracing.java | 146 public static final String RUN_WORKER = "PeriodicEncodingJobWorker#doRun"; field in Tracing
|
/aosp_15_r20/external/crosvm/devices/src/virtio/snd/common_backend/ |
H A D | mod.rs | 466 run_worker( in activate() 570 fn run_worker( in run_worker() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/run_tests/performance/ |
D | README.md | 360 - Note that there is one "run_worker" script per language, e.g.,
|
/aosp_15_r20/external/grpc-grpc/tools/run_tests/performance/ |
H A D | README.md | 362 - Note that there is one "run_worker" script per language, e.g.,
|