Searched defs:exceptionClass (Results 1 – 10 of 10) sorted by relevance
| /external/guava/guava-tests/test/com/google/common/util/concurrent/ |
| D | JSR166TestCase.java | 815 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/ |
| D | SmaliClassTest.java | 137 PsiClass exceptionClass = exceptionType.resolve(); in testIsInheritor() local
|
| /external/compiler-rt/lib/builtins/ |
| D | gcc_personality_v0.c | 168 uint64_t exceptionClass, struct _Unwind_Exception* exceptionObject, in __gcc_personality_sj0()
|
| /external/swiftshader/third_party/LLVM/examples/ExceptionDemo/ |
| D | ExceptionDemo.cpp | 535 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/ |
| D | AbstractIteratorTester.java | 120 PermittedMetaException(Class<? extends RuntimeException> exceptionClass) { in PermittedMetaException()
|
| /external/llvm/examples/ExceptionDemo/ |
| D | ExceptionDemo.cpp | 555 uint64_t exceptionClass, in handleActionValue() 648 uint64_t exceptionClass, in handleLsda() 831 uint64_t exceptionClass, in ourPersonality()
|
| /external/conscrypt/common/src/jni/main/include/ |
| D | Errors.h | 53 jclass exceptionClass = env->FindClass(className); in jniThrowException() local
|
| /external/libcxxabi/src/ |
| D | cxa_personality.cpp | 944 (int version, _Unwind_Action actions, uint64_t exceptionClass, in __gxx_personality_sj0()
|
| /external/doclava/src/com/google/doclava/ |
| D | MethodInfo.java | 746 ClassInfo exceptionClass = new ClassInfo(exec); in addException() local
|
| /external/libjpeg-turbo/ |
| D | turbojpeg-jni.c | 42 #define _throw(msg, exceptionClass) { \ argument
|