Home
last modified time | relevance | path

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

1234

/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/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/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
DTaskQueue.h81 std::future<typename std::result_of<Callable()>::type> async(Callable &&C) { 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/llvm-project/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
DTaskQueue.h81 std::future<std::result_of_t<Callable()>> async(Callable &&C) { in async() function
/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_internal.h32 bool async = false; member
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_test.cc74 void BM_Execute(int iters, int async) { in BM_Execute()
115 void BM_Execute_Identity(int iters, int async) { in BM_Execute_Identity()
200 void TensorHandleCopyBetweenDevices(bool async) { in TensorHandleCopyBetweenDevices()
277 void TensorHandleCopyBetweenDevicesError(bool async) { in TensorHandleCopyBetweenDevicesError()
317 void TensorHandleCopyBetweenTwoGPUDevices(bool async) { in TensorHandleCopyBetweenTwoGPUDevices()
396 void TensorHandleSilentCopy(bool async, in TensorHandleSilentCopy()
478 void SetAndGetOpDevices(bool async) { in SetAndGetOpDevices()
606 void ExecuteAdd(bool async, bool forward_input, bool tfrt) { in ExecuteAdd()
719 void Execute_MatMul_CPU(bool async) { in Execute_MatMul_CPU()
755 void Execute_MatMul_CPU_Runtime_Error(bool async) { in Execute_MatMul_CPU_Runtime_Error()
[all …]
Dc_api_remote_function_test.cc21 void TestRemoteExecuteSilentCopiesFunc(bool async, bool remote, in TestRemoteExecuteSilentCopiesFunc()
/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/mockito/src/test/java/org/mockitoutil/async/
DAsyncTestingTest.java19 private AsyncTesting async = new AsyncTesting(); field in AsyncTestingTest
/external/grpc-grpc/examples/node/
Dpackage.json6 "async": "^1.5.2", string
/external/curl/tests/unit/
Dunit1620.c45 bool async = FALSE; variable
/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/llvm-project/lldb/source/API/
DSBAttachInfo.cpp39 SBAttachInfo::SBAttachInfo(const char *path, bool wait_for, bool async) in SBAttachInfo()
138 void SBAttachInfo::SetWaitForLaunch(bool b, bool async) { in SetWaitForLaunch()
/external/tensorflow/tensorflow/core/common_runtime/eager/
Deager_executor.cc34 EagerExecutor::EagerExecutor(bool async) in EagerExecutor()
221 bool async = item->node->AsAsync() != nullptr; in NodeDone() local
Dcopy_to_device_node.h30 const EagerContext& ctx, bool async, bool mirror) in CopyToDeviceNode()
/external/mockito/src/test/java/org/mockitousage/verification/
DVerificationWithTimeoutTest.java38 private AsyncTesting async; field in VerificationWithTimeoutTest
DVerificationWithAfterTest.java42 private AsyncTesting async = new AsyncTesting(); field in VerificationWithAfterTest
/external/libchrome/base/files/
Dfile.cc41 File::File(PlatformFile platform_file, bool async) in File()
/external/timezone-boundary-builder/
Dpackage.json27 "async": "^3.1.0", string
/external/igt-gpu-tools/tests/i915/
Dgem_exec_async.c177 int async = -1; in has_async_execbuf() local

1234