Home
last modified time | relevance | path

Searched defs:exceptionType (Results 1 – 18 of 18) sorted by relevance

/external/jacoco/org.jacoco.agent.rt.test/src/org/jacoco/agent/rt/internal/
DExceptionRecorder.java24 private Class<?> exceptionType; field in ExceptionRecorder
45 public void assertException(final Class<? extends Throwable> exceptionType, in assertException()
51 public void assertException(final Class<? extends Throwable> exceptionType, in assertException()
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/builder/
DBuilderExceptionHandler.java39 @Nullable final BuilderTypeReference exceptionType; field in BuilderExceptionHandler
42 BuilderExceptionHandler(@Nullable BuilderTypeReference exceptionType, int handlerCodeAddress) { in BuilderExceptionHandler()
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/
DImmutableExceptionHandler.java43 @Nullable protected final String exceptionType; field in ImmutableExceptionHandler
46 public ImmutableExceptionHandler(@Nullable String exceptionType, in ImmutableExceptionHandler()
/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/
DCatchMethodItem.java39 private final String exceptionType; field in CatchMethodItem
46 … int codeAddress, @Nullable String exceptionType, int startAddress, int endAddress, in CatchMethodItem()
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
DCatchHandlerList.java121 public void set(int n, CstType exceptionType, int handler) { in set()
169 private final CstType exceptionType; field in CatchHandlerList.Entry
180 public Entry(CstType exceptionType, int handler) { in Entry()
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/
DBuilderTryBlock.java50 public BuilderTryBlock(@Nonnull Label start, @Nonnull Label end, @Nullable String exceptionType, in BuilderTryBlock()
57 …ic BuilderTryBlock(@Nonnull Label start, @Nonnull Label end, @Nullable TypeReference exceptionType, in BuilderTryBlock()
DBuilderExceptionHandler.java52 static BuilderExceptionHandler newExceptionHandler(@Nullable final TypeReference exceptionType, in newExceptionHandler()
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/base/
DBaseExceptionHandler.java46 final String exceptionType = getExceptionType(); in getExceptionTypeReference() local
/external/smali/smalidea/src/main/java/org/jf/smalidea/dexlib/
DSmalideaExceptionHandler.java51 SmaliClassTypeElement exceptionType = catchStatement.getExceptionType(); in getExceptionType() local
/external/libcxxabi/src/
Dcxa_exception.hpp39 std::type_info *exceptionType; member
77 std::type_info *exceptionType; member
/external/doclava/src/com/google/doclava/
DThrowsTagInfo.java63 public TypeInfo exceptionType() { in exceptionType() method in ThrowsTagInfo
/external/smali/smalidea/src/test/java/org/jf/smalidea/
DSmaliClassTest.java136 …PsiClassType exceptionType = factory.createTypeByFQClassName("java.lang.Exception", file.getResolv… in testIsInheritor() local
/external/slf4j/slf4j-jdk14/src/test/java/org/slf4j/
DInvocationTest.java172 private void assertException(Class<? extends Throwable> exceptionType, int index) { in assertException()
/external/guava/guava/src/com/google/common/reflect/
DInvokable.java134 TypeToken<? extends Throwable> exceptionType = (TypeToken<? extends Throwable>) in getExceptionTypes() local
/external/javassist/src/main/javassist/
DCtBehavior.java984 public void addCatch(String src, CtClass exceptionType) in addCatch()
1002 public void addCatch(String src, CtClass exceptionType, in addCatch()
/external/javassist/src/main/javassist/bytecode/stackmap/
DMapMaker.java254 private void recordStackMap(TypedBlock target, int exceptionType) in recordStackMap()
/external/llvm/examples/ExceptionDemo/
DExceptionDemo.cpp1427 llvm::Value *exceptionType = namedValues["exceptTypeToThrow"]; in createThrowExceptionFunction() local
/external/clang/lib/AST/
DType.cpp849 for (auto exceptionType : info.ExceptionSpec.Exceptions) { in VisitFunctionProtoType() local
1165 for (auto exceptionType : info.ExceptionSpec.Exceptions) { in substObjCTypeArgs() local