Home
last modified time | relevance | path

Searched defs:await (Results 1 – 25 of 39) sorted by relevance

12

/external/guava/guava/src/com/google/common/util/concurrent/
DForwardingCondition.java26 public void await() throws InterruptedException { in await() method in ForwardingCondition
31 public boolean await(long time, TimeUnit unit) throws InterruptedException { in await() method in ForwardingCondition
/external/guava/android/guava/src/com/google/common/util/concurrent/
DForwardingCondition.java26 public void await() throws InterruptedException { in await() method in ForwardingCondition
31 public boolean await(long time, TimeUnit unit) throws InterruptedException { in await() method in ForwardingCondition
/external/grpc-grpc-java/testing/src/main/java/io/grpc/internal/testing/
DTestStreamTracer.java37 void await() throws InterruptedException; in await() method
42 boolean await(long timeout, TimeUnit timeUnit) throws InterruptedException; in await() method
101 public void await() throws InterruptedException { in await() method in TestStreamTracer.TestBaseStreamTracer
106 public boolean await(long timeout, TimeUnit timeUnit) throws InterruptedException { in await() method in TestStreamTracer.TestBaseStreamTracer
DTestServerStreamTracer.java33 public void await() throws InterruptedException { in await() method in TestServerStreamTracer
38 public boolean await(long timeout, TimeUnit timeUnit) throws InterruptedException { in await() method in TestServerStreamTracer
DTestClientStreamTracer.java37 public void await() throws InterruptedException { in await() method in TestClientStreamTracer
42 public boolean await(long timeout, TimeUnit timeUnit) throws InterruptedException { in await() method in TestClientStreamTracer
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx2/src/
DRxAwait.kt24 public suspend fun CompletableSource.await(): Unit = suspendCancellableCoroutine { cont -> in <lambda>() method
44 public suspend fun <T> MaybeSource<T>.await(): T? = (this as MaybeSource<T?>).awaitOrDefault(null) in await() method
74 public suspend fun <T> SingleSource<T>.await(): T = suspendCancellableCoroutine { cont -> in await() method
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx3/src/
DRxAwait.kt24 public suspend fun CompletableSource.await(): Unit = suspendCancellableCoroutine { cont -> in <lambda>() method
44 public suspend fun <T> MaybeSource<T>.await(): T? = (this as MaybeSource<T?>).awaitOrDefault(null) in await() method
74 public suspend fun <T> SingleSource<T>.await(): T = suspendCancellableCoroutine { cont -> in await() method
/external/swiftshader/src/Reactor/
DCoroutine.hpp39 bool await(void *out) in await() function in rr::StreamBase
65 inline bool await(T &out) { return StreamBase::await(&out); } in await() function in rr::Stream
/external/connectedappssdk/tests/instrumented/src/main/java/com/google/android/enterprise/connectedapps/instrumented/utils/
DBlockingCallbackListener.java30 public E await() throws InterruptedException { in await() method in BlockingCallbackListener
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DDeferred.kt52 public suspend fun await(): T method
DCompletableDeferred.kt86 override suspend fun await(): T = awaitInternal() as T method
DAwait.kt72 suspend fun await(): List<T> = suspendCancellableCoroutine { cont -> in await() method in kotlinx.coroutines.AwaitAll
/external/vogar/src/vogar/monitor/
DTargetMonitor.java48 public static TargetMonitor await(int port) { in await() method in TargetMonitor
/external/apache-http/src/org/apache/http/impl/conn/tsccm/
DWaitingThread.java142 public boolean await(Date deadline) in await() method in WaitingThread
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
DRecordingCallback.java47 public synchronized RecordedResponse await(HttpUrl url) throws Exception { in await() method in RecordingCallback
/external/kotlinx.coroutines/kotlinx-coroutines-core/js/src/
DPromise.kt68 public suspend fun <T> Promise<T>.await(): T = suspendCancellableCoroutine { cont: CancellableConti… in await() method
/external/vogar/src/vogar/
DTarget.java78 public abstract void await(File nonEmptyDirectory); in await() method in Target
DLocalTarget.java59 @Override public void await(File nonEmptyDirectory) { in await() method in LocalTarget
DSshTarget.java63 @Override public void await(File nonEmptyDirectory) { in await() method in SshTarget
/external/guava/android/guava-testlib/src/com/google/common/testing/
DGcFinalization.java197 public static void await(CountDownLatch latch) { in await() method in GcFinalization
/external/guava/guava-testlib/src/com/google/common/testing/
DGcFinalization.java197 public static void await(CountDownLatch latch) { in await() method in GcFinalization
/external/llvm-project/clang/test/CodeGenCXX/
Dubsan-coroutines.cpp42 task await() { (void)co_await *this; } in await() function
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/exceptions/
DStackTraceRecoveryTest.kt215 val await = suspend { awaiter() } in <lambda>() constant
/external/kotlinx.coroutines/integration/kotlinx-coroutines-play-services/src/
DTasks.kt80 public suspend fun <T> Task<T>.await(): T { in await() method
/external/vogar/src/vogar/android/
DAdbChrootTarget.java56 public void await(File directory) { in await() method in AdbChrootTarget

12