| /external/guava/guava-tests/test/com/google/common/util/concurrent/ |
| D | SettableFutureTest.java | 175 SettableFuture<Object> async = SettableFuture.create(); in testCancel_innerCancelsAsync() local 189 SettableFuture<Object> async = SettableFuture.create(); in testCancel_resultCancelsInner_interrupted() local 204 SettableFuture<Object> async = SettableFuture.create(); in testCancel_resultCancelsInner() local 219 SettableFuture<Object> async = SettableFuture.create(); in testCancel_beforeSet() local 225 SettableFuture<Object> async = SettableFuture.create(); in testCancel_multipleBeforeSetFuture_noInterruptFirst() local 235 SettableFuture<Object> async = SettableFuture.create(); in testCancel_multipleBeforeSetFuture_interruptFirst() local
|
| /external/guava/android/guava-tests/test/com/google/common/util/concurrent/ |
| D | SettableFutureTest.java | 175 SettableFuture<Object> async = SettableFuture.create(); in testCancel_innerCancelsAsync() local 189 SettableFuture<Object> async = SettableFuture.create(); in testCancel_resultCancelsInner_interrupted() local 204 SettableFuture<Object> async = SettableFuture.create(); in testCancel_resultCancelsInner() local 219 SettableFuture<Object> async = SettableFuture.create(); in testCancel_beforeSet() local 225 SettableFuture<Object> async = SettableFuture.create(); in testCancel_multipleBeforeSetFuture_noInterruptFirst() local 235 SettableFuture<Object> async = SettableFuture.create(); in testCancel_multipleBeforeSetFuture_interruptFirst() local
|
| /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
|
| D | TaskQueue.h | 81 std::future<typename std::result_of<Callable()>::type> async(Callable &&C) { 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 | submit-reuse.c | 48 static int prep(int fd, char *str, int split, int async) in prep() 132 static int test_reuse(int argc, char *argv[], int split, int async) in test_reuse() 227 int split, async; in main() local
|
| /external/tensorflow/tensorflow/lite/delegates/gpu/cl/ |
| D | cl_command_queue.cc | 103 const void* data, bool async) { in EnqueueWriteImage() 121 void* data, bool async) { in EnqueueReadImage() 140 const void* data, bool async) { in EnqueueWriteBuffer() 154 bool async) { in EnqueueReadBuffer()
|
| /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/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_test.cc | 77 const int async = state.range(0); in BM_Execute() local 116 const int async = state.range(0); in BM_Execute_Identity() local 197 void TensorHandleCopyBetweenDevices(bool async) { in TensorHandleCopyBetweenDevices() 274 void TensorHandleCopyBetweenDevicesError(bool async) { in TensorHandleCopyBetweenDevicesError() 314 void TensorHandleCopyBetweenTwoGPUDevices(bool async) { in TensorHandleCopyBetweenTwoGPUDevices() 393 void TensorHandleSilentCopy(bool async, in TensorHandleSilentCopy() 475 void SetAndGetOpDevices(bool async) { in SetAndGetOpDevices() 603 void ExecuteAdd(bool async, bool forward_input, bool tfrt) { in ExecuteAdd() 740 void Execute_MatMul_CPU(bool async) { in Execute_MatMul_CPU() 776 void Execute_MatMul_CPU_Runtime_Error(bool async) { in Execute_MatMul_CPU_Runtime_Error() [all …]
|
| 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_remote_function_test.cc | 21 void TestRemoteExecuteSilentCopiesFunc(bool async, bool remote, in TestRemoteExecuteSilentCopiesFunc()
|
| /external/mockito/src/test/java/org/mockitoutil/async/ |
| D | AsyncTestingTest.java | 19 private AsyncTesting async = new AsyncTesting(); field in AsyncTestingTest
|
| /external/grpc-grpc/examples/node/ |
| D | package.json | 6 "async": "^1.5.2", string
|
| /external/curl/tests/unit/ |
| D | unit1620.c | 45 bool async = FALSE; variable
|
| /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/tensorflow/tensorflow/core/common_runtime/eager/ |
| D | eager_executor.cc | 34 EagerExecutor::EagerExecutor(bool async) in EagerExecutor() 217 bool async = item->node->AsAsync() != nullptr; in NodeDone() local
|
| D | copy_to_device_node.h | 30 const EagerContext& ctx, bool async, bool mirror) in CopyToDeviceNode()
|
| /external/mockito/src/test/java/org/mockitousage/verification/ |
| D | VerificationWithTimeoutTest.java | 38 private AsyncTesting async; field in VerificationWithTimeoutTest
|
| D | VerificationWithAfterTest.java | 42 private AsyncTesting async = new AsyncTesting(); field in VerificationWithAfterTest
|
| /external/libchrome/base/files/ |
| D | file.cc | 41 File::File(PlatformFile platform_file, bool async) in File()
|
| /external/timezone-boundary-builder/ |
| D | package.json | 27 "async": "^3.2.0", string
|
| /external/igt-gpu-tools/tests/i915/ |
| D | gem_exec_async.c | 177 int async = -1; in has_async_execbuf() local
|
| /external/libbrillo/brillo/http/ |
| D | http_transport_fake.h | 79 void SetAsyncMode(bool async) { async_ = async; } in SetAsyncMode()
|