/external/guava/guava-tests/test/com/google/common/util/concurrent/ |
D | AsyncSettableFutureTest.java | 124 AsyncSettableFuture<Object> async = AsyncSettableFuture.create(); in testCancel_innerCancelsAsync() local 136 AsyncSettableFuture<Object> async = AsyncSettableFuture.create(); in testCancel_resultCancelsInner_interrupted() local 149 AsyncSettableFuture<Object> async = AsyncSettableFuture.create(); in testCancel_resultCancelsInner() local 162 AsyncSettableFuture<Object> async = AsyncSettableFuture.create(); in testCancel_beforeSet() local 168 AsyncSettableFuture<Object> async = AsyncSettableFuture.create(); in testCancel_multipleBeforeSetFuture_noInterruptFirst() local 178 AsyncSettableFuture<Object> async = AsyncSettableFuture.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/mockito/src/test/java/org/mockitoutil/async/ |
D | AsyncTestingTest.java | 19 private AsyncTesting async = new AsyncTesting(); field in AsyncTestingTest
|
/external/tensorflow/tensorflow/c/eager/ |
D | c_api_test.cc | 60 void BM_Execute(int iters, int async) { in BM_Execute() 133 void TestRemoteExecute(bool async) { in TestRemoteExecute() 211 void TestRemoteExecuteSilentCopies(bool async) { in TestRemoteExecuteSilentCopies() 349 void TestRemoteExecuteChangeServerDef(bool async) { in TestRemoteExecuteChangeServerDef() 459 void TensorHandleCopyBetweenDevices(bool async) { in TensorHandleCopyBetweenDevices() 536 void TensorHandleCopyBetweenDevicesError(bool async) { in TensorHandleCopyBetweenDevicesError() 573 void TensorHandleCopyBetweenTwoGPUDevices(bool async) { in TensorHandleCopyBetweenTwoGPUDevices() 652 void TensorHandleSilentCopy(bool async) { in TensorHandleSilentCopy() 695 void TensorHandleSilentCopyLocal(bool async) { in TensorHandleSilentCopyLocal() 742 void SetAndGetOpDevices(bool async) { in SetAndGetOpDevices() [all …]
|
D | c_api_experimental_test.cc | 39 void ExecuteWithProfiling(bool async) { in ExecuteWithProfiling()
|
D | c_api_internal.h | 61 bool async = false; member
|
/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/v8/src/inspector/ |
D | inspector_protocol_config.json | 14 … "async": ["evaluate", "awaitPromise", "callFunctionOn", "runScript", "terminateExecution"], array 19 "async": [ "scheduleStepIntoAsync" ], array
|
/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()
|
D | file.h | 302 bool async() const { return async_; } in async() function
|
/external/tensorflow/tensorflow/core/common_runtime/eager/ |
D | context.cc | 48 bool async, in EagerContext() 56 bool async, const DeviceMgr* device_mgr, in EagerContext() 124 Status EagerContext::SetAsyncForThread(bool async) { in SetAsyncForThread()
|
/external/toolchain-utils/cros_utils/ |
D | buildbot_utils.py | 130 async=False): argument
|
/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 | 713 .. _async: target in Class definitions
|
/external/grpc-grpc/examples/node/static_codegen/route_guide/ |
D | route_guide_client.js | 22 var async = require('async'); variable
|
/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/tensorflow/tensorflow/core/protobuf/ |
D | eager_service.proto | 60 bool async = 2; field
|
/external/grpc-grpc/examples/node/dynamic_codegen/route_guide/ |
D | route_guide_client.js | 21 var async = require('async'); variable
|
/external/libdrm/exynos/ |
D | exynos_drm.h | 131 __u64 async; member
|
/external/webrtc/webrtc/p2p/base/ |
D | faketransportcontroller.h | 68 void SetAsync(bool async) { async_ = async; } in SetAsync() 363 void SetAsync(bool async) { async_ = async; } in SetAsync()
|