Home
last modified time | relevance | path

Searched defs:exceptions (Results 1 – 14 of 14) 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.java681 List<Class<?>[]> exceptions = deduplicateAndGetExceptions(methods); in apply() local
707 List<Class<?>[]> exceptions = new ArrayList<Class<?>[]>(methods.size()); in deduplicateAndGetExceptions() local
804 Class<?>[][] exceptions); in generateProxy()
DExecutable.java162 Type[] exceptions = getGenericExceptionTypes(); in sharedToGenericString() local
682 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/ojluni/annotations/hiddenapi/java/lang/reflect/
DProxy.java82 java.lang.Class<?>[][] exceptions); in generateProxy()
DExecutable.java238 libcore.reflect.ListOfTypes exceptions, in GenericInfo()
/libcore/luni/src/test/java/libcore/libcore/icu/
DTimeZoneIntegrationTest.java131 List<Throwable> exceptions = Collections.synchronizedList(new ArrayList<>()); in testSetDefaultRace() local
/libcore/luni/src/test/java/libcore/dalvik/system/
DInMemoryDexClassLoaderTest.java434 ArrayList<IOException> exceptions = new ArrayList<>(); in testMakeInMemoryDexElements() local
/libcore/luni/src/main/java/org/xml/sax/helpers/
DParserAdapter.java483 ArrayList<SAXParseException> exceptions = null; in startElement() local