/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/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowMemoryMappedFile.java | 52 private static Class exceptionClass() { in exceptionClass() method in ShadowMemoryMappedFile
|
/external/desugar/java/com/google/devtools/build/android/desugar/ |
D | TryWithResourcesRewriter.java | 292 InferredType exceptionClass = typeInference.getTypeOfOperandFromTop(1); in visitMethodInsn() local 298 exceptionClass, in visitMethodInsn() 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-7.0/llvm/examples/ExceptionDemo/ |
D | ExceptionDemo.cpp | 506 uint64_t exceptionClass, in handleActionValue() 598 _Unwind_Exception_Class exceptionClass, in handleLsda() 780 _Unwind_Exception_Class exceptionClass, in ourPersonality()
|
/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/cpp/conscrypt/ |
D | jniutil.cc | 126 jclass exceptionClass = env->FindClass(className); in throwException() local
|
/external/libcxxabi/src/ |
D | cxa_personality.cpp | 957 (int version, _Unwind_Action actions, uint64_t exceptionClass, in __gxx_personality_imp()
|
/external/dexmaker/dexmaker-mockito-inline-extended/src/main/jni/staticjvmtiagent/ |
D | agent.cc | 638 jclass exceptionClass = env->FindClass("java/lang/RuntimeException"); in throwRuntimeExpection() local
|
/external/dexmaker/dexmaker-mockito-inline/src/main/jni/dexmakerjvmtiagent/ |
D | agent.cc | 839 jclass exceptionClass = env->FindClass("java/lang/RuntimeException"); in throwRuntimeExpection() local
|
/external/doclava/src/com/google/doclava/ |
D | MethodInfo.java | 762 ClassInfo exceptionClass = new ClassInfo(exec); in addException() local
|
/external/oj-libjdwp/src/share/back/ |
D | eventFilter.c | 828 jclass exceptionClass, in eventFilter_setExceptionOnlyFilter()
|
/external/libjpeg-turbo/ |
D | turbojpeg-jni.c | 48 #define THROW(msg, exceptionClass) { \ argument
|