Home
last modified time | relevance | path

Searched defs:async (Results 1 – 25 of 26) 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/libmojo/base/android/java/src/org/chromium/base/
DSystemMessageHandler.java84 public static void setAsynchronous(Message message, boolean async) { in setAsynchronous()
92 public void setAsynchronous(Message message, boolean async); in setAsynchronous()
107 public void setAsynchronous(Message msg, boolean async) { in setAsynchronous()
132 public void setAsynchronous(Message msg, boolean async) { in setAsynchronous()
/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/autotest/client/cros/
Dcryptohome.py625 def mount(self, user, password, create=False, async=True): argument
662 def migrate(self, user, oldkey, newkey, async=True): argument
670 def remove(self, user, async=True): argument
/external/libbrillo/brillo/http/
Dhttp_transport_fake.h76 void SetAsyncMode(bool async) { async_ = async; } in SetAsyncMode()
/external/toolchain-utils/cros_utils/
Dbuildbot_utils.py197 async=False): argument
/external/v8/src/inspector/
Dinspector_protocol_config.json14 "async": ["evaluate", "awaitPromise", "callFunctionOn", "runScript"], array
Djs_protocol-1.2.json214 "async": true, boolean
234 "async": true, boolean
248 "async": true, boolean
336 "async": true, boolean
/external/libchrome/base/files/
Dfile.h295 bool async() const { return async_; } in async() function
/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()
/external/curl/lib/
Dasyn-ares.c187 static void destroy_async_data (struct Curl_async *async) in destroy_async_data()
Dasyn-thread.c339 static void destroy_async_data (struct Curl_async *async) in destroy_async_data()
Dmulti.c1190 bool async; in multi_reconnect_request() local
1302 bool async; in multi_runsingle() local
Durl.c5758 bool *async) in resolve_server()
5974 bool *async) in create_conn()
/external/python/cpython2/Lib/xml/dom/
Dxmlbuilder.py341 def _set_async(self, async): argument
/external/kernel-headers/original/uapi/drm/
Dexynos_drm.h134 __u64 async; member
/external/boringssl/src/ssl/test/
Dtest_config.h41 bool async = false; member
/external/webrtc/webrtc/base/
Dvirtualsocketserver.cc100 bool async) in VirtualSocket()
/external/boringssl/src/ssl/test/runner/
Drunner.go3825 async bool member
/external/python/cpython2/Mac/Modules/snd/
D_Sndmodule.c115 Boolean async; in SndCh_SndPlay() local
/external/chromium-trace/catapult/devil/devil/android/
Ddevice_utils.py2487 def parallel(cls, devices, async=False): argument
/external/libmojo/third_party/catapult/devil/devil/android/
Ddevice_utils.py2279 def parallel(cls, devices, async=False): argument
/external/mesa3d/src/gallium/include/pipe/
Dp_state.h817 bool async; member
/external/deqp/modules/gles31/functional/
Des31fDebugTests.cpp3207 …tcu::TestCaseGroup* const async = new tcu::TestCaseGroup(m_testCtx, "async", "Asynchronous mess… in init() local

12