/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/xml/parsers/ |
D | DocumentBuilderTest.java | 251 } catch (IOException ioe) { in test_parseLjava_io_File() 252 fail("Unexpected IOException " + ioe.toString()); in test_parseLjava_io_File() 263 } catch (IOException ioe) { in test_parseLjava_io_File() 264 fail("Unexpected IOException " + ioe.toString()); in test_parseLjava_io_File() 273 } catch (IOException ioe) { in test_parseLjava_io_File() 284 } catch (IOException ioe) { in test_parseLjava_io_File() 285 fail("Unexpected IOException " + ioe.toString()); in test_parseLjava_io_File() 311 } catch (IOException ioe) { in test_parseLjava_io_InputStream() 312 fail("Unexpected IOException " + ioe.toString()); in test_parseLjava_io_InputStream() 323 } catch (IOException ioe) { in test_parseLjava_io_InputStream() [all …]
|
D | SAXParserTest.java | 348 } catch (IOException ioe) { in testParseFileHandlerBase() 349 fail("Unexpected IOException " + ioe.toString()); in testParseFileHandlerBase() 364 } catch (IOException ioe) { in testParseFileHandlerBase() 365 fail("Unexpected IOException " + ioe.toString()); in testParseFileHandlerBase() 375 } catch (IOException ioe) { in testParseFileHandlerBase() 376 fail("Unexpected IOException " + ioe.toString()); in testParseFileHandlerBase() 387 } catch(IOException ioe) { in testParseFileHandlerBase() 388 fail("Unexpected IOException " + ioe.toString()); in testParseFileHandlerBase() 535 } catch (IOException ioe) { in test_parseLjava_io_InputStreamLorg_xml_sax_helpers_DefaultHandlerLjava_lang_String() 536 fail("Unexpected IOException " + ioe.toString()); in test_parseLjava_io_InputStreamLorg_xml_sax_helpers_DefaultHandlerLjava_lang_String() [all …]
|
D | SAXParserFactoryTest.java | 145 } catch (IOException ioe) { in test_newInstance() 146 fail("Unexpected exception " + ioe.toString()); in test_newInstance()
|
D | SAXParserTestSupport.java | 126 } catch(IOException ioe) { in readFile()
|
/libcore/luni/src/test/java/libcore/java/nio/channels/ |
D | FileIOInterruptTest.java | 132 assertSame(InterruptedIOException.class, streamReader.ioe.getClass()); in testStreamRead_exceptionOnCloseWhenBlocked() 174 assertSame(InterruptedIOException.class, streamWriter.ioe.getClass()); in testStreamWrite_exceptionOnCloseWhenBlocked() 276 assertSame(AsynchronousCloseException.class, channelReader.ioe.getClass()); in testChannelRead_exceptionOnCloseWhenBlocked() 307 assertSame(ClosedByInterruptException.class, channelReader.ioe.getClass()); in testChannelRead_exceptionOnInterrupt() 409 assertSame(AsynchronousCloseException.class, channelWriter.ioe.getClass()); in testChannelWrite_exceptionOnCloseWhenBlocked() 440 assertSame(ClosedByInterruptException.class, channelWriter.ioe.getClass()); in testChannelWrite_exceptionOnInterrupt() 451 volatile IOException ioe; field in FileIOInterruptTest.StreamReader 466 this.ioe = e; in run() 485 volatile IOException ioe; field in FileIOInterruptTest.StreamWriter 502 this.ioe = e; in run() [all …]
|
/libcore/luni/src/test/java/libcore/io/ |
D | StrictLineReaderTest.java | 59 } catch (IOException ioe) { in testLineReaderConsistencyWithReadAsciiLine() 60 fail("Unexpected IOException " + ioe.toString()); in testLineReaderConsistencyWithReadAsciiLine()
|
/libcore/luni/src/main/java/libcore/net/url/ |
D | FileURLConnection.java | 124 } catch (IOException ioe) { in connect() 125 error = ioe; in connect() 151 } catch (IOException ioe) { in getHeaderField() 170 } catch (IOException ioe) { in getHeaderFieldKey() 187 } catch (IOException ioe) { in getHeaderField()
|
D | FtpURLConnection.java | 193 } catch (IOException ioe) { in connect() 194 failureReason = ioe.getLocalizedMessage(); in connect() 198 selector.connectFailed(uri, currentProxy.address(), ioe); in connect()
|
D | JarURLConnectionImpl.java | 250 } catch (IOException ioe) { in getContentType()
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/ |
D | PipedWriterTest.java | 277 } catch (IOException ioe) { in test_write$CII_notConnected() 285 } catch (IOException ioe) { in test_write$CII_notConnected() 293 } catch (IOException ioe) { in test_write$CII_notConnected() 301 } catch (IOException ioe) { in test_write$CII_notConnected() 309 } catch (IOException ioe) { in test_write$CII_notConnected()
|
/libcore/luni/src/test/java/libcore/java/lang/ |
D | OldRuntimeTest.java | 100 } catch(IOException ioe) { in test_execLjava_lang_StringLjava_lang_StringArray() 138 } catch(IOException ioe) { in test_execLjava_lang_StringArrayLjava_lang_StringArray() 147 } catch(IOException ioe) { in test_execLjava_lang_StringArrayLjava_lang_StringArray() 193 } catch(IOException ioe) { in test_execLjava_lang_StringLjava_lang_StringArrayLjava_io_File() 233 } catch(IOException ioe) { in test_execLjava_lang_StringArrayLjava_lang_StringArrayLjava_io_File() 242 } catch(IOException ioe) { in test_execLjava_lang_StringArrayLjava_lang_StringArrayLjava_io_File()
|
/libcore/luni/src/test/java/libcore/java/net/ |
D | OldSocketTest.java | 228 } catch(IOException ioe) { in test_getKeepAlive() 235 } catch(IOException ioe) { in test_getKeepAlive() 329 } catch(SocketException ioe) { in test_getSoLinger() 378 } catch(IOException ioe) { in test_getSendBufferSize() 427 } catch(SocketException ioe) { in test_getTcpNoDelay() 455 } catch(SocketException ioe) { in test_setKeepAliveZ() 499 } catch(SocketException ioe) { in test_setSendBufferSizeI() 501 } catch(IOException ioe) { in test_setSendBufferSizeI() 522 } catch(SocketException ioe) { in test_setReceiveBufferSizeI() 524 } catch(IOException ioe) { in test_setReceiveBufferSizeI() [all …]
|
D | OldServerSocketTest.java | 138 } catch(IOException ioe) { in test_ConstructorI()
|
/libcore/luni/src/main/java/java/net/ |
D | ProxySelectorImpl.java | 25 @Override public void connectFailed(URI uri, SocketAddress sa, IOException ioe) { in connectFailed() argument 26 if (uri == null || sa == null || ioe == null) { in connectFailed()
|
D | NetworkInterface.java | 135 } catch (IOException ioe) { in readIfInet6Lines() 136 throw rethrowAsSocketException(ioe); in readIfInet6Lines()
|
/libcore/luni/src/main/java/java/util/jar/ |
D | StrictJarFile.java | 69 } catch (IOException ioe) { in StrictJarFile() 71 throw ioe; in StrictJarFile()
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
D | PropertiesTest.java | 628 } catch (IOException ioe) { in test_saveLjava_io_OutputStreamLjava_lang_String() 630 + ioe.getMessage()); in test_saveLjava_io_OutputStreamLjava_lang_String() 681 } catch (IOException ioe) { in test_storeLjava_io_OutputStreamLjava_lang_String() 683 + ioe.getMessage()); in test_storeLjava_io_OutputStreamLjava_lang_String() 840 } catch (IOException ioe) { in test_storeToXMLLjava_io_OutputStreamLjava_lang_StringLjava_lang_String() 842 + ioe.getMessage()); in test_storeToXMLLjava_io_OutputStreamLjava_lang_StringLjava_lang_String() 866 } catch (IOException ioe) { in test_storeToXMLLjava_io_OutputStreamLjava_lang_StringLjava_lang_String() 868 + ioe.getMessage()); in test_storeToXMLLjava_io_OutputStreamLjava_lang_StringLjava_lang_String()
|
/libcore/dalvik/src/main/java/dalvik/system/ |
D | DexPathList.java | 432 } catch (IOException ioe) { in maybeInit() 439 System.logE("Unable to open zip file: " + file, ioe); in maybeInit()
|
/libcore/luni/src/main/java/org/apache/harmony/xml/ |
D | ExpatParser.java | 755 IOException ioe = new IOException("Couldn't open " + url); in openUrl() 756 ioe.initCause(e); in openUrl() 757 throw ioe; in openUrl()
|
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/http/ |
D | HttpURLConnectionTest.java | 153 public void connectFailed(URI uri, SocketAddress sa, IOException ioe) { in connectFailed() argument
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/zip/ |
D | GZIPInputStreamTest.java | 96 } catch (IllegalArgumentException ioe) { in test_ConstructorLjava_io_InputStreamI()
|
D | InflaterInputStreamTest.java | 223 } catch (IOException ioe) { in test_read_LBII()
|
/libcore/luni/src/main/java/java/io/ |
D | ObjectInputStream.java | 1604 InvalidObjectException ioe = new InvalidObjectException(e.getMessage()); in readEnum() 1605 ioe.initCause(e); in readEnum() 1606 throw ioe; in readEnum()
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/ |
D | ProxySelectorTest.java | 536 public void connectFailed(URI uri, SocketAddress sa, IOException ioe) { in connectFailed() argument
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/ |
D | SSLSocketTest.java | 394 } catch (IOException ioe) { in test_UseClientMode()
|