Home
last modified time | relevance | path

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

123456

/external/guava/guava-tests/test/com/google/common/util/concurrent/
DSettableFutureTest.java150 SettableFuture<Object> async = SettableFuture.create(); in testCancel_innerCancelsAsync() local
159 SettableFuture<Object> async = SettableFuture.create(); in testCancel_resultCancelsInner_interrupted() local
169 SettableFuture<Object> async = SettableFuture.create(); in testCancel_resultCancelsInner() local
179 SettableFuture<Object> async = SettableFuture.create(); in testCancel_beforeSet() local
185 SettableFuture<Object> async = SettableFuture.create(); in testCancel_multipleBeforeSetFuture_noInterruptFirst() local
195 SettableFuture<Object> async = SettableFuture.create(); in testCancel_multipleBeforeSetFuture_interruptFirst() local
/external/guava/android/guava-tests/test/com/google/common/util/concurrent/
DSettableFutureTest.java150 SettableFuture<Object> async = SettableFuture.create(); in testCancel_innerCancelsAsync() local
159 SettableFuture<Object> async = SettableFuture.create(); in testCancel_resultCancelsInner_interrupted() local
169 SettableFuture<Object> async = SettableFuture.create(); in testCancel_resultCancelsInner() local
179 SettableFuture<Object> async = SettableFuture.create(); in testCancel_beforeSet() local
185 SettableFuture<Object> async = SettableFuture.create(); in testCancel_multipleBeforeSetFuture_noInterruptFirst() local
195 SettableFuture<Object> async = SettableFuture.create(); in testCancel_multipleBeforeSetFuture_interruptFirst() local
/external/cronet/net/disk_cache/
Ddisk_cache_fuzzer.proto91 required bool async = 4; field
99 required bool async = 4; field
107 required bool async = 5; field
125 required bool async = 6; field
132 required bool async = 5; field
140 required bool async = 5; field
149 required bool async = 5; field
153 required bool async = 1; field
165 required bool async = 3; field
176 required bool async = 3; field
[all …]
Ddisk_cache_fuzzer.cc365 bool async, in OpenCacheEntryCallback()
486 bool async = ce.async(); in RunCommands() local
530 bool async = oe.async(); in RunCommands() local
570 bool async = ooce.async(); in RunCommands() local
666 bool async = wd.async(); in RunCommands() local
700 bool async = wd.async(); in RunCommands() local
732 bool async = wsd.async(); in RunCommands() local
763 bool async = rsd.async(); in RunCommands() local
784 bool async = command.doom_all_entries().async(); in RunCommands() local
821 bool async = ione.async(); in RunCommands() local
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DThreadPool.h54 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
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
DThreadPool.h66 auto async(Function &&F, Args &&...ArgList) { in async() function
74 auto async(ThreadPoolTaskGroup &Group, Function &&F, Args &&...ArgList) { in async() function
235 inline auto async(Function &&F, Args &&...ArgList) { 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/aws-sdk-java-v2/test/codegen-generated-classes-test/src/test/java/software/amazon/awssdk/services/
DExecutionAttributesTest.java68 ProtocolRestJsonAsyncClient async = ProtocolRestJsonAsyncClient.builder() in asyncClient_disableHostPrefixInjection_isPresent() local
93 ProtocolRestJsonAsyncClient async = ProtocolRestJsonAsyncClient.builder() in asyncClient_clientOverrideExecutionAttribute() local
118 ProtocolRestJsonAsyncClient async = ProtocolRestJsonAsyncClient.builder() in asyncClient_requestOverrideExecutionAttribute() local
146 ProtocolRestJsonAsyncClient async = ProtocolRestJsonAsyncClient.builder() in asyncClient_requestOverrideExecutionAttributesHavePrecedence() local
/external/liburing/test/
Dskip-cqe.c114 bool async, int fail_idx) in test_ltimeout_cancel()
177 static int test_ltimeout_fire(struct io_uring *ring, bool async, in test_ltimeout_fire()
356 bool async = i & 1; in main() local
397 bool async = i & 1; in main() local
Dfpos.c43 static int test_read(struct io_uring *ring, bool async, int blocksize) in test_read()
138 static int test_write(struct io_uring *ring, bool async, int blocksize) in test_write()
237 int async = test & 0x01; in main() local
Dsubmit-reuse.c46 static int prep(int fd, char *str, int split, int async) in prep()
130 static int test_reuse(int argc, char *argv[], int split, int async) in test_reuse()
222 int split, async; in main() local
Dsend_recvmsg.c35 int iov_count, int bgid, int async) in recv_prep()
102 int async; member
325 int async) in test()
/external/sdv/vsomeip/third_party/boost/thread/test/
Dtest_ml.cpp41 async (F&& f) in async() function
57 async (F&& f, A1&& a1) in async() function
/external/tensorflow/tensorflow/c/eager/
Dc_api_remote_test.cc40 void TestRemoteExecute(bool async) { in TestRemoteExecute()
120 void TestRemoteExecuteSilentCopiesOp(bool async, bool remote, in TestRemoteExecuteSilentCopiesOp()
Dc_api_cluster_test.cc107 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()
Dc_api_internal.h32 bool async = false; member
/external/cronet/base/files/
Dfile.cc42 File::File(ScopedPlatformFile platform_file, bool async) in File()
49 File::File(PlatformFile platform_file, bool async) in File()
/external/tensorflow/tensorflow/java/src/main/java/org/tensorflow/
DEagerSession.java132 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/lite/delegates/gpu/cl/
Dcl_command_queue.cc104 const void* data, bool async) { in EnqueueWriteImage()
122 void* data, bool async) { in EnqueueReadImage()
141 const void* data, bool async) { in EnqueueWriteBuffer()
155 bool async) { in EnqueueReadBuffer()
/external/mockito/src/test/java/org/mockitoutil/async/
DAsyncTestingTest.java19 private AsyncTesting async = new AsyncTesting(); field in AsyncTestingTest
/external/cronet/net/cookies/
Dtest_cookie_access_delegate.h77 void set_invoke_callbacks_asynchronously(bool async) { in set_invoke_callbacks_asynchronously()
/external/pigweed/pw_async_basic/
Dfake_dispatcher_fixture_test.cc20 namespace pw::async { namespace
/external/curl/tests/unit/
Dunit1620.c52 bool async = FALSE; variable
/external/aws-sdk-java-v2/core/sdk-core/src/main/java/software/amazon/awssdk/core/internal/http/pipeline/
DRequestPipelineBuilder.java108async(Function<HttpClientDependencies, RequestPipeline<InputT, OutputT>> pipelineFactory) { in async() method in RequestPipelineBuilder
119 async(Supplier<RequestPipeline<InputT, OutputT>> pipelineFactory) { in async() method in RequestPipelineBuilder
/external/tensorflow/tensorflow/java/src/main/native/
Deager_session_jni.cc25 JNIEnv* env, jclass clazz, jboolean async, jint dpp, jbyteArray config) { in Java_org_tensorflow_EagerSession_allocate()

123456