/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; 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() 192 …riptor fd, Object buffer, int offset, int byteCount) throws ErrnoException, InterruptedIOException; in readBytes() [all …]
|
D | Os.java | 44 import java.io.InterruptedIOException; 493 …d(FileDescriptor fd, ByteBuffer buffer, long offset) throws ErrnoException, InterruptedIOException; in pread() 498 …] bytes, int byteOffset, int byteCount, long offset) throws ErrnoException, InterruptedIOException; in pread() 503 …e(FileDescriptor fd, ByteBuffer buffer, long offset) throws ErrnoException, InterruptedIOException; in pwrite() 508 …] bytes, int byteOffset, int byteCount, long offset) throws ErrnoException, InterruptedIOException; in pwrite() 513 …ublic int read(FileDescriptor fd, ByteBuffer buffer) throws ErrnoException, InterruptedIOException; in read() 519 …tor fd, byte[] bytes, int byteOffset, int byteCount) throws ErrnoException, InterruptedIOException; in read() 534 …, Object[] buffers, int[] offsets, int[] byteCounts) throws ErrnoException, InterruptedIOException; in readv() 770 …blic int write(FileDescriptor fd, ByteBuffer buffer) throws ErrnoException, InterruptedIOException; in write() 775 …tor fd, byte[] bytes, int byteOffset, int byteCount) throws ErrnoException, InterruptedIOException; in write() [all …]
|
D | BlockGuardOs.java | 32 import java.io.InterruptedIOException; 292 …(FileDescriptor fd, ByteBuffer buffer, long offset) throws ErrnoException, InterruptedIOException { in pread() 298 … bytes, int byteOffset, int byteCount, long offset) throws ErrnoException, InterruptedIOException { in pread() 304 …(FileDescriptor fd, ByteBuffer buffer, long offset) throws ErrnoException, InterruptedIOException { in pwrite() 310 … bytes, int byteOffset, int byteCount, long offset) throws ErrnoException, InterruptedIOException { in pwrite() 316 …blic int read(FileDescriptor fd, ByteBuffer buffer) throws ErrnoException, InterruptedIOException { in read() 322 …or fd, byte[] bytes, int byteOffset, int byteCount) throws ErrnoException, InterruptedIOException { in read() 342 … Object[] buffers, int[] offsets, int[] byteCounts) throws ErrnoException, InterruptedIOException { in readv() 439 …lic int write(FileDescriptor fd, ByteBuffer buffer) throws ErrnoException, InterruptedIOException { in write() 445 …or fd, byte[] bytes, int byteOffset, int byteCount) throws ErrnoException, InterruptedIOException { in write() [all …]
|
D | ForwardingOs.java | 44 import java.io.InterruptedIOException; 592 …iptor fd, ByteBuffer buffer, long offset) throws ErrnoException, InterruptedIOException { return o… in pread() 597 …t byteOffset, int byteCount, long offset) throws ErrnoException, InterruptedIOException { return o… in pread() 602 …iptor fd, ByteBuffer buffer, long offset) throws ErrnoException, InterruptedIOException { return o… in pwrite() 607 …t byteOffset, int byteCount, long offset) throws ErrnoException, InterruptedIOException { return o… in pwrite() 612 …ead(FileDescriptor fd, ByteBuffer buffer) throws ErrnoException, InterruptedIOException { return o… in read() 617 …e[] bytes, int byteOffset, int byteCount) throws ErrnoException, InterruptedIOException { return o… in read() 633 …buffers, int[] offsets, int[] byteCounts) throws ErrnoException, InterruptedIOException { return o… in readv() 946 …ite(FileDescriptor fd, ByteBuffer buffer) throws ErrnoException, InterruptedIOException { return o… in write() 951 …e[] bytes, int byteOffset, int byteCount) throws ErrnoException, InterruptedIOException { return o… in write() [all …]
|
D | IoUtils.java | 30 import java.io.InterruptedIOException; 352 public static void throwInterruptedIoException() throws InterruptedIOException { in throwInterruptedIoException() 358 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 | 29 import java.io.InterruptedIOException; 554 …iptor fd, ByteBuffer buffer, long offset) throws ErrnoException, InterruptedIOException { return L… in pread() 559 …t byteOffset, int byteCount, long offset) throws ErrnoException, InterruptedIOException { return L… in pread() 564 …iptor fd, ByteBuffer buffer, long offset) throws ErrnoException, InterruptedIOException { return L… in pwrite() 569 …t byteOffset, int byteCount, long offset) throws ErrnoException, InterruptedIOException { return L… in pwrite() 574 …ead(FileDescriptor fd, ByteBuffer buffer) throws ErrnoException, InterruptedIOException { return L… in read() 579 …e[] bytes, int byteOffset, int byteCount) throws ErrnoException, InterruptedIOException { return L… in read() 613 …buffers, int[] offsets, int[] byteCounts) throws ErrnoException, InterruptedIOException { return L… in readv() 1003 …ite(FileDescriptor fd, ByteBuffer buffer) throws ErrnoException, InterruptedIOException { return L… in write() 1008 …e[] bytes, int byteOffset, int byteCount) 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/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/luni/src/test/java/libcore/java/net/ |
D | OldAndroidDatagramTest.java | 75 } catch (java.io.InterruptedIOException e) { in run()
|
/libcore/api/ |
D | current.txt | 78 …r, java.nio.ByteBuffer, long) throws android.system.ErrnoException, java.io.InterruptedIOException; 79 …ptor, byte[], int, int, long) throws android.system.ErrnoException, java.io.InterruptedIOException; 80 …r, java.nio.ByteBuffer, long) throws android.system.ErrnoException, java.io.InterruptedIOException; 81 …ptor, byte[], int, int, long) throws android.system.ErrnoException, java.io.InterruptedIOException; 82 …criptor, java.nio.ByteBuffer) throws android.system.ErrnoException, java.io.InterruptedIOException; 83 …Descriptor, byte[], int, int) throws android.system.ErrnoException, java.io.InterruptedIOException; 85 …ptor, Object[], int[], int[]) throws android.system.ErrnoException, java.io.InterruptedIOException; 120 …criptor, java.nio.ByteBuffer) throws android.system.ErrnoException, java.io.InterruptedIOException; 121 …Descriptor, byte[], int, int) throws android.system.ErrnoException, java.io.InterruptedIOException; 122 …ptor, Object[], int[], int[]) throws android.system.ErrnoException, java.io.InterruptedIOException; [all …]
|
/libcore/ |
D | openjdk_java_files.bp | 52 "ojluni/src/main/java/java/io/InterruptedIOException.java",
|