Home
last modified time | relevance | path

Searched defs:exceptionClass (Results 1 – 7 of 7) sorted by relevance

/external/guava/guava-tests/test/com/google/common/util/concurrent/
DJSR166TestCase.java813 final Class<?> exceptionClass; field in JSR166TestCase.RunnableShouldThrow
815 <T extends Throwable> RunnableShouldThrow(Class<T> exceptionClass) { in RunnableShouldThrow()
833 final Class<?> exceptionClass; field in JSR166TestCase.ThreadShouldThrow
835 <T extends Throwable> ThreadShouldThrow(Class<T> exceptionClass) { in ThreadShouldThrow()
/external/conscrypt/src/compat/native/
DJNIHelp.cpp94 jclass exceptionClass = env->FindClass(className); in jniThrowException() local
/external/compiler-rt/lib/builtins/
Dgcc_personality_v0.c187 uint64_t exceptionClass, struct _Unwind_Exception* exceptionObject, in __gcc_personality_sj0()
/external/llvm/examples/ExceptionDemo/
DExceptionDemo.cpp553 uint64_t exceptionClass, in handleActionValue()
646 uint64_t exceptionClass, in handleLsda()
829 uint64_t exceptionClass, in ourPersonality()
/external/guava/guava-testlib/src/com/google/common/collect/testing/
DAbstractIteratorTester.java119 PermittedMetaException(Class<? extends RuntimeException> exceptionClass) { in PermittedMetaException()
/external/libcxxabi/src/
Dcxa_personality.cpp921 (int version, _Unwind_Action actions, uint64_t exceptionClass, in __gxx_personality_sj0()
/external/doclava/src/com/google/doclava/
DMethodInfo.java658 ClassInfo exceptionClass = new ClassInfo(exec); in addException() local