Home
last modified time | relevance | path

Searched defs:async (Results 1 – 25 of 111) sorted by relevance

12345

/external/guava/android/guava-tests/test/com/google/common/util/concurrent/
DSettableFutureTest.java171 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/
DSettableFutureTest.java171 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/
Ddisk_cache_fuzzer.proto91 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 …]
Ddisk_cache_fuzzer.cc372 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/
DThreadPool.h54 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/
DThreadPool.h78 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/
Dskip-cqe.c114 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
Dfpos.c43 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
Dsubmit-reuse.c46 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
Dsend_recvmsg.c35 int iov_count, int bgid, int async) in recv_prep()
102 int async; member
325 int async) in test()
Dopen-direct-link.c19 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/
DEagerSession.java132 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/
Dfile.cc42 File::File(ScopedPlatformFile platform_file, bool async) in File()
49 File::File(PlatformFile platform_file, bool async) in File()
/external/tensorflow/tensorflow/c/eager/
Dc_api_remote_test.cc40 void TestRemoteExecute(bool async) { in TestRemoteExecute()
120 void TestRemoteExecuteSilentCopiesOp(bool async, bool remote, in TestRemoteExecuteSilentCopiesOp()
Dc_api_cluster_test.cc107 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()
Dc_api_internal.h32 bool async = false; member
Dc_api_test.cc78 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/
Dcl_command_queue.cc104 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/
DAsyncTestingTest.java19 private AsyncTesting async = new AsyncTesting(); field in AsyncTestingTest
/external/cronet/net/cookies/
Dtest_cookie_access_delegate.h74 void set_invoke_callbacks_asynchronously(bool async) { in set_invoke_callbacks_asynchronously()
/external/grpc-grpc/examples/node/
Dpackage.json6 "async": "^1.5.2", string
/external/curl/tests/unit/
Dunit1620.c50 bool async = FALSE; variable
/external/pigweed/pw_async_basic/
Dfake_dispatcher_fixture_test.cc18 namespace pw::async { namespace
/external/tensorflow/tensorflow/java/src/main/native/
Deager_session_jni.cc25 JNIEnv* env, jclass clazz, jboolean async, jint dpp, jbyteArray config) { in Java_org_tensorflow_EagerSession_allocate()
/external/cronet/net/cert/
Dmock_cert_verifier.h49 void set_async(bool async) { async_ = async; } in set_async()

12345