Home
last modified time | relevance | path

Searched refs:resumeWith (Results 1 – 15 of 15) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/selects/
DSelectBuilderImplTest.kt18 override fun resumeWith(result: Result<String>) { in testIdempotentSelectResumeInline() method
43 override fun resumeWith(result: Result<String>) { in testIdempotentSelectResumeSuspended() method
68 override fun resumeWith(result: Result<String>) { in testIdempotentSelectResumeWithExceptionInline() method
98 override fun resumeWith(result: Result<String>) { in testIdempotentSelectResumeWithExceptionSuspended() method
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/
DDelayJvmTest.kt68 override fun resumeWith(result: Result<T>) { in <lambda>() method in kotlinx.coroutines.DelayJvmTest.Wrapper
69 pool.execute { cont.resumeWith(result) } in <lambda>()
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DDispatched.kt98 override fun resumeWith(result: Result<T>) { in <lambda>() method
108 continuation.resumeWith(result) in <lambda>()
326 resumeWith(Result.failure(recoverStackTrace(exception, this))) in resumeWithStackTrace()
DAbstractCoroutine.kt110 public final override fun resumeWith(result: Result<T>) { in resumeWith() method
DCancellableContinuationImpl.kt188 override fun resumeWith(result: Result<T>) { in <lambda>() method
/external/kotlinx.coroutines/stdlib-stubs/src/
DContinuation.kt9 public fun resumeWith(result: Result<T>) method
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/intrinsics/
DCancellable.kt39 completion.resumeWith(Result.failure(e)) in runSafely()
/external/kotlinx.coroutines/benchmarks/src/jmh/kotlin/benchmarks/
DCancellableContinuationBenchmark.kt50 override fun resumeWith(result: Result<Int>) { in resumeWith() method
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/selects/
DSelect.kt249 override fun resumeWith(result: Result<R>) { in resumeWith() method in kotlinx.coroutines.selects.SelectBuilderImpl
254 uCont.resumeWith(result) in resumeWith()
/external/kotlinx.coroutines/kotlinx-coroutines-debug/src/internal/
DDebugProbesImpl.kt365 override fun resumeWith(result: Result<T>) { in <lambda>() method
367 delegate.resumeWith(result) in <lambda>()
/external/kotlinx.coroutines/integration/kotlinx-coroutines-guava/src/
DListenableFuture.kt264 continuation.resumeWith( in run()
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/flow/internal/
DChannelFlow.kt167 uCont.resumeWith(it) in emit()
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/linearizability/
DLinTesting.kt50 override fun resumeWith(result: kotlin.Result<Any?>) { in run() method
/external/kotlinx.coroutines/kotlinx-coroutines-debug/
DREADME.md116 at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:32)
/external/kotlinx.coroutines/binary-compatibility-validator/reference-public-api/
Dkotlinx-coroutines-core.txt12 public final fun resumeWith (Ljava/lang/Object;)V
73 public fun resumeWith (Ljava/lang/Object;)V
1051 public fun resumeWith (Ljava/lang/Object;)V