Searched defs:exceptionClass (Results 1 - 13 of 13) sorted by relevance

/external/conscrypt/src/compat/native/
H A DJNIHelp.cpp94 jclass exceptionClass = env->FindClass(className); local
96 if (exceptionClass == NULL) {
102 if (env->ThrowNew(exceptionClass, msg) != JNI_OK) {
108 env->DeleteLocalRef(exceptionClass);
/external/compiler-rt/lib/builtins/
H A Dgcc_personality_v0.c187 uint64_t exceptionClass, struct _Unwind_Exception* exceptionObject,
192 uint64_t exceptionClass, struct _Unwind_Exception* exceptionObject,
186 __gcc_personality_sj0(int version, _Unwind_Action actions, uint64_t exceptionClass, struct _Unwind_Exception* exceptionObject, _Unwind_Context_t context) argument
/external/guava/guava/src/com/google/common/util/concurrent/
H A DFutures.java1015 * <p>Instances of {@code exceptionClass} are created by choosing an arbitrary
1031 * @throws IllegalArgumentException if {@code exceptionClass} extends {@code
1037 Future<V> future, Class<X> exceptionClass) throws X {
1039 checkArgument(!RuntimeException.class.isAssignableFrom(exceptionClass),
1041 exceptionClass);
1046 throw newWithCause(exceptionClass, e);
1048 wrapAndThrowExceptionOrError(e.getCause(), exceptionClass);
1081 * <p>Instances of {@code exceptionClass} are created by choosing an arbitrary
1097 * @throws IllegalArgumentException if {@code exceptionClass} extends {@code
1103 Future<V> future, long timeout, TimeUnit unit, Class<X> exceptionClass)
1036 get( Future<V> future, Class<X> exceptionClass) argument
1102 get( Future<V> future, long timeout, TimeUnit unit, Class<X> exceptionClass) argument
1123 wrapAndThrowExceptionOrError( Throwable cause, Class<X> exceptionClass) argument
1211 newWithCause( Class<X> exceptionClass, Throwable cause) argument
[all...]
/external/guava/guava-testlib/src/com/google/common/collect/testing/
H A DAbstractIteratorTester.java119 PermittedMetaException(Class<? extends RuntimeException> exceptionClass) { argument
120 this(Collections.singleton(exceptionClass));
/external/libcxxabi/src/
H A Dcxa_personality.cpp921 (int version, _Unwind_Action actions, uint64_t exceptionClass,
927 bool native_exception = (exceptionClass & get_vendor_and_language) ==
917 __gxx_personality_sj0(int version, _Unwind_Action actions, uint64_t exceptionClass, _Unwind_Exception* unwind_exception, _Unwind_Context* context) argument
/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DJSR166TestCase.java813 final Class<?> exceptionClass; field in class:JSR166TestCase.RunnableShouldThrow
815 <T extends Throwable> RunnableShouldThrow(Class<T> exceptionClass) { argument
816 this.exceptionClass = exceptionClass;
822 threadShouldThrow(exceptionClass.getSimpleName());
824 if (! exceptionClass.isInstance(t))
833 final Class<?> exceptionClass; field in class:JSR166TestCase.ThreadShouldThrow
835 <T extends Throwable> ThreadShouldThrow(Class<T> exceptionClass) { argument
836 this.exceptionClass = exceptionClass;
[all...]
/external/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp544 /// @param exceptionClass exception class (_Unwind_Exception::exception_class)
553 uint64_t exceptionClass,
559 (exceptionClass != ourBaseExceptionClass))
638 /// @param exceptionClass exception class (_Unwind_Exception::exception_class)
646 uint64_t exceptionClass,
712 if (exceptionClass != ourBaseExceptionClass) {
751 exceptionClass,
822 /// @param exceptionClass exception class (_Unwind_Exception::exception_class)
829 uint64_t exceptionClass,
857 exceptionClass,
549 handleActionValue(int64_t *resultAction, uint8_t TTypeEncoding, const uint8_t *ClassInfo, uintptr_t actionEntry, uint64_t exceptionClass, struct _Unwind_Exception *exceptionObject) argument
643 handleLsda(int version, const uint8_t *lsda, _Unwind_Action actions, uint64_t exceptionClass, struct _Unwind_Exception *exceptionObject, _Unwind_Context_t context) argument
827 ourPersonality(int version, _Unwind_Action actions, uint64_t exceptionClass, struct _Unwind_Exception *exceptionObject, _Unwind_Context_t context) argument
[all...]
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 2755 milliseconds