| /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/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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
| D | ThreadPool.h | 55 inline std::shared_future<void> async(Function &&F, Args &&... ArgList) { in async() function 64 inline std::shared_future<void> async(Function &&F) { in async() function
|
| D | TaskQueue.h | 82 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/tensorflow/tensorflow/c/eager/ |
| D | c_api_test.cc | 61 void BM_Execute(int iters, int async) { in BM_Execute() 95 void BM_Execute_Identity(int iters, int async) { in BM_Execute_Identity() 170 void TensorHandleCopyBetweenDevices(bool async) { in TensorHandleCopyBetweenDevices() 247 void TensorHandleCopyBetweenDevicesError(bool async) { in TensorHandleCopyBetweenDevicesError() 287 void TensorHandleCopyBetweenTwoGPUDevices(bool async) { in TensorHandleCopyBetweenTwoGPUDevices() 366 void TensorHandleSilentCopy(bool async) { in TensorHandleSilentCopy() 411 void TensorHandleSilentCopyLocal(bool async) { in TensorHandleSilentCopyLocal() 460 void SetAndGetOpDevices(bool async) { in SetAndGetOpDevices() 593 void Execute_MatMul_CPU(bool async) { in Execute_MatMul_CPU() 629 void Execute_MatMul_CPU_Runtime_Error(bool async) { in Execute_MatMul_CPU_Runtime_Error() [all …]
|
| D | c_api_remote_test.cc | 50 void TestRemoteExecute(bool async) { in TestRemoteExecute() 130 void TestRemoteExecuteSilentCopies(bool async) { in TestRemoteExecuteSilentCopies() 221 void TestRemoteExecuteDeleteContextWithOutstandingRPC(bool async) { in TestRemoteExecuteDeleteContextWithOutstandingRPC() 343 void TestRemoteExecuteChangeServerDef(bool async) { in TestRemoteExecuteChangeServerDef()
|
| /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/v8/include/ |
| D | v8-metrics.h | 15 bool async = false; member 25 bool async = false; member 38 bool async = false; member
|
| /external/curl/tests/unit/ |
| D | unit1620.c | 45 bool async = FALSE; variable
|
| /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/v8/src/inspector/ |
| D | inspector_protocol_config.json | 14 … "async": ["evaluate", "awaitPromise", "callFunctionOn", "runScript", "terminateExecution"], array 29 "async": ["collectGarbage"] array
|
| /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 | 25 EagerExecutor::EagerExecutor(bool async) in EagerExecutor() 207 bool async = item->node->AsAsync() != nullptr; in NodeDone() local
|
| D | execute_node.h | 79 CancellationManager* cancellation_manager, bool async, in ExecuteNode()
|
| D | mkl_eager_op_rewrite_test.cc | 35 bool async = false; in CreateOp() local
|
| /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/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 | 76 void SetAsyncMode(bool async) { async_ = async; } in SetAsyncMode()
|
| /external/python/cpython3/Doc/reference/ |
| D | compound_stmts.rst | 716 .. _async: target in Class definitions
|
| /external/autotest/client/cros/ |
| D | cryptohome.py | 708 def mount(self, user, password, create=False, async=True, key_label='bar'): argument 760 def remove(self, user, async=True): argument
|
| /external/grpc-grpc/examples/node/static_codegen/route_guide/ |
| D | route_guide_client.js | 22 var async = require('async'); variable
|