Home
last modified time | relevance | path

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

12

/external/guava/guava-tests/test/com/google/common/util/concurrent/
DAsyncSettableFutureTest.java124 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/
DThreadPool.h55 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
DTaskQueue.h82 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/mockito/src/test/java/org/mockitoutil/async/
DAsyncTestingTest.java19 private AsyncTesting async = new AsyncTesting(); field in AsyncTestingTest
/external/tensorflow/tensorflow/c/eager/
Dc_api_test.cc60 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 …]
Dc_api_experimental_test.cc39 void ExecuteWithProfiling(bool async) { in ExecuteWithProfiling()
Dc_api_internal.h61 bool async = false; member
/external/grpc-grpc/examples/node/
Dpackage.json6 "async": "^1.5.2", string
/external/curl/tests/unit/
Dunit1620.c45 bool async = FALSE; variable
/external/v8/src/inspector/
Dinspector_protocol_config.json14 … "async": ["evaluate", "awaitPromise", "callFunctionOn", "runScript", "terminateExecution"], array
19 "async": [ "scheduleStepIntoAsync" ], array
/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()
Dfile.h302 bool async() const { return async_; } in async() function
/external/tensorflow/tensorflow/core/common_runtime/eager/
Dcontext.cc48 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/
Dbuildbot_utils.py130 async=False): argument
/external/libbrillo/brillo/http/
Dhttp_transport_fake.h76 void SetAsyncMode(bool async) { async_ = async; } in SetAsyncMode()
/external/python/cpython3/Doc/reference/
Dcompound_stmts.rst713 .. _async: target in Class definitions
/external/grpc-grpc/examples/node/static_codegen/route_guide/
Droute_guide_client.js22 var async = require('async'); variable
/external/autotest/client/cros/
Dcryptohome.py708 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/
Deager_service.proto60 bool async = 2; field
/external/grpc-grpc/examples/node/dynamic_codegen/route_guide/
Droute_guide_client.js21 var async = require('async'); variable
/external/libdrm/exynos/
Dexynos_drm.h131 __u64 async; member
/external/webrtc/webrtc/p2p/base/
Dfaketransportcontroller.h68 void SetAsync(bool async) { async_ = async; } in SetAsync()
363 void SetAsync(bool async) { async_ = async; } in SetAsync()

12