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

  /external/mockito/src/org/mockito/internal/invocation/
SerializableMethod.java 21 private Class<?>[] exceptionTypes;
29 exceptionTypes = method.getExceptionTypes();
46 return exceptionTypes;
  /libcore/libart/src/main/java/java/lang/reflect/
Constructor.java 325 Class<?>[] exceptionTypes = getExceptionTypes();
326 if (exceptionTypes.length > 0) {
328 result.append(Types.toString(exceptionTypes));
AbstractMethod.java 231 Class<?>[] exceptionTypes;
236 exceptionTypes = m.getExceptionTypes();
240 exceptionTypes = c.getExceptionTypes();
245 parser.parseForMethod((GenericDeclaration) this, signatureAttribute, exceptionTypes);
249 exceptionTypes);
251 return new GenericInfo(parser.exceptionTypes, parser.parameterTypes,
Method.java 415 Class<?>[] exceptionTypes = getExceptionTypes();
416 if (exceptionTypes.length != 0) {
418 result.append(Types.toString(exceptionTypes));
Proxy.java 347 Class<?>[] exceptionTypes = method.getExceptionTypes();
350 exceptions.set(i - 1, intersectExceptions(exceptions.get(i - 1), exceptionTypes));
353 exceptions.add(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...]
  /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());
  /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];
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
CodeEmitter.java 73 Type[] exceptionTypes;
75 State(ClassInfo classInfo, int access, Signature sig, Type[] exceptionTypes) {
79 this.exceptionTypes = exceptionTypes;
97 return exceptionTypes;
106 CodeEmitter(ClassEmitter ce, MethodVisitor mv, int access, Signature sig, Type[] exceptionTypes) {
109 state = new State(ce.getClassInfo(), access, sig, exceptionTypes);
  /prebuilts/tools/common/cglib/
cglib-2.2.3.jar 
cglib-nodep-2.2.3.jar 
  /prebuilts/tools/common/m2/repository/cglib/cglib-nodep/2.2.2/
cglib-nodep-2.2.2.jar 
  /external/dexmaker/lib/
mockito-core-1.9.1-SNAPSHOT.jar 
  /external/robolectric/lib/test/
mockito-core-1.8.5.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.9.5/
mockito-core-1.9.5.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 
  /external/robolectric/lib/main/
javassist-3.14.0-GA.jar 
  /prebuilts/misc/common/ecj/
ecj.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.2.2/
ecj-4.2.2.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.jdt.core/3.9.1.v20130905-0837/
org.eclipse.jdt.core-3.9.1.v20130905-0837.jar 
  /prebuilts/tools/common/m2/repository/biz/aQute/bnd/1.50.0/
bnd-1.50.0.jar 
  /prebuilts/tools/common/m2/repository/biz/aQute/bndlib/1.50.0/
bndlib-1.50.0.jar 

Completed in 5613 milliseconds