/external/guice/extensions/throwingproviders/src/com/google/inject/throwingproviders/ |
D | CheckedProviderMethod.java | 52 private final List<TypeLiteral<?>> exceptionTypes; field in CheckedProviderMethod 63 List<TypeLiteral<?>> exceptionTypes, in CheckedProviderMethod() argument 73 this.exceptionTypes = exceptionTypes; in CheckedProviderMethod() 103 binder, exceptionTypes, sbinder.getExceptionTypes(), checkedProvider); in configure()
|
D | ThrowingProviderBinder.java | 143 private final List<Class<? extends Throwable>> exceptionTypes; field in ThrowingProviderBinder.SecondaryBinder 155 this.exceptionTypes = getExceptionType(interfaceType); in SecondaryBinder() 159 this.exceptionTypes = ImmutableList.of(); in SecondaryBinder() 164 return exceptionTypes; in getExceptionTypes() 226 binder, cxtorLiteral.getExceptionTypes(cxtor), exceptionTypes, interfaceType); in providing() 352 for (Class<? extends Throwable> exceptionType : exceptionTypes) { in createResultProvider()
|
D | CheckedProviderMethodsModule.java | 117 List<TypeLiteral<?>> exceptionTypes = typeLiteral.getExceptionTypes(method); in createProviderMethod() local 128 parameterProviders, scopeAnnotation, throwingProvider, exceptionTypes, in createProviderMethod()
|
/external/mockito/src/org/mockito/internal/invocation/ |
D | SerializableMethod.java | 21 private Class<?>[] exceptionTypes; field in SerializableMethod 29 exceptionTypes = method.getExceptionTypes(); in SerializableMethod() 46 return exceptionTypes; in getExceptionTypes()
|
/external/javassist/src/main/javassist/ |
D | CtNewWrappedConstructor.java | 27 CtClass[] exceptionTypes, in wrapped() argument 36 cons.setExceptionTypes(exceptionTypes); in wrapped()
|
D | CtNewWrappedMethod.java | 29 CtClass[] exceptionTypes, in wrapped() argument 38 mt.setExceptionTypes(exceptionTypes); in wrapped()
|
D | CtNewMethod.java | 462 CtClass[] exceptionTypes, 468 exceptionTypes, body, constParam, declaring);
|
/external/mockito/cglib-and-asm/src/org/mockito/cglib/core/ |
D | CodeEmitter.java | 73 Type[] exceptionTypes; field in CodeEmitter.State 75 State(ClassInfo classInfo, int access, Signature sig, Type[] exceptionTypes) { in State() argument 79 this.exceptionTypes = exceptionTypes; in State() 97 return exceptionTypes; in getExceptionTypes() 106 … CodeEmitter(ClassEmitter ce, MethodVisitor mv, int access, Signature sig, Type[] exceptionTypes) { in CodeEmitter() argument 109 state = new State(ce.getClassInfo(), access, sig, exceptionTypes); in CodeEmitter()
|
/external/clang/lib/AST/ |
D | Type.cpp | 848 SmallVector<QualType, 4> exceptionTypes; in VisitFunctionProtoType() local 858 exceptionTypes.push_back(newExceptionType); in VisitFunctionProtoType() 863 llvm::makeArrayRef(exceptionTypes).copy(Ctx); in VisitFunctionProtoType() 1164 SmallVector<QualType, 4> exceptionTypes; in substObjCTypeArgs() local 1177 exceptionTypes.push_back(newExceptionType); in substObjCTypeArgs() 1182 llvm::makeArrayRef(exceptionTypes).copy(ctx); in substObjCTypeArgs()
|