Home
last modified time | relevance | path

Searched refs:exceptionClass (Results 1 – 15 of 15) 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() 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/guava/guava/src/com/google/common/util/concurrent/
DFutures.java1285 Future<V> future, Class<X> exceptionClass) throws X {
1287 checkArgument(!RuntimeException.class.isAssignableFrom(exceptionClass),
1289 exceptionClass);
1294 throw newWithCause(exceptionClass, e);
1296 wrapAndThrowExceptionOrError(e.getCause(), exceptionClass);
1350 Future<V> future, long timeout, TimeUnit unit, Class<X> exceptionClass)
1354 checkArgument(!RuntimeException.class.isAssignableFrom(exceptionClass),
1356 exceptionClass);
1361 throw newWithCause(exceptionClass, e);
1363 throw newWithCause(exceptionClass, e);
[all …]
/external/conscrypt/src/compat/native/
DJNIHelp.cpp94 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/compiler-rt/lib/builtins/
Dgcc_personality_v0.c147 uint64_t exceptionClass, struct _Unwind_Exception* exceptionObject, in __gcc_personality_sj0() argument
152 uint64_t exceptionClass, struct _Unwind_Exception* exceptionObject, in __gcc_personality_sj0()
DREADME.txt217 uint64_t exceptionClass, struct _Unwind_Exception* exceptionObject,
/external/clang/test/SemaObjC/
Dbuiltin_objc_lib_functions.m26 int f6(Class exceptionClass, id exception) {
27 …return objc_exception_match(exceptionClass, exception); // expected-warning {{implicitly declaring…
/external/libcxxabi/include/
Dunwind.h136 uint64_t exceptionClass,
144 uint64_t exceptionClass,
/external/llvm/examples/ExceptionDemo/
DExceptionDemo.cpp554 uint64_t exceptionClass, in handleActionValue() argument
560 (exceptionClass != ourBaseExceptionClass)) in handleActionValue()
647 uint64_t exceptionClass, in handleLsda() argument
713 if (exceptionClass != ourBaseExceptionClass) { in handleLsda()
752 exceptionClass, in handleLsda()
830 uint64_t exceptionClass, in ourPersonality() argument
858 exceptionClass, in ourPersonality()
/external/guava/guava-testlib/src/com/google/common/collect/testing/
DAbstractIteratorTester.java120 PermittedMetaException(Class<? extends RuntimeException> exceptionClass) { in PermittedMetaException() argument
121 this(Collections.singleton(exceptionClass)); in PermittedMetaException()
/external/libcxxabi/src/
Dcxa_personality.cpp931 (int version, _Unwind_Action actions, uint64_t exceptionClass, in __gxx_personality_sj0() argument
937 bool native_exception = (exceptionClass & get_vendor_and_language) == in __gxx_personality_sj0()
/external/doclava/src/com/google/doclava/
DMethodInfo.java697 ClassInfo exceptionClass = new ClassInfo(exec); in addException() local
699 mThrownExceptions.add(exceptionClass); in addException()
/external/clang/include/clang/Basic/
DBuiltins.def846 // int objc_exception_match(Class exceptionClass, id exception)
/external/owasp/sanitizer/lib/guava-libraries/
Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/external/owasp/sanitizer/distrib/lib/
Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd ...