Searched defs:Throwable (Results 1 – 10 of 10) sorted by relevance
/external/guava/guava-gwt/src-super/com/google/common/util/concurrent/super/com/google/common/util/concurrent/ |
D | GwtFuturesCatchingSpecialization.java | 39 Function<? super Throwable, ? extends V> fallback) { in catching() 46 Function<? super Throwable, ? extends V> fallback, in catching() 56 AsyncFunction<? super Throwable, ? extends V> fallback) { in catchingAsync() 63 AsyncFunction<? super Throwable, ? extends V> fallback, in catchingAsync()
|
D | GwtFluentFutureCatchingSpecialization.java | 34 Function<? super Throwable, ? extends V> fallback, in catching() 41 AsyncFunction<? super Throwable, ? extends V> fallback, in catchingAsync()
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/flow/operators/ |
D | Errors.kt | 216 private fun Throwable.isCancellationCause(coroutineContext: CoroutineContext): Boolean { in isCancellationCause() method 222 private fun Throwable.isSameExceptionAs(other: Throwable?): Boolean = method
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/exceptions/ |
D | StackTraceRecoveryNestedTest.kt | 83 private fun Throwable.depth(): Int { in depth() method
|
D | Exceptions.kt | 18 val Throwable.suppressed: Array<Throwable> get() { constant
|
D | WithContextCancellationStressTest.kt | 92 private fun Throwable.checkSuppressed( in Throwable() method
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/ |
D | Job.kt | 655 private fun Throwable?.orCancellation(job: Job): Throwable = this ?: JobCancellationException("Job … in Throwable() method
|
D | JobSupport.kt | 423 … protected fun Throwable.toCancellationException(message: String? = null): CancellationException = in <lambda>() method
|
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-reactive/src/ |
D | Publish.kt | 290 …private fun Throwable.isFatal() = this is VirtualMachineError || this is ThreadDeath || this is Li… method
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/channels/ |
D | ChannelUndeliveredElementFailureTest.kt | 20 private fun Throwable.isElementCancelException() = in isElementCancelException() method
|