/libcore/xml/src/main/java/org/xmlpull/v1/ |
D | XmlPullParserFactory.java | 140 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/ |
D | KeyFactoryTest.java | 68 Class[] exceptions = { in testGetInstanceString() local 108 Class[] exceptions = { in testGetInstanceStringString() local 155 Class[] exceptions = { in testGetInstanceStringProvider() local 208 Class[] exceptions = { in testGeneratePublic() local 257 Class[] exceptions = { in testGeneratePrivate() local 333 Class[] exceptions = { in testGetKeySpec() local 401 Class[] exceptions = { in testTranslateKey() local
|
/libcore/ojluni/src/test/java/util/Vector/ |
D | SerializationDeadlock.java | 101 private static final List<Exception> exceptions = new ArrayList<>(); field in SerializationDeadlock.TestThread 140 private static String getErrorText(final List<Exception> exceptions) { in getErrorText()
|
/libcore/ojluni/src/main/java/java/lang/reflect/ |
D | Proxy.java | 681 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()
|
D | Executable.java | 162 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/ |
D | GenericExceptionsTest.java | 80 Type[] exceptions = method.getGenericExceptionTypes(); in testThrowingMethodThrowsEverything() local
|
D | ConstructorTest.java | 27 Class[] exceptions = constructor.getExceptionTypes(); in test_getExceptionTypes() local
|
D | MethodTest.java | 34 Class[] exceptions = method.getExceptionTypes(); in test_getExceptionTypes() local
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/reflect/ |
D | ProxyTest.java | 268 Class<?>[] exceptions = m.getExceptionTypes(); in test_ProxyClass_withParentAndSubInThrowList() local
|
D | ConstructorTest.java | 204 Class[] exceptions = null; in test_getExceptionTypes() local
|
/libcore/ojluni/annotations/hiddenapi/java/lang/reflect/ |
D | Proxy.java | 82 java.lang.Class<?>[][] exceptions); in generateProxy()
|
D | Executable.java | 238 libcore.reflect.ListOfTypes exceptions, in GenericInfo()
|
/libcore/luni/src/test/java/libcore/dalvik/system/ |
D | InMemoryDexClassLoaderTest.java | 434 ArrayList<IOException> exceptions = new ArrayList<>(); in testMakeInMemoryDexElements() local
|
/libcore/luni/src/main/java/org/xml/sax/helpers/ |
D | ParserAdapter.java | 485 ArrayList<SAXParseException> exceptions = null; in startElement() local
|