| /external/guava/android/guava-tests/test/com/google/common/util/concurrent/ |
| D | SettableFutureTest.java | 171 SettableFuture<Object> async = SettableFuture.create(); in testCancel_innerCancelsAsync() local 185 SettableFuture<Object> async = SettableFuture.create(); in testCancel_resultCancelsInner_interrupted() local 200 SettableFuture<Object> async = SettableFuture.create(); in testCancel_resultCancelsInner() local 215 SettableFuture<Object> async = SettableFuture.create(); in testCancel_beforeSet() local 221 SettableFuture<Object> async = SettableFuture.create(); in testCancel_multipleBeforeSetFuture_noInterruptFirst() local 231 SettableFuture<Object> async = SettableFuture.create(); in testCancel_multipleBeforeSetFuture_interruptFirst() local
|
| /external/guava/guava-tests/test/com/google/common/util/concurrent/ |
| D | SettableFutureTest.java | 171 SettableFuture<Object> async = SettableFuture.create(); in testCancel_innerCancelsAsync() local 185 SettableFuture<Object> async = SettableFuture.create(); in testCancel_resultCancelsInner_interrupted() local 200 SettableFuture<Object> async = SettableFuture.create(); in testCancel_resultCancelsInner() local 215 SettableFuture<Object> async = SettableFuture.create(); in testCancel_beforeSet() local 221 SettableFuture<Object> async = SettableFuture.create(); in testCancel_multipleBeforeSetFuture_noInterruptFirst() local 231 SettableFuture<Object> async = SettableFuture.create(); in testCancel_multipleBeforeSetFuture_interruptFirst() local
|
| /external/cronet/net/disk_cache/ |
| D | disk_cache_fuzzer.proto | 91 required bool async = 4; field 99 required bool async = 4; field 107 required bool async = 5; field 125 required bool async = 6; field 132 required bool async = 5; field 140 required bool async = 5; field 149 required bool async = 5; field 153 required bool async = 1; field 165 required bool async = 3; field 176 required bool async = 3; field [all …]
|
| D | disk_cache_fuzzer.cc | 372 bool async, in OpenCacheEntryCallback() 493 bool async = ce.async(); in RunCommands() local 537 bool async = oe.async(); in RunCommands() local 577 bool async = ooce.async(); in RunCommands() local 673 bool async = wd.async(); in RunCommands() local 707 bool async = wd.async(); in RunCommands() local 740 bool async = wsd.async(); in RunCommands() local 771 bool async = rsd.async(); in RunCommands() local 793 bool async = command.doom_all_entries().async(); in RunCommands() local 830 bool async = ione.async(); in RunCommands() local [all …]
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
| D | ThreadPool.h | 54 inline std::shared_future<void> async(Function &&F, Args &&... ArgList) { in async() function 63 inline std::shared_future<void> async(Function &&F) { in async() function
|
| /external/llvm/include/llvm/Support/ |
| D | ThreadPool.h | 78 inline std::shared_future<VoidTy> async(Function &&F, Args &&... ArgList) { in async() function 96 inline std::shared_future<VoidTy> async(Function &&F) { in async() function
|
| /external/liburing/test/ |
| D | skip-cqe.c | 114 bool async, int fail_idx) in test_ltimeout_cancel() 177 static int test_ltimeout_fire(struct io_uring *ring, bool async, in test_ltimeout_fire() 356 bool async = i & 1; in main() local 397 bool async = i & 1; in main() local
|
| D | fpos.c | 43 static int test_read(struct io_uring *ring, bool async, int blocksize) in test_read() 138 static int test_write(struct io_uring *ring, bool async, int blocksize) in test_write() 237 int async = test & 0x01; in main() local
|
| D | submit-reuse.c | 46 static int prep(int fd, char *str, int split, int async) in prep() 130 static int test_reuse(int argc, char *argv[], int split, int async) in test_reuse() 222 int split, async; in main() local
|
| D | send_recvmsg.c | 35 int iov_count, int bgid, int async) in recv_prep() 102 int async; member 325 int async) in test()
|
| D | open-direct-link.c | 19 static int test(struct io_uring *ring, int skip_success, int drain, int async) in test()
|
| /external/tensorflow/tensorflow/java/src/main/java/org/tensorflow/ |
| D | EagerSession.java | 132 public Options async(boolean value) { in async() method in EagerSession.Options 190 private boolean async; field in EagerSession.Options 526 private static native long allocate(boolean async, int devicePlacementPolicy, byte[] config); in allocate()
|
| /external/cronet/base/files/ |
| D | file.cc | 42 File::File(ScopedPlatformFile platform_file, bool async) in File() 49 File::File(PlatformFile platform_file, bool async) in File()
|
| /external/tensorflow/tensorflow/c/eager/ |
| D | c_api_remote_test.cc | 40 void TestRemoteExecute(bool async) { in TestRemoteExecute() 120 void TestRemoteExecuteSilentCopiesOp(bool async, bool remote, in TestRemoteExecuteSilentCopiesOp()
|
| D | c_api_cluster_test.cc | 107 void TestRemoteExecuteChangeServerDef(bool async) { in TestRemoteExecuteChangeServerDef() 201 void TestRemoteExecuteUpdateServerDef(bool async) { in TestRemoteExecuteUpdateServerDef() 249 void TestRemoteExecuteUpdateServerDefResourceAccess(bool async) { in TestRemoteExecuteUpdateServerDefResourceAccess() 345 void TestRemoteExecuteUpdateServerDefWithFailures(bool async) { in TestRemoteExecuteUpdateServerDefWithFailures()
|
| D | c_api_internal.h | 32 bool async = false; member
|
| D | c_api_test.cc | 78 const int async = state.range(0); in BM_Execute() local 117 const int async = state.range(0); in BM_Execute_Identity() local 198 void TensorHandleCopyBetweenDevices(bool async) { in TensorHandleCopyBetweenDevices() 275 void TensorHandleCopyBetweenDevicesError(bool async) { in TensorHandleCopyBetweenDevicesError() 315 void TensorHandleCopyBetweenTwoGPUDevices(bool async) { in TensorHandleCopyBetweenTwoGPUDevices() 394 void TensorHandleSilentCopy(bool async, in TensorHandleSilentCopy() 476 void SetAndGetOpDevices(bool async) { in SetAndGetOpDevices() 604 void ExecuteAdd(bool async, bool forward_input, bool tfrt) { in ExecuteAdd() 747 void Execute_MatMul_CPU(bool async) { in Execute_MatMul_CPU() 783 void Execute_MatMul_CPU_Runtime_Error(bool async) { in Execute_MatMul_CPU_Runtime_Error() [all …]
|
| /external/tensorflow/tensorflow/lite/delegates/gpu/cl/ |
| D | cl_command_queue.cc | 104 const void* data, bool async) { in EnqueueWriteImage() 122 void* data, bool async) { in EnqueueReadImage() 141 const void* data, bool async) { in EnqueueWriteBuffer() 155 bool async) { in EnqueueReadBuffer()
|
| /external/mockito/src/test/java/org/mockitoutil/async/ |
| D | AsyncTestingTest.java | 19 private AsyncTesting async = new AsyncTesting(); field in AsyncTestingTest
|
| /external/cronet/net/cookies/ |
| D | test_cookie_access_delegate.h | 74 void set_invoke_callbacks_asynchronously(bool async) { in set_invoke_callbacks_asynchronously()
|
| /external/grpc-grpc/examples/node/ |
| D | package.json | 6 "async": "^1.5.2", string
|
| /external/curl/tests/unit/ |
| D | unit1620.c | 50 bool async = FALSE; variable
|
| /external/pigweed/pw_async_basic/ |
| D | fake_dispatcher_fixture_test.cc | 18 namespace pw::async { namespace
|
| /external/tensorflow/tensorflow/java/src/main/native/ |
| D | eager_session_jni.cc | 25 JNIEnv* env, jclass clazz, jboolean async, jint dpp, jbyteArray config) { in Java_org_tensorflow_EagerSession_allocate()
|
| /external/cronet/net/cert/ |
| D | mock_cert_verifier.h | 49 void set_async(bool async) { async_ = async; } in set_async()
|