Home
last modified time | relevance | path

Searched defs:exceptionClass (Results 1 – 5 of 5) sorted by relevance

/external/guava/guava-tests/test/com/google/common/util/concurrent/
DJSR166TestCase.java813 final Class<?> exceptionClass; field in JSR166TestCase.RunnableShouldThrow
815 <T extends Throwable> RunnableShouldThrow(Class<T> exceptionClass) { in RunnableShouldThrow()
833 final Class<?> exceptionClass; field in JSR166TestCase.ThreadShouldThrow
835 <T extends Throwable> ThreadShouldThrow(Class<T> exceptionClass) { in ThreadShouldThrow()
/external/compiler-rt/lib/
Dgcc_personality_v0.c186 uint64_t exceptionClass, struct _Unwind_Exception* exceptionObject, in __gcc_personality_sj0()
/external/llvm/examples/ExceptionDemo/
DExceptionDemo.cpp528 uint64_t exceptionClass, in handleActionValue()
615 uint64_t exceptionClass, in handleLsda()
800 uint64_t exceptionClass, in ourPersonality()
/external/guava/guava-testlib/src/com/google/common/collect/testing/
DAbstractIteratorTester.java119 PermittedMetaException(Class<? extends RuntimeException> exceptionClass) { in PermittedMetaException()
/external/doclava/src/com/google/doclava/
DMethodInfo.java638 ClassInfo exceptionClass = new ClassInfo(exec); in addException() local