Home
last modified time | relevance | path

Searched refs:reportException (Results 1 – 4 of 4) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-test/common/src/internal/
DExceptionCollector.kt38 unprocessedExceptions.forEach { reportException(it) } in <lambda>()
60 if (reportException(exception)) return true in <lambda>()
71 private fun reportException(exception: Throwable): Boolean { in reportException() method
/external/kotlinx.coroutines/kotlinx-coroutines-test/common/src/
DTestScope.kt172 scope!!.reportException(exception) in advanceUntilIdle()
219 if (it !is CancellationException) reportException(it) in <lambda>()
237 ExceptionCollector.addOnExceptionCallback(lock, this::reportException) in enter()
285 fun reportException(throwable: Throwable) { in reportException() method
/external/kotlinx.coroutines/kotlinx-coroutines-test/jvm/src/migration/
DTestCoroutineScope.kt73 fun reportException(throwable: Throwable): Boolean = in reportException() method in kotlinx.coroutines.test.TestCoroutineScopeImpl
191 if (!scope!!.reportException(exception)) in createTestCoroutineScope()
/external/cronet/base/android/java/src/org/chromium/base/
DJavaExceptionReporter.java67 public static void reportException(Throwable exception) { in reportException() method in JavaExceptionReporter