Home
last modified time | relevance | path

Searched defs:Throwable (Results 1 – 9 of 9) sorted by relevance

/external/guava/guava-gwt/src-super/com/google/common/util/concurrent/super/com/google/common/util/concurrent/
DGwtFluentFutureCatchingSpecialization.java34 Function<? super Throwable, ? extends V> fallback, in catching()
41 AsyncFunction<? super Throwable, ? extends V> fallback, in catchingAsync()
DGwtFuturesCatchingSpecialization.java35 Function<? super Throwable, ? extends V> fallback, in catching()
43 AsyncFunction<? super Throwable, ? extends V> fallback, in catchingAsync()
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/flow/operators/
DErrors.kt214 private fun Throwable.isCancellationCause(coroutineContext: CoroutineContext): Boolean { in isCancellationCause() method
220 private fun Throwable.isSameExceptionAs(other: Throwable?): Boolean = method
/external/kotlinx.coroutines/kotlinx-coroutines-debug/src/junit/
DCoroutinesTimeoutImpl.kt78 private fun Throwable.attachStacktraceFrom(thread: Thread) { in attachStacktraceFrom() method
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/exceptions/
DStackTraceRecoveryNestedTest.kt83 private fun Throwable.depth(): Int { in depth() method
DWithContextCancellationStressTest.kt91 private fun Throwable.checkSuppressed( in Throwable() method
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DJob.kt641 private fun Throwable?.orCancellation(job: Job): Throwable = this ?: JobCancellationException("Job … in Throwable() method
DJobSupport.kt423 … protected fun Throwable.toCancellationException(message: String? = null): CancellationException = in <lambda>() method
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/channels/
DChannelUndeliveredElementFailureTest.kt20 private fun Throwable.isElementCancelException() = in isElementCancelException() method