Home
last modified time | relevance | path

Searched refs:uncaughtExceptions (Results 1 – 12 of 12) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/test_/
DTestCoroutineContext.kt37 private val uncaughtExceptions = mutableListOf<Throwable>() in <lambda>() constant
42 uncaughtExceptions += exception in <lambda>()
57 public val exceptions: List<Throwable> get() = uncaughtExceptions in <lambda>()
140 …if (uncaughtExceptions.size != 1 || !predicate(uncaughtExceptions[0])) throw AssertionError(messag… in <lambda>()
141 uncaughtExceptions.clear() in <lambda>()
154 if (!uncaughtExceptions.all(predicate)) throw AssertionError(message) in <lambda>()
155 uncaughtExceptions.clear() in <lambda>()
168 if (!uncaughtExceptions.any(predicate)) throw AssertionError(message) in <lambda>()
169 uncaughtExceptions.clear() in <lambda>()
182 if (!predicate(uncaughtExceptions)) throw AssertionError(message) in <lambda>()
[all …]
/external/downloader/src/test/java/com/google/android/downloader/
DTestExecutorRule.java40 private final List<Throwable> uncaughtExceptions = new ArrayList<>(); field in TestExecutorRule
47 thread.setUncaughtExceptionHandler((t, e) -> uncaughtExceptions.add(e));
102 if (!uncaughtExceptions.isEmpty()) { in after()
104 uncaughtExceptions.stream() in after()
110 uncaughtExceptions.clear(); in after()
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/
DTestBase.kt59 private val uncaughtExceptions = Collections.synchronizedList(ArrayList<Throwable>()) in <lambda>() constant
144 uncaughtExceptions.add(e) in <lambda>()
165 if (uncaughtExceptions.isNotEmpty()) { in <lambda>()
166 makeError("Expected no uncaught exceptions, but got $uncaughtExceptions") in <lambda>()
/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/llvm-project/libcxxabi/src/
Dcxa_exception.cpp267 globals->uncaughtExceptions += 1; // Not atomically, since globals are thread-local in __cxa_throw()
446 globals->uncaughtExceptions -= 1; // Not atomically, since globals are thread-local in __cxa_begin_catch()
593 globals->uncaughtExceptions += 1; in __cxa_rethrow()
727 __cxa_get_globals()->uncaughtExceptions += 1; in __cxa_rethrow_primary_exception()
750 return globals->uncaughtExceptions; in __cxa_uncaught_exceptions()
Dcxa_exception.h150 unsigned int uncaughtExceptions; member
Dcxa_personality.cpp1286 globals->uncaughtExceptions += 1; in __cxa_call_unexpected()
/external/libcxxabi/src/
Dcxa_exception.cpp269 globals->uncaughtExceptions += 1; // Not atomically, since globals are thread-local in __cxa_throw()
448 globals->uncaughtExceptions -= 1; // Not atomically, since globals are thread-local in __cxa_begin_catch()
595 globals->uncaughtExceptions += 1; in __cxa_rethrow()
729 __cxa_get_globals()->uncaughtExceptions += 1; in __cxa_rethrow_primary_exception()
752 return globals->uncaughtExceptions; in __cxa_uncaught_exceptions()
Dcxa_exception.hpp106 unsigned int uncaughtExceptions; member
Dcxa_personality.cpp1287 globals->uncaughtExceptions += 1; in __cxa_call_unexpected()
/external/kotlinx.coroutines/kotlinx-coroutines-test/test/
DTestCoroutineExceptionHandlerTest.kt16 assertEquals(listOf(expected), subject.uncaughtExceptions) in whenExceptionsCaught_avaliableViaProperty()
/external/libabigail/tests/data/test-read-dwarf/
Dtest22-pr19097-libstdc++.so.6.0.17.so.abi4707 …<var-decl name='uncaughtExceptions' type-id='type-id-12' visibility='default' filepath='../../../.…