Home
last modified time | relevance | path

Searched defs:exceptions (Results 1 – 12 of 12) sorted by relevance

/libcore/xml/src/main/java/org/xmlpull/v1/
DXmlPullParserFactory.java140 ArrayList<Exception> exceptions = null; in getParserInstance() local
164 ArrayList<Exception> exceptions = null; in getSerializerInstance() local
188 ArrayList<Exception> exceptions) { in newInstantiationException()
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
DKeyFactoryTest.java65 Class[] exceptions = { in testGetInstanceString() local
105 Class[] exceptions = { in testGetInstanceStringString() local
151 Class[] exceptions = { in testGetInstanceStringProvider() local
204 Class[] exceptions = { in testGeneratePublic() local
253 Class[] exceptions = { in testGeneratePrivate() local
329 Class[] exceptions = { in testGetKeySpec() local
397 Class[] exceptions = { in testTranslateKey() local
/libcore/ojluni/src/main/java/java/lang/reflect/
DProxy.java555 List<Class<?>[]> exceptions = deduplicateAndGetExceptions(methods); in getProxyClass0() local
604 List<Class<?>[]> exceptions = new ArrayList<Class<?>[]>(methods.size()); in deduplicateAndGetExceptions() local
818 Class<?>[][] exceptions); in generateProxy()
DMethod.java341 Class<?>[] exceptions = getExceptionTypes(); in toString() local
435 Type[] exceptions = getGenericExceptionTypes(); in toGenericString() local
DConstructor.java278 Class<?>[] exceptions = getExceptionTypes(); in toString() local
361 Type[] exceptions = getGenericExceptionTypes(); in toGenericString() local
/libcore/luni/src/test/java/libcore/java/lang/reflect/
DConstructorTest.java25 Class[] exceptions = constructor.getExceptionTypes(); in test_getExceptionTypes() local
DGenericExceptionsTest.java80 Type[] exceptions = method.getGenericExceptionTypes(); in testThrowingMethodThrowsEverything() local
DMethodTest.java26 Class[] exceptions = method.getExceptionTypes(); in test_getExceptionTypes() local
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/reflect/
DProxyTest.java268 Class<?>[] exceptions = m.getExceptionTypes(); in test_ProxyClass_withParentAndSubInThrowList() local
DConstructorTest.java204 Class[] exceptions = null; in test_getExceptionTypes() local
/libcore/libart/src/main/java/java/lang/reflect/
DAbstractMethod.java241 GenericInfo(ListOfTypes exceptions, ListOfTypes parameters, Type ret, in GenericInfo()
/libcore/luni/src/main/java/org/xml/sax/helpers/
DParserAdapter.java481 ArrayList<SAXParseException> exceptions = null; in startElement() local