Home
last modified time | relevance | path

Searched defs:exceptions (Results 1 – 11 of 11) 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.java636 List<Class<?>[]> exceptions = deduplicateAndGetExceptions(methods); in apply() local
662 List<Class<?>[]> exceptions = new ArrayList<Class<?>[]>(methods.size()); in deduplicateAndGetExceptions() local
919 Class<?>[][] exceptions); in generateProxy()
DExecutable.java157 Type[] exceptions = getGenericExceptionTypes(); in sharedToGenericString() local
674 GenericInfo(ListOfTypes exceptions, ListOfTypes parameters, Type ret, in GenericInfo()
/libcore/luni/src/test/java/libcore/java/lang/reflect/
DGenericExceptionsTest.java80 Type[] exceptions = method.getGenericExceptionTypes(); in testThrowingMethodThrowsEverything() local
DConstructorTest.java27 Class[] exceptions = constructor.getExceptionTypes(); in test_getExceptionTypes() local
DMethodTest.java34 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/luni/src/test/java/libcore/java/util/
DTimeZoneTest.java453 List<Throwable> exceptions = Collections.synchronizedList(new ArrayList<>()); in testSetDefaultRace() local
/libcore/luni/src/main/java/org/xml/sax/helpers/
DParserAdapter.java481 ArrayList<SAXParseException> exceptions = null; in startElement() local