HomeSort by relevance Sort by last modified time
    Searched refs:exceptionTypes (Results 1 - 19 of 19) sorted by null

  /libcore/luni/src/main/java/org/apache/harmony/luni/lang/reflect/
GenericSignatureParser.java 69 public ListOfTypes exceptionTypes;
156 this.exceptionTypes = new ListOfTypes(m.getExceptionTypes());
161 this.exceptionTypes = ListOfTypes.EMPTY;
184 this.exceptionTypes = new ListOfTypes(c.getExceptionTypes());
188 this.exceptionTypes = ListOfTypes.EMPTY;
411 exceptionTypes = new ListOfTypes(8);
418 exceptionTypes.add(parseTypeVariableSignature());
420 exceptionTypes.add(parseClassTypeSignature());
424 exceptionTypes = new ListOfTypes(rawExceptionTypes);
426 exceptionTypes = new ListOfTypes(0)
    [all...]
  /external/mockito/src/org/mockito/internal/invocation/
SerializableMethod.java 21 private Class<?>[] exceptionTypes;
29 exceptionTypes = method.getExceptionTypes();
46 return exceptionTypes;
  /libcore/luni/src/main/java/java/lang/reflect/
Constructor.java 55 Class<?>[] exceptionTypes;
67 parser.parseForConstructor(this, signatureAttribute, exceptionTypes);
70 genericExceptionTypes = parser.exceptionTypes;
100 this.exceptionTypes = extypes; // may be null
297 if (exceptionTypes == null) {
300 return exceptionTypes.clone();
453 if (exceptionTypes != null && exceptionTypes.length != 0) {
455 result.append(toString(exceptionTypes));
Method.java 89 private Class<?>[] exceptionTypes;
104 parser.parseForMethod(this, signatureAttribute, exceptionTypes);
107 genericExceptionTypes = parser.exceptionTypes;
119 this(orig.declaringClass, orig.parameterTypes, orig.exceptionTypes,
134 this.exceptionTypes = exceptTypes; // may be null
390 // We don't compare exceptionTypes because two methods
415 if (exceptionTypes == null) {
418 return exceptionTypes.clone();
568 if (exceptionTypes != null && exceptionTypes.length != 0)
    [all...]
  /external/javassist/src/main/javassist/
CtNewWrappedConstructor.java 27 CtClass[] exceptionTypes,
36 cons.setExceptionTypes(exceptionTypes);
CtNewMethod.java 451 * @param exceptionTypes a list of the exception types.
462 CtClass[] exceptionTypes,
468 exceptionTypes, body, constParam, declaring);
CtNewWrappedMethod.java 29 CtClass[] exceptionTypes,
38 mt.setExceptionTypes(exceptionTypes);
  /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];
  /cts/tools/signature-tools/src/signature/converter/dex/
GenericSignatureParser.java 85 public List<ITypeReference> exceptionTypes;
556 exceptionTypes = new ArrayList<ITypeReference>(8);
563 exceptionTypes.add(parseTypeVariableSignature());
565 exceptionTypes.add(parseClassTypeSignature());
DexToSigConverter.java 644 parser.exceptionTypes));
714 parser.exceptionTypes));
    [all...]
  /prebuilts/tools/common/cglib/
cglib-2.2.3.jar 
cglib-nodep-2.2.3.jar 
  /prebuilts/tools/common/m2/internal/cglib/cglib-nodep/2.2.2/
cglib-nodep-2.2.2.jar 
  /external/robolectric/lib/test/
mockito-core-1.8.5.jar 
  /external/dexmaker/lib/
mockito-core-1.9.1-SNAPSHOT.jar 
  /external/robolectric/lib/main/
javassist-3.14.0-GA.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
  /prebuilts/misc/common/ecj/
ecj.jar 

Completed in 686 milliseconds