Home
last modified time | relevance | path

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

/external/guava/guava-tests/test/com/google/common/util/concurrent/
DJSR166TestCase.java815 final Class<?> exceptionClass; field in JSR166TestCase.RunnableShouldThrow
817 <T extends Throwable> RunnableShouldThrow(Class<T> exceptionClass) { in RunnableShouldThrow()
835 final Class<?> exceptionClass; field in JSR166TestCase.ThreadShouldThrow
837 <T extends Throwable> ThreadShouldThrow(Class<T> exceptionClass) { in ThreadShouldThrow()
/external/smali/smalidea/src/test/java/org/jf/smalidea/
DSmaliClassTest.java137 PsiClass exceptionClass = exceptionType.resolve(); in testIsInheritor() local
/external/compiler-rt/lib/builtins/
Dgcc_personality_v0.c168 uint64_t exceptionClass, struct _Unwind_Exception* exceptionObject, in __gcc_personality_sj0()
/external/swiftshader/third_party/LLVM/examples/ExceptionDemo/
DExceptionDemo.cpp535 uint64_t exceptionClass, in handleActionValue()
622 uint64_t exceptionClass, in handleLsda()
807 uint64_t exceptionClass, in ourPersonality()
/external/guava/guava-testlib/src/com/google/common/collect/testing/
DAbstractIteratorTester.java120 PermittedMetaException(Class<? extends RuntimeException> exceptionClass) { in PermittedMetaException()
/external/llvm/examples/ExceptionDemo/
DExceptionDemo.cpp555 uint64_t exceptionClass, in handleActionValue()
648 uint64_t exceptionClass, in handleLsda()
831 uint64_t exceptionClass, in ourPersonality()
/external/conscrypt/common/src/jni/main/include/
DErrors.h53 jclass exceptionClass = env->FindClass(className); in jniThrowException() local
/external/libcxxabi/src/
Dcxa_personality.cpp944 (int version, _Unwind_Action actions, uint64_t exceptionClass, in __gxx_personality_sj0()
/external/doclava/src/com/google/doclava/
DMethodInfo.java746 ClassInfo exceptionClass = new ClassInfo(exec); in addException() local
/external/libjpeg-turbo/
Dturbojpeg-jni.c42 #define _throw(msg, exceptionClass) { \ argument