Searched refs:CompletionHandlerException (Results 1 – 11 of 11) sorted by relevance
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/ |
D | CancellableResumeOldTest.kt | 49 { 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>()
|
D | CancellableResumeTest.kt | 51 { 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>()
|
D | CancellableContinuationHandlersTest.kt | 147 unhandled = listOf({ it -> it is CompletionHandlerException }) in <lambda>()
|
D | JobTest.kt | 106 assertIs<CompletionHandlerException>(cancelResult.exceptionOrNull()) in <lambda>()
|
/external/kotlinx.coroutines/integration/kotlinx-coroutines-guava/test/ |
D | FutureAsDeferredUnhandledCompletionExceptionTest.kt | 32 …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/ |
D | Exceptions.common.kt | 9 public class CompletionHandlerException(message: String, cause: Throwable) : RuntimeException(messa… class
|
D | CancellableContinuationImpl.kt | 233 … CompletionHandlerException("Exception in invokeOnCancellation handler for $this", ex) in <lambda>() 258 … CompletionHandlerException("Exception in resume onCancellation handler for $this", ex) in <lambda>()
|
D | JobSupport.kt | 313 …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/ |
D | FutureAsDeferredUnhandledCompletionExceptionTest.kt | 33 …assertTrue { caughtException is CompletionHandlerException && caughtException.cause is TestExcepti… in <lambda>()
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/api/ |
D | kotlinx-coroutines-core.klib.api | 497 …class kotlinx.coroutines/CompletionHandlerException : kotlin/RuntimeException { // kotlinx.corouti… 498 … <init>(kotlin/String, kotlin/Throwable) // kotlinx.coroutines/CompletionHandlerException.<init>|<…
|
D | kotlinx-coroutines-core.api | 142 public final class kotlinx/coroutines/CompletionHandlerException : java/lang/RuntimeException {
|