Home
last modified time | relevance | path

Searched defs:uncaughtExceptions (Results 1 – 6 of 6) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-test/src/
DTestCoroutineExceptionHandler.kt21 public val uncaughtExceptions: List<Throwable> constant
51 override val uncaughtExceptions: List<Throwable> in cleanupTestCoroutines() constant in kotlinx.coroutines.test.TestCoroutineExceptionHandler
/external/downloader/src/test/java/com/google/android/downloader/
DTestExecutorRule.java40 private final List<Throwable> uncaughtExceptions = new ArrayList<>(); field in TestExecutorRule
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/
DTestBase.kt59 private val uncaughtExceptions = Collections.synchronizedList(ArrayList<Throwable>()) in <lambda>() constant
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/test_/
DTestCoroutineContext.kt37 private val uncaughtExceptions = mutableListOf<Throwable>() in <lambda>() constant in kotlinx.coroutines.test.TestCoroutineContext
/external/libcxxabi/src/
Dcxa_exception.hpp106 unsigned int uncaughtExceptions; member
/external/llvm-project/libcxxabi/src/
Dcxa_exception.h150 unsigned int uncaughtExceptions; member