/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/ |
D | InterruptedIOExceptionTest.java | 20 import java.io.InterruptedIOException; 31 throw new InterruptedIOException(); in test_Constructor() 32 } catch (InterruptedIOException e) { in test_Constructor() 42 throw new InterruptedIOException("Some error message"); in test_ConstructorLjava_lang_String() 43 } catch (InterruptedIOException e) { in test_ConstructorLjava_lang_String()
|
/libcore/ojluni/src/main/java/java/io/ |
D | InterruptedIOException.java | 44 class InterruptedIOException extends IOException { class 51 public InterruptedIOException() { in InterruptedIOException() method in InterruptedIOException 64 public InterruptedIOException(String s) { in InterruptedIOException() method in InterruptedIOException 78 public InterruptedIOException(Throwable cause) { in InterruptedIOException() method in InterruptedIOException 88 public InterruptedIOException(String detailMessage, Throwable cause) { in InterruptedIOException() method in InterruptedIOException
|
D | PrintStream.java | 477 catch (InterruptedIOException x) { in write() 508 catch (InterruptedIOException x) { in write() 538 catch (InterruptedIOException x) { in write() 559 catch (InterruptedIOException x) { in write() 580 catch (InterruptedIOException x) { in newLine() 1001 } catch (InterruptedIOException x) { in format() 1058 } catch (InterruptedIOException x) { in format()
|
D | PrintWriter.java | 408 catch (InterruptedIOException x) { in write() 429 catch (InterruptedIOException x) { in write() 459 catch (InterruptedIOException x) { in write() 485 catch (InterruptedIOException x) { in newLine() 909 } catch (InterruptedIOException x) { in format() 968 } catch (InterruptedIOException x) { in format()
|
/libcore/ojluni/src/main/java/sun/misc/ |
D | Resource.java | 31 import java.io.InterruptedIOException; 102 } catch (InterruptedIOException iioe) { in getBytes() 125 } catch (InterruptedIOException iioe) { in getBytes() 144 } catch (InterruptedIOException iioe) { in getBytes()
|
/libcore/luni/src/test/java/libcore/java/io/ |
D | InterruptedStreamTest.java | 21 import java.io.InterruptedIOException; 125 } catch (InterruptedIOException expected) { in testInterruptInputStream() 136 } catch (InterruptedIOException expected) { in testInterruptReader() 160 } catch (InterruptedIOException expected) { in testInterruptOutputStream() 173 } catch (InterruptedIOException expected) { in testInterruptWriter()
|
/libcore/luni/src/main/java/libcore/io/ |
D | Linux.java | 40 import java.io.InterruptedIOException; 79 …tlFlock(FileDescriptor fd, int cmd, StructFlock arg) throws ErrnoException, InterruptedIOException; in fcntlFlock() 139 …(FileDescriptor fd, ByteBuffer buffer, long offset) throws ErrnoException, InterruptedIOException { in pread() 152 … bytes, int byteOffset, int byteCount, long offset) throws ErrnoException, InterruptedIOException { in pread() 156 …uffer, int bufferOffset, int byteCount, long offset) throws ErrnoException, InterruptedIOException; in preadBytes() 157 …(FileDescriptor fd, ByteBuffer buffer, long offset) throws ErrnoException, InterruptedIOException { in pwrite() 170 … bytes, int byteOffset, int byteCount, long offset) throws ErrnoException, InterruptedIOException { in pwrite() 174 …uffer, int bufferOffset, int byteCount, long offset) throws ErrnoException, InterruptedIOException; in pwriteBytes() 175 …blic int read(FileDescriptor fd, ByteBuffer buffer) throws ErrnoException, InterruptedIOException { in read() 188 …or fd, byte[] bytes, int byteOffset, int byteCount) throws ErrnoException, InterruptedIOException { in read() [all …]
|
D | Os.java | 41 import java.io.InterruptedIOException; 79 …tlFlock(FileDescriptor fd, int cmd, StructFlock arg) throws ErrnoException, InterruptedIOException; in fcntlFlock() 145 …d(FileDescriptor fd, ByteBuffer buffer, long offset) throws ErrnoException, InterruptedIOException; in pread() 146 …] bytes, int byteOffset, int byteCount, long offset) throws ErrnoException, InterruptedIOException; in pread() 147 …e(FileDescriptor fd, ByteBuffer buffer, long offset) throws ErrnoException, InterruptedIOException; in pwrite() 148 …] bytes, int byteOffset, int byteCount, long offset) throws ErrnoException, InterruptedIOException; in pwrite() 149 …ublic int read(FileDescriptor fd, ByteBuffer buffer) throws ErrnoException, InterruptedIOException; in read() 151 …tor fd, byte[] bytes, int byteOffset, int byteCount) throws ErrnoException, InterruptedIOException; in read() 154 …, Object[] buffers, int[] offsets, int[] byteCounts) throws ErrnoException, InterruptedIOException; in readv() 204 …blic int write(FileDescriptor fd, ByteBuffer buffer) throws ErrnoException, InterruptedIOException; in write() [all …]
|
D | BlockGuardOs.java | 32 import java.io.InterruptedIOException; 271 …(FileDescriptor fd, ByteBuffer buffer, long offset) throws ErrnoException, InterruptedIOException { in pread() 277 … bytes, int byteOffset, int byteCount, long offset) throws ErrnoException, InterruptedIOException { in pread() 283 …(FileDescriptor fd, ByteBuffer buffer, long offset) throws ErrnoException, InterruptedIOException { in pwrite() 289 … bytes, int byteOffset, int byteCount, long offset) throws ErrnoException, InterruptedIOException { in pwrite() 295 …blic int read(FileDescriptor fd, ByteBuffer buffer) throws ErrnoException, InterruptedIOException { in read() 301 …or fd, byte[] bytes, int byteOffset, int byteCount) throws ErrnoException, InterruptedIOException { in read() 321 … Object[] buffers, int[] offsets, int[] byteCounts) throws ErrnoException, InterruptedIOException { in readv() 408 …lic int write(FileDescriptor fd, ByteBuffer buffer) throws ErrnoException, InterruptedIOException { in write() 414 …or fd, byte[] bytes, int byteOffset, int byteCount) throws ErrnoException, InterruptedIOException { in write() [all …]
|
D | ForwardingOs.java | 41 import java.io.InterruptedIOException; 104 …eDescriptor fd, int cmd, StructFlock arg) throws ErrnoException, InterruptedIOException { return o… in fcntlFlock() 172 …iptor fd, ByteBuffer buffer, long offset) throws ErrnoException, InterruptedIOException { return o… in pread() 173 …t byteOffset, int byteCount, long offset) throws ErrnoException, InterruptedIOException { return o… in pread() 174 …iptor fd, ByteBuffer buffer, long offset) throws ErrnoException, InterruptedIOException { return o… in pwrite() 175 …t byteOffset, int byteCount, long offset) throws ErrnoException, InterruptedIOException { return o… in pwrite() 176 …ead(FileDescriptor fd, ByteBuffer buffer) throws ErrnoException, InterruptedIOException { return o… in read() 177 …e[] bytes, int byteOffset, int byteCount) throws ErrnoException, InterruptedIOException { return o… in read() 181 …buffers, int[] offsets, int[] byteCounts) throws ErrnoException, InterruptedIOException { return o… in readv() 240 …ite(FileDescriptor fd, ByteBuffer buffer) throws ErrnoException, InterruptedIOException { return o… in write() [all …]
|
D | IoUtils.java | 25 import java.io.InterruptedIOException; 296 public static void throwInterruptedIoException() throws InterruptedIOException { in throwInterruptedIoException() 302 throw new InterruptedIOException(); in throwInterruptedIoException()
|
/libcore/ojluni/src/main/java/java/net/ |
D | SocketTimeoutException.java | 35 public class SocketTimeoutException extends java.io.InterruptedIOException {
|
D | DatagramSocketImpl.java | 30 import java.io.InterruptedIOException;
|
/libcore/luni/src/main/java/android/system/ |
D | Os.java | 26 import java.io.InterruptedIOException; 156 …eDescriptor fd, int cmd, StructFlock arg) throws ErrnoException, InterruptedIOException { return L… in fcntlFlock() 443 …iptor fd, ByteBuffer buffer, long offset) throws ErrnoException, InterruptedIOException { return L… in pread() 448 …t byteOffset, int byteCount, long offset) throws ErrnoException, InterruptedIOException { return L… in pread() 453 …iptor fd, ByteBuffer buffer, long offset) throws ErrnoException, InterruptedIOException { return L… in pwrite() 458 …t byteOffset, int byteCount, long offset) throws ErrnoException, InterruptedIOException { return L… in pwrite() 463 …ead(FileDescriptor fd, ByteBuffer buffer) throws ErrnoException, InterruptedIOException { return L… in read() 468 …e[] bytes, int byteOffset, int byteCount) throws ErrnoException, InterruptedIOException { return L… in read() 485 …buffers, int[] offsets, int[] byteCounts) throws ErrnoException, InterruptedIOException { return L… in readv() 725 …ite(FileDescriptor fd, ByteBuffer buffer) throws ErrnoException, InterruptedIOException { return L… in write() [all …]
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/ |
D | ServerSocketTest.java | 29 import java.io.InterruptedIOException; 138 } catch (InterruptedIOException e) { in test_ConstructorII() 208 } catch (InterruptedIOException e) { in test_accept() 243 } catch (InterruptedIOException e) { in test_accept() 374 } catch (InterruptedIOException e) { in test_setSoTimeoutI()
|
D | DatagramSocketTest.java | 21 import java.io.InterruptedIOException; 78 } catch (InterruptedIOException e) { in run()
|
/libcore/luni/src/test/java/libcore/java/net/ |
D | OldAndroidDatagramTest.java | 75 } catch (java.io.InterruptedIOException e) { in run()
|
/libcore/luni/src/test/java/libcore/java/nio/channels/ |
D | FileIOInterruptTest.java | 24 import java.io.InterruptedIOException; 132 assertSame(InterruptedIOException.class, streamReader.ioe.getClass()); in testStreamRead_exceptionOnCloseWhenBlocked() 174 assertSame(InterruptedIOException.class, streamWriter.ioe.getClass()); in testStreamWrite_exceptionOnCloseWhenBlocked()
|
/libcore/ |
D | openjdk_java_files.bp | 52 "ojluni/src/main/java/java/io/InterruptedIOException.java",
|