/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() argument 818 this.exceptionClass = exceptionClass; in RunnableShouldThrow() 824 threadShouldThrow(exceptionClass.getSimpleName()); in run() 826 if (! exceptionClass.isInstance(t)) in run() 835 final Class<?> exceptionClass; field in JSR166TestCase.ThreadShouldThrow 837 <T extends Throwable> ThreadShouldThrow(Class<T> exceptionClass) { in ThreadShouldThrow() argument 838 this.exceptionClass = exceptionClass; in ThreadShouldThrow() 844 threadShouldThrow(exceptionClass.getSimpleName()); in run() 846 if (! exceptionClass.isInstance(t)) in run()
|
/external/conscrypt/src/openjdk/native/ |
D | JNIHelp.cpp | 93 jclass exceptionClass = env->FindClass(className); in jniThrowException() local 95 if (exceptionClass == NULL) { in jniThrowException() 101 if (env->ThrowNew(exceptionClass, msg) != JNI_OK) { in jniThrowException() 107 env->DeleteLocalRef(exceptionClass); in jniThrowException()
|
/external/conscrypt/src/compat/native/ |
D | JNIHelp.cpp | 94 jclass exceptionClass = env->FindClass(className); in jniThrowException() local 96 if (exceptionClass == NULL) { in jniThrowException() 102 if (env->ThrowNew(exceptionClass, msg) != JNI_OK) { in jniThrowException() 108 env->DeleteLocalRef(exceptionClass); in jniThrowException()
|
/external/guava/guava/src/com/google/common/util/concurrent/ |
D | Futures.java | 1373 Future<V> future, Class<X> exceptionClass) throws X { 1375 checkArgument(!RuntimeException.class.isAssignableFrom(exceptionClass), 1377 exceptionClass); 1382 throw newWithCause(exceptionClass, e); 1384 wrapAndThrowExceptionOrError(e.getCause(), exceptionClass); 1438 Future<V> future, long timeout, TimeUnit unit, Class<X> exceptionClass) 1442 checkArgument(!RuntimeException.class.isAssignableFrom(exceptionClass), 1444 exceptionClass); 1449 throw newWithCause(exceptionClass, e); 1451 throw newWithCause(exceptionClass, e); [all …]
|
/external/smali/smalidea/src/test/java/org/jf/smalidea/ |
D | SmaliClassTest.java | 137 PsiClass exceptionClass = exceptionType.resolve(); in testIsInheritor() local 138 Assert.assertNotNull(exceptionClass); in testIsInheritor() 144 Assert.assertTrue(smaliClass.isInheritor(exceptionClass, true)); in testIsInheritor() 148 Assert.assertTrue(smaliClass.isInheritorDeep(exceptionClass, null)); in testIsInheritor() 152 Assert.assertTrue(smaliClass.isInheritor(exceptionClass, false)); in testIsInheritor()
|
/external/compiler-rt/lib/builtins/ |
D | gcc_personality_v0.c | 147 uint64_t exceptionClass, struct _Unwind_Exception* exceptionObject, in __gcc_personality_sj0() argument 152 uint64_t exceptionClass, struct _Unwind_Exception* exceptionObject, in __gcc_personality_sj0()
|
D | README.txt | 217 uint64_t exceptionClass, struct _Unwind_Exception* exceptionObject,
|
/external/clang/test/SemaObjC/ |
D | builtin_objc_lib_functions.m | 26 int f6(Class exceptionClass, id exception) { 27 …return objc_exception_match(exceptionClass, exception); // expected-warning {{implicitly declaring…
|
/external/libunwind_llvm/include/ |
D | unwind.h | 136 uint64_t exceptionClass, 144 uint64_t exceptionClass,
|
/external/llvm/examples/ExceptionDemo/ |
D | ExceptionDemo.cpp | 555 uint64_t exceptionClass, in handleActionValue() argument 561 (exceptionClass != ourBaseExceptionClass)) in handleActionValue() 648 uint64_t exceptionClass, in handleLsda() argument 714 if (exceptionClass != ourBaseExceptionClass) { in handleLsda() 753 exceptionClass, in handleLsda() 831 uint64_t exceptionClass, in ourPersonality() argument 859 exceptionClass, in ourPersonality()
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/ |
D | AbstractIteratorTester.java | 120 PermittedMetaException(Class<? extends RuntimeException> exceptionClass) { in PermittedMetaException() argument 121 this(Collections.singleton(exceptionClass)); in PermittedMetaException()
|
/external/libcxxabi/src/ |
D | cxa_personality.cpp | 934 (int version, _Unwind_Action actions, uint64_t exceptionClass, in __gxx_personality_sj0() argument 940 bool native_exception = (exceptionClass & get_vendor_and_language) == in __gxx_personality_sj0()
|
/external/doclava/src/com/google/doclava/ |
D | MethodInfo.java | 719 ClassInfo exceptionClass = new ClassInfo(exec); in addException() local 721 mThrownExceptions.add(exceptionClass); in addException()
|
/external/robolectric/v3/ |
D | robolectric-utils-3.1-SNAPSHOT.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/robolectric/
org/ ... |
/external/clang/include/clang/Basic/ |
D | Builtins.def | 847 // int objc_exception_match(Class exceptionClass, id exception)
|
/external/owasp/sanitizer/distrib/lib/ |
D | guava.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/external/owasp/sanitizer/lib/guava-libraries/ |
D | guava.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/external/guice/lib/build/ |
D | spring-beans.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/springframework/
org/ ... |
D | guava-testlib-16.0.1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/external/guice/extensions/persist/lib/ |
D | xwork-2.0.4.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/opensymphony/
com/ ... |
/external/guice/lib/ |
D | guava-16.0.1.jar | META-INF/MANIFEST.MF
META-INF/
META-INF/maven/
META- ... |
/external/owasp/sanitizer/tools/findbugs/lib/ |
D | findbugs.jar | META-INF/
META-INF/MANIFEST.MF
default.xsl
edu/
edu/umd ... |
/external/guice/extensions/struts2/lib/ |
D | xwork-core-2.2.1.jar | META-INF/
META-INF/MANIFEST.MF
xwork-validator-definition-1.0. ... |
/external/dagger2/lib/ |
D | google-java-format-0.1-20151017.042846-2.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/external/robolectric/v3/runtime/ |
D | android-all-4.4_r1-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |