Home
last modified time | relevance | path

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

12

/external/connectedappssdk/tests/instrumented/src/main/java/com/google/android/enterprise/connectedapps/instrumented/utils/
DBlockingCallbackListener.java31 public E await(long timeout, TimeUnit unit) throws InterruptedException { in await() method in BlockingCallbackListener
35 public E await() throws InterruptedException { in await() method in BlockingCallbackListener
/external/grpc-grpc-java/testing/src/main/java/io/grpc/internal/testing/
DTestStreamTracer.java38 void await() throws InterruptedException; in await() method
43 boolean await(long timeout, TimeUnit timeUnit) throws InterruptedException; in await() method
103 public void await() throws InterruptedException { in await() method in TestStreamTracer.TestBaseStreamTracer
108 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.java40 public void await() throws InterruptedException { in await() method in TestClientStreamTracer
45 public boolean await(long timeout, TimeUnit timeUnit) throws InterruptedException { in await() method in TestClientStreamTracer
/external/guava/guava/src/com/google/common/util/concurrent/
DForwardingCondition.java29 public void await() throws InterruptedException { in await() method in ForwardingCondition
34 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.java29 public void await() throws InterruptedException { in await() method in ForwardingCondition
34 public boolean await(long time, TimeUnit unit) throws InterruptedException { in await() method in ForwardingCondition
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx2/src/
DRxAwait.kt21 public suspend fun CompletableSource.await(): Unit = suspendCancellableCoroutine { cont -> in <lambda>() method
100 public suspend fun <T> MaybeSource<T>.await(): T? = awaitSingleOrNull() in awaitSingle() method
134 public suspend fun <T> SingleSource<T>.await(): T = suspendCancellableCoroutine { cont -> in awaitSingle() method
/external/lottie/lottie-compose/src/main/java/com/airbnb/lottie/compose/
DLottieCompositionResult.kt76 suspend fun await(): LottieComposition in await() method
109 override suspend fun await(): LottieComposition { in await() method in com.airbnb.lottie.compose.LottieCompositionResultImpl
/external/kotlinx.coroutines/integration/kotlinx-coroutines-play-services/src/
DTasks.kt103 public suspend fun <T> Task<T>.await(): T = awaitImpl(null) in await() method
117 public suspend fun <T> Task<T>.await(cancellationTokenSource: CancellationTokenSource): T = 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/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DDeferred.kt67 public suspend fun await(): T method
DCompletableDeferred.kt83 override suspend fun await(): T = awaitInternal() as T method
/external/kotlinx.coroutines/kotlinx-coroutines-core/native/test/
DMultithreadedDispatchersTest.kt13 fun await() { in await() method
/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.kt63 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/kotlinx.coroutines/kotlinx-coroutines-core/wasmJs/src/
DPromise.kt75 public suspend fun <T> Promise<JsAny?>.await(): T = suspendCancellableCoroutine { cont: Cancellable… in await() method
/external/guava/android/guava-testlib/src/com/google/common/testing/
DGcFinalization.java201 public static void await(CountDownLatch latch) { in await() method in GcFinalization
/external/guava/guava-testlib/src/com/google/common/testing/
DGcFinalization.java201 public static void await(CountDownLatch latch) { in await() method in GcFinalization
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/exceptions/
DStackTraceRecoveryTest.kt209 val await = suspend { awaiter() } in <lambda>() constant
/external/lottie/snapshot-tests/src/androidTest/java/com/airbnb/lottie/snapshots/utils/
DUtils.kt15 suspend fun TransferObserver.await() = suspendCancellableCoroutine<TransferObserver> { continuation… in <lambda>() method

12