Home
last modified time | relevance | path

Searched refs:CompletionHandlerException (Results 1 – 11 of 11) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/
DCancellableResumeOldTest.kt49 { it is CompletionHandlerException && it.cause is TestException2 }, in <lambda>()
50 { it is CompletionHandlerException && it.cause is TestException3 } in <lambda>()
95 { it is CompletionHandlerException && it.cause is TestException2 }, in <lambda>()
96 { it is CompletionHandlerException && it.cause is TestException3 } in <lambda>()
167 { it is CompletionHandlerException && it.cause is TestException2 }, in <lambda>()
168 { it is CompletionHandlerException && it.cause is TestException3 } in <lambda>()
238 { it is CompletionHandlerException && it.cause is TestException2 }, in <lambda>()
239 { it is CompletionHandlerException && it.cause is TestException3 } in <lambda>()
DCancellableResumeTest.kt51 { it is CompletionHandlerException && it.cause is TestException2 }, in <lambda>()
52 { it is CompletionHandlerException && it.cause is TestException3 } in <lambda>()
104 { it is CompletionHandlerException && it.cause is TestException2 }, in <lambda>()
105 { it is CompletionHandlerException && it.cause is TestException3 } in <lambda>()
183 { it is CompletionHandlerException && it.cause is TestException2 }, in <lambda>()
184 { it is CompletionHandlerException && it.cause is TestException3 } in <lambda>()
260 { it is CompletionHandlerException && it.cause is TestException2 }, in <lambda>()
261 { it is CompletionHandlerException && it.cause is TestException3 } in <lambda>()
DCancellableContinuationHandlersTest.kt147 unhandled = listOf({ it -> it is CompletionHandlerException }) in <lambda>()
DJobTest.kt106 assertIs<CompletionHandlerException>(cancelResult.exceptionOrNull()) in <lambda>()
/external/kotlinx.coroutines/integration/kotlinx-coroutines-guava/test/
DFutureAsDeferredUnhandledCompletionExceptionTest.kt32 …assertTrue { caughtException is CompletionHandlerException && caughtException.cause is TestExcepti… in <lambda>()
41 …assertTrue { caughtException is CompletionHandlerException && caughtException.cause is TestExcepti… in <lambda>()
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DExceptions.common.kt9 public class CompletionHandlerException(message: String, cause: Throwable) : RuntimeException(messa… class
DCancellableContinuationImpl.kt233CompletionHandlerException("Exception in invokeOnCancellation handler for $this", ex) in <lambda>()
258CompletionHandlerException("Exception in resume onCancellation handler for $this", ex) in <lambda>()
DJobSupport.kt313 …handleOnCompletionException(CompletionHandlerException("Exception in completion handler $state for… in <lambda>()
368 … exception = CompletionHandlerException("Exception in completion handler $node for $this", ex) in <lambda>()
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/jdk8/future/
DFutureAsDeferredUnhandledCompletionExceptionTest.kt33 …assertTrue { caughtException is CompletionHandlerException && caughtException.cause is TestExcepti… in <lambda>()
/external/kotlinx.coroutines/kotlinx-coroutines-core/api/
Dkotlinx-coroutines-core.klib.api497 …class kotlinx.coroutines/CompletionHandlerException : kotlin/RuntimeException { // kotlinx.corouti…
498 … <init>(kotlin/String, kotlin/Throwable) // kotlinx.coroutines/CompletionHandlerException.<init>|<…
Dkotlinx-coroutines-core.api142 public final class kotlinx/coroutines/CompletionHandlerException : java/lang/RuntimeException {