HomeSort by relevance Sort by last modified time
    Searched defs:exceptionTypes (Results 1 - 25 of 64) sorted by null

1 2 3

  /external/mockito/src/main/java/org/mockito/internal/invocation/
SerializableMethod.java 22 private final Class<?>[] exceptionTypes;
34 exceptionTypes = method.getExceptionTypes();
52 return exceptionTypes;
  /external/guice/extensions/throwingproviders/src/com/google/inject/throwingproviders/
CheckedProviderMethod.java 52 private final List<TypeLiteral<?>> exceptionTypes;
63 List<TypeLiteral<?>> exceptionTypes,
73 this.exceptionTypes = exceptionTypes;
103 binder, exceptionTypes, sbinder.getExceptionTypes(), checkedProvider);
CheckedProviderMethodsModule.java 117 List<TypeLiteral<?>> exceptionTypes = typeLiteral.getExceptionTypes(method);
128 parameterProviders, scopeAnnotation, throwingProvider, exceptionTypes,
ThrowingProviderBinder.java 143 private final List<Class<? extends Throwable>> exceptionTypes;
155 this.exceptionTypes = getExceptionType(interfaceType);
159 this.exceptionTypes = ImmutableList.of();
164 return exceptionTypes;
226 binder, cxtorLiteral.getExceptionTypes(cxtor), exceptionTypes, interfaceType);
352 for (Class<? extends Throwable> exceptionType : exceptionTypes) {
  /libcore/luni/src/main/java/libcore/reflect/
GenericSignatureParser.java 72 public ListOfTypes exceptionTypes;
167 Class<?>[] exceptionTypes = m.getExceptionTypes();
168 if (exceptionTypes.length == 0) {
169 this.exceptionTypes = ListOfTypes.EMPTY;
171 this.exceptionTypes = new ListOfTypes(exceptionTypes);
198 Class<?>[] exceptionTypes = c.getExceptionTypes();
199 if (exceptionTypes.length == 0) {
200 this.exceptionTypes = ListOfTypes.EMPTY;
202 this.exceptionTypes = new ListOfTypes(exceptionTypes)
    [all...]
  /libcore/luni/src/test/java/libcore/java/lang/reflect/
OldGenericTypesTest.java 228 Type[] exceptionTypes = declaredMethods.getGenericExceptionTypes();
229 assertLenghtOne(exceptionTypes);
230 assertEquals(typeVariable, exceptionTypes[0]);
231 assertInstanceOf(TypeVariable.class, exceptionTypes[0]);
232 TypeVariable<?> methodTypeVariable = (TypeVariable<?>) exceptionTypes[0];
  /libcore/ojluni/src/main/java/java/lang/reflect/
Proxy.java 666 Class<?>[] exceptionTypes = method.getExceptionTypes();
669 exceptions.set(i - 1, intersectExceptions(exceptions.get(i - 1), exceptionTypes));
672 exceptions.add(exceptionTypes);
    [all...]
Executable.java 97 Class<?>[] exceptionTypes) {
107 if (exceptionTypes.length > 0) {
109 separateWithCommas(exceptionTypes, sb);
692 Class<?>[] exceptionTypes = this.getExceptionTypes();
696 parser.parseForMethod(this, signatureAttribute, exceptionTypes);
698 parser.parseForConstructor(this, signatureAttribute, exceptionTypes);
700 return new GenericInfo(parser.exceptionTypes, parser.parameterTypes,
  /external/clang/lib/AST/
Type.cpp 848 SmallVector<QualType, 4> exceptionTypes;
858 exceptionTypes.push_back(newExceptionType);
863 llvm::makeArrayRef(exceptionTypes).copy(Ctx);
    [all...]
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-annotation-processing/1.1.1/
kotlin-annotation-processing-1.1.1.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-annotation-processing/1.1.3/
kotlin-annotation-processing-1.1.3.jar 
  /external/guice/lib/build/
cglib-3.1.jar 
  /prebuilts/tools/common/cglib/
cglib-2.2.3.jar 
cglib-nodep-2.2.3.jar 
  /external/guice/extensions/persist/lib/
cglib-nodep-3.0.jar 
javassist.jar 
  /prebuilts/devtools/tools/lib/
cglib-nodep-3.1.jar 
  /prebuilts/tools/common/m2/repository/cglib/cglib-nodep/2.1_3/
cglib-nodep-2.1_3.jar 
  /prebuilts/tools/common/m2/repository/cglib/cglib-nodep/2.2.2/
cglib-nodep-2.2.2.jar 
  /prebuilts/tools/common/m2/repository/cglib/cglib-nodep/3.1/
cglib-nodep-3.1.jar 
  /external/robolectric/v1/lib/test/
mockito-core-1.8.5.jar 
  /prebuilts/misc/common/robolectric/lib/
mockito-core-1.10.19.jar 
  /prebuilts/tools/common/m2/repository/org/mockito/mockito-all/1.9.5/
mockito-all-1.9.5.jar 
  /prebuilts/tools/common/m2/repository/org/mockito/mockito-core/1.10.19/
mockito-core-1.10.19.jar 
  /prebuilts/tools/common/m2/repository/org/mockito/mockito-core/1.9.5/
mockito-core-1.9.5.jar 

Completed in 231 milliseconds

1 2 3