/aosp_15_r20/external/tensorflow/tensorflow/core/distributed_runtime/rpc/ |
H A D | grpc_remote_worker.cc | 76 StatusCallback done) override { in GetStatusAsync() 83 StatusCallback done) override { in CreateWorkerSessionAsync() 90 StatusCallback done) override { in DeleteWorkerSessionAsync() 97 StatusCallback done) override { in RegisterGraphAsync() 103 StatusCallback done) override { in DeregisterGraphAsync() 108 RunGraphResponse* response, StatusCallback done) override { in RunGraphAsync() 113 StatusCallback done) override { in RunGraphAsync() 120 StatusCallback done) override { in CleanupGraphAsync() 126 StatusCallback done) override { in CleanupAllAsync() 131 RecvBufResponse* response, StatusCallback done) override { in RecvBufAsync() [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/core/distributed_runtime/ |
H A D | test_utils.h | 35 StatusCallback done) override { in GetStatusAsync() 41 StatusCallback done) override { in CreateWorkerSessionAsync() 48 StatusCallback done) override { in DeleteWorkerSessionAsync() 54 StatusCallback done) override { in RegisterGraphAsync() 60 StatusCallback done) override { in DeregisterGraphAsync() 66 StatusCallback done) override { in RunGraphAsync() 72 StatusCallback done) override { in CleanupGraphAsync() 78 StatusCallback done) override { in CleanupAllAsync() 83 TensorResponse* response, StatusCallback done) override { in RecvTensorAsync() 88 StatusCallback done) override { in LoggingAsync() [all …]
|
H A D | worker.cc | 43 StatusCallback done) { in GetStatusAsync() 56 StatusCallback done) { in CreateWorkerSessionAsync() 67 StatusCallback done) { in DeleteWorkerSessionAsync() 74 StatusCallback done) { in RegisterGraphAsync() 95 StatusCallback done) { in DeregisterGraphAsync() 144 StatusCallback done) { in RunGraphAsync() 168 StatusCallback done) { in DoRunGraph() 266 StatusCallback done) { in DoPartialRunGraph() 356 StatusCallback done) { in CleanupGraphAsync() 373 StatusCallback done) { in CleanupAllAsync() [all …]
|
H A D | master.cc | 358 CreateSessionResponse* resp, MyClosure done) { in CreateSession() 493 ExtendSessionResponse* resp, MyClosure done) { in ExtendSession() 511 PartialRunSetupResponse* resp, MyClosure done) { in PartialRunSetup() 532 MutableRunStepResponseWrapper* resp, MyClosure done) { in RunStep() 558 CloseSessionResponse* resp, MyClosure done) { in CloseSession() 587 ListDevicesResponse* resp, MyClosure done) { in ListDevices() 650 MyClosure done) { in Reset() 677 MakeCallableResponse* resp, MyClosure done) { in MakeCallable() 698 RunCallableResponse* resp, MyClosure done) { in RunCallable() 719 ReleaseCallableResponse* resp, MyClosure done) { in ReleaseCallable()
|
/aosp_15_r20/libcore/jsr166-tests/src/test/java/jsr166/ |
H A D | ThreadPoolExecutorTest.java | 96 final CountDownLatch done = new CountDownLatch(1); in testExecute() local 109 final CountDownLatch done = new CountDownLatch(1); in testGetActiveCount() local 114 try (PoolCleaner cleaner = cleaner(p, done)) { in testGetActiveCount() argument 336 final CountDownLatch done = new CountDownLatch(1); in testGetLargestPoolSize() local 341 try (PoolCleaner cleaner = cleaner(p, done)) { in testGetLargestPoolSize() argument 380 final CountDownLatch done = new CountDownLatch(1); in testGetPoolSize() local 385 try (PoolCleaner cleaner = cleaner(p, done)) { in testGetPoolSize() argument 404 final CountDownLatch done = new CountDownLatch(1); in testGetTaskCount() local 409 try (PoolCleaner cleaner = cleaner(p, done)) { in testGetTaskCount() argument 494 final CountDownLatch done = new CountDownLatch(1); in testIsTerminated() local [all …]
|
H A D | ThreadPoolExecutorSubclassTest.java | 57 boolean done; field in ThreadPoolExecutorSubclassTest.CustomTask 243 final CountDownLatch done = new CountDownLatch(1); in testExecute() local 256 final CountDownLatch done = new CountDownLatch(1); in testGetActiveCount() local 261 try (PoolCleaner cleaner = cleaner(p, done)) { in testGetActiveCount() argument 483 final CountDownLatch done = new CountDownLatch(1); in testGetLargestPoolSize() local 488 try (PoolCleaner cleaner = cleaner(p, done)) { in testGetLargestPoolSize() argument 527 final CountDownLatch done = new CountDownLatch(1); in testGetPoolSize() local 532 try (PoolCleaner cleaner = cleaner(p, done)) { in testGetPoolSize() argument 551 final CountDownLatch done = new CountDownLatch(1); in testGetTaskCount() local 556 try (PoolCleaner cleaner = cleaner(p, done)) { in testGetTaskCount() argument [all …]
|
H A D | ScheduledExecutorTest.java | 55 final CountDownLatch done = new CountDownLatch(1); in testExecute() local 70 final CountDownLatch done = new CountDownLatch(1); in testSchedule1() local 91 final CountDownLatch done = new CountDownLatch(1); in testSchedule3() local 111 final CountDownLatch done = new CountDownLatch(1); in testSchedule4() local 133 final CountDownLatch done = new CountDownLatch(1); in testSchedule5() local 164 final CountDownLatch done = new CountDownLatch(cycles); in testFixedRateSequence() local 195 final CountDownLatch done = new CountDownLatch(cycles); in testFixedDelaySequence() local 340 final CountDownLatch done = new CountDownLatch(1); in testGetActiveCount() local 342 try (PoolCleaner cleaner = cleaner(p, done)) { in testGetActiveCount() argument 405 final CountDownLatch done = new CountDownLatch(1); in testGetLargestPoolSize() local [all …]
|
H A D | ScheduledExecutorSubclassTest.java | 112 final CountDownLatch done = new CountDownLatch(1); in testExecute() local 124 final CountDownLatch done = new CountDownLatch(1); in testSchedule1() local 126 try (PoolCleaner cleaner = cleaner(p, done)) { in testSchedule1() argument 147 final CountDownLatch done = new CountDownLatch(1); in testSchedule3() local 167 final CountDownLatch done = new CountDownLatch(1); in testSchedule4() local 189 final CountDownLatch done = new CountDownLatch(1); in testSchedule5() local 220 final CountDownLatch done = new CountDownLatch(cycles); in testFixedRateSequence() local 251 final CountDownLatch done = new CountDownLatch(cycles); in testFixedDelaySequence() local 396 final CountDownLatch done = new CountDownLatch(1); in testGetActiveCount() local 398 try (PoolCleaner cleaner = cleaner(p, done)) { in testGetActiveCount() argument [all …]
|
/aosp_15_r20/libcore/ojluni/src/test/java/util/concurrent/tck/ |
H A D | ThreadPoolExecutorTest.java | 133 final CountDownLatch done = new CountDownLatch(1); in testExecute() local 147 final CountDownLatch done = new CountDownLatch(1); in testGetActiveCount() local 152 try (PoolCleaner cleaner = cleaner(p, done)) { in testGetActiveCount() argument 386 final CountDownLatch done = new CountDownLatch(1); in testGetLargestPoolSize() local 391 try (PoolCleaner cleaner = cleaner(p, done)) { in testGetLargestPoolSize() argument 432 final CountDownLatch done = new CountDownLatch(1); in testGetPoolSize() local 437 try (PoolCleaner cleaner = cleaner(p, done)) { in testGetPoolSize() argument 457 final CountDownLatch done = new CountDownLatch(1); in testGetTaskCount() local 462 try (PoolCleaner cleaner = cleaner(p, done)) { in testGetTaskCount() argument 550 final CountDownLatch done = new CountDownLatch(1); in testIsTerminated() local [all …]
|
H A D | ThreadPoolExecutorSubclassTest.java | 92 boolean done; field in ThreadPoolExecutorSubclassTest.CustomTask 279 final CountDownLatch done = new CountDownLatch(1); in testExecute() local 293 final CountDownLatch done = new CountDownLatch(1); in testGetActiveCount() local 298 try (PoolCleaner cleaner = cleaner(p, done)) { in testGetActiveCount() argument 532 final CountDownLatch done = new CountDownLatch(1); in testGetLargestPoolSize() local 537 try (PoolCleaner cleaner = cleaner(p, done)) { in testGetLargestPoolSize() argument 578 final CountDownLatch done = new CountDownLatch(1); in testGetPoolSize() local 583 try (PoolCleaner cleaner = cleaner(p, done)) { in testGetPoolSize() argument 603 final CountDownLatch done = new CountDownLatch(1); in testGetTaskCount() local 608 try (PoolCleaner cleaner = cleaner(p, done)) { in testGetTaskCount() argument [all …]
|
H A D | ScheduledExecutorTest.java | 107 final CountDownLatch done = new CountDownLatch(1); in testExecute() local 123 final CountDownLatch done = new CountDownLatch(1); in testSchedule1() local 145 final CountDownLatch done = new CountDownLatch(1); in testSchedule3() local 166 final CountDownLatch done = new CountDownLatch(1); in testSchedule4() local 189 final CountDownLatch done = new CountDownLatch(1); in testSchedule5() local 221 final CountDownLatch done = new CountDownLatch(cycles); in testFixedRateSequence() local 264 final CountDownLatch done = new CountDownLatch(cycles); in testFixedRateSequenceSkipMultipleMissedFixedRateTasksEnabled() local 317 final CountDownLatch done = new CountDownLatch(cycles); in testFixedRateSequenceSkipMultipleMissedFixedRateTasksDisabled() local 361 final CountDownLatch done = new CountDownLatch(cycles); in testFixedDelaySequence() local 514 final CountDownLatch done = new CountDownLatch(1); in testGetActiveCount() local [all …]
|
H A D | ScheduledExecutorSubclassTest.java | 150 final CountDownLatch done = new CountDownLatch(1); in testExecute() local 163 final CountDownLatch done = new CountDownLatch(1); in testSchedule1() local 165 try (PoolCleaner cleaner = cleaner(p, done)) { in testSchedule1() argument 187 final CountDownLatch done = new CountDownLatch(1); in testSchedule3() local 208 final CountDownLatch done = new CountDownLatch(1); in testSchedule4() local 231 final CountDownLatch done = new CountDownLatch(1); in testSchedule5() local 263 final CountDownLatch done = new CountDownLatch(cycles); in testFixedRateSequence() local 295 final CountDownLatch done = new CountDownLatch(cycles); in testFixedDelaySequence() local 448 final CountDownLatch done = new CountDownLatch(1); in testGetActiveCount() local 450 try (PoolCleaner cleaner = cleaner(p, done)) { in testGetActiveCount() argument [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/core/distributed_runtime/coordination/ |
H A D | coordination_service_rpc_handler.cc | 40 StatusCallback done) { in RegisterTaskAsync() 57 StatusCallback done) { in HeartbeatAsync() 79 StatusCallback done) { in WaitForAllTasksAsync() 100 StatusCallback done) { in ShutdownTaskAsync() 114 StatusCallback done) { in ResetTaskAsync() 127 ReportErrorToTaskResponse* response, StatusCallback done) { in ReportErrorToTaskAsync() 147 ReportErrorToServiceResponse* response, StatusCallback done) { in ReportErrorToServiceAsync() 166 StatusCallback done) { in InsertKeyValueAsync() 179 StatusCallback done) { in GetKeyValueAsync() 200 StatusCallback done) { in TryGetKeyValueAsync() [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/core/distributed_runtime/rpc/coordination/ |
H A D | grpc_coordination_client.cc | 77 StatusCallback done) override { in RegisterTaskAsync() 87 StatusCallback done) override { in WaitForAllTasksAsync() 98 StatusCallback done) override { in ShutdownTaskAsync() 108 StatusCallback done) override { in ResetTaskAsync() 118 StatusCallback done) override { in HeartbeatAsync() 131 StatusCallback done) override { in ReportErrorToTaskAsync() 141 StatusCallback done) override { in ReportErrorToServiceAsync() 151 StatusCallback done) override { in InsertKeyValueAsync() 162 StatusCallback done) override { in GetKeyValueAsync() 172 StatusCallback done) override { in TryGetKeyValueAsync() [all …]
|
/aosp_15_r20/external/skia/modules/pathkit/perf/ |
H A D | path.bench.js | 43 it('path_path2dapi', function(done) { argument 61 it('path_copy', function(done) { argument 82 it('path_from_api_calls', function(done) { argument 105 it('path_fromCmds', function(done) { argument 128 it('path_fromSVGString', function(done) { argument 148 it('path_toCmds', function(done) { argument 168 it('path_toPath2D', function(done) { argument 188 it('path_toSVGString', function(done) { argument 219 it('path_add_path_svgmatrix', function(done) { argument 245 it('path_add_path_svgmatrix_reuse', function(done) { argument [all …]
|
H A D | pathops.bench.js | 14 it('pathops_simplify', function(done) { argument 35 it('pathops_diff', function(done) { argument 59 it('pathops_intersect', function(done) { argument 83 it('pathops_union', function(done) { argument 107 it('pathops_xor', function(done) { argument 131 it('pathops_reverse_diff', function(done) { argument
|
/aosp_15_r20/prebuilts/go/linux-x86/src/math/big/ |
D | arith_ppc64x.s | 97 done: label 187 done: label 259 done: label 338 done: label 412 done: label 495 done: label 586 done: label 665 done: label
|
D | arith_arm64.s | 50 done: label 91 done: label 174 done: label 233 done: label 312 done: label 400 done: label 481 done: label 568 done: label
|
/aosp_15_r20/system/unwinding/libunwindstack/benchmarks/ |
H A D | thread_unwind_benchmarks.cpp | 30 void ThreadCall6(std::atomic_int* tid, std::atomic_bool* done) { in ThreadCall6() 37 void ThreadCall5(std::atomic_int* tid, std::atomic_bool* done) { in ThreadCall5() 41 void ThreadCall4(std::atomic_int* tid, std::atomic_bool* done) { in ThreadCall4() 45 void ThreadCall3(std::atomic_int* tid, std::atomic_bool* done) { in ThreadCall3() 49 void ThreadCall2(std::atomic_int* tid, std::atomic_bool* done) { in ThreadCall2() 53 void ThreadCall1(std::atomic_int* tid, std::atomic_bool* done) { in ThreadCall1() 59 std::atomic_bool done; in BM_thread_unwind() local
|
/aosp_15_r20/external/skia/modules/pathkit/tests/ |
H A D | path.spec.js | 13 it('supports.equals()', function(done) { argument 35 it('has a copy constructor', function(done) { argument 49 it('has a copy method', function(done) { argument 63 it('can create a copy with MakePath', function(done) { argument 96 it('dynamically updates getBounds()', function(done){ argument 112 it('has getBounds() and computeTightBounds()', function(done){ argument 146 it('does NOT approximates conics when dumping as toCmds', function(done) { argument
|
H A D | svg.spec.js | 2 it('can create a path from an SVG string', function(done) { argument 24 it('can create an SVG string from a path', function(done) { argument 42 it('can create an SVG string from hex values', function(done) { argument 59 it('should have input and the output be the same', function(done) { argument 77 it('approximates arcs (conics) with quads', function(done) { argument
|
H A D | path2d.spec.js | 2 it('can do everything in the Path2D API w/o crashing', function(done) { argument 74 it('can chain by returning the same object', function(done) { argument 98 it('does not leak path objects when chaining', function(done) { argument 127 it('has multiple overloads of addPath', function(done) { argument 148 it('approximates arcs (conics) with quads', function(done) { argument
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/ |
H A D | collective_ops.cc | 73 void ComputeAsync(OpKernelContext* c, DoneCallback done) override { in ComputeAsync() 113 const DoneCallback& done) { in CanProceedWithCompute() 177 DoneCallback done) override { in ComputeAsyncImpl() 291 DoneCallback done) override { in ComputeAsyncImpl() 366 DoneCallback done) override { in ComputeAsyncImpl() 443 DoneCallback done) override { in ComputeAsyncImpl() 627 DoneCallback done) { in Run() 715 void ComputeAsync(OpKernelContext* c, DoneCallback done) override { in ComputeAsync() 766 void ComputeAsync(OpKernelContext* c, DoneCallback done) override { in ComputeAsync() 812 void ComputeAsync(OpKernelContext* c, DoneCallback done) override { in ComputeAsync() [all …]
|
/aosp_15_r20/external/cronet/net/cert_net/ |
H A D | cert_net_fetcher_url_request_unittest.cc | 101 void CreateFetcherOnNetworkThread(base::WaitableEvent* done) { in CreateFetcherOnNetworkThread() 108 base::WaitableEvent done(base::WaitableEvent::ResetPolicy::MANUAL, in CreateFetcher() local 118 void ShutDownFetcherOnNetworkThread(base::WaitableEvent* done) { in ShutDownFetcherOnNetworkThread() 124 base::WaitableEvent done(base::WaitableEvent::ResetPolicy::MANUAL, in ShutDownFetcher() local 136 base::WaitableEvent done(base::WaitableEvent::ResetPolicy::MANUAL, in NumCreatedRequests() local 153 base::WaitableEvent done(base::WaitableEvent::ResetPolicy::MANUAL, in StartNetworkThread() local 162 void InitOnNetworkThread(base::WaitableEvent* done) { in InitOnNetworkThread() 171 void ResetStateOnNetworkThread(base::WaitableEvent* done) { in ResetStateOnNetworkThread() 177 base::WaitableEvent done(base::WaitableEvent::ResetPolicy::MANUAL, in ResetState() local 192 void CountCreatedRequests(int* count, base::WaitableEvent* done) { in CountCreatedRequests()
|
/aosp_15_r20/external/python/python-api-core/tests/unit/future/ |
D | test_polling.py | 27 def done(self): member in PollingFutureImpl 92 def done(self, retry=polling.DEFAULT_RETRY): member in PollingFutureImplWithPoll 113 def done(self, retry=polling.DEFAULT_RETRY): member in PollingFutureImplTimeout 135 def done(self, retry=polling.DEFAULT_RETRY): member in PollingFutureImplTransient 200 def done(self): member in PollingFutureImplWithoutRetry 213 def done(self): member in PollingFutureImplWith_done_or_raise
|