| /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 | 42 public class InterruptedIOException extends IOException { class 50 public InterruptedIOException() { in InterruptedIOException() method in InterruptedIOException 63 public InterruptedIOException(String s) { in InterruptedIOException() method in InterruptedIOException 77 public InterruptedIOException(Throwable cause) { in InterruptedIOException() method in InterruptedIOException 87 public InterruptedIOException(String detailMessage, Throwable cause) { in InterruptedIOException() method in InterruptedIOException
|
| D | PrintStream.java | 561 catch (InterruptedIOException x) { in write() 594 catch (InterruptedIOException x) { in write() 685 } catch (InterruptedIOException x) { in write() 710 catch (InterruptedIOException x) { in writeln() 731 catch (InterruptedIOException x) { in write() 757 catch (InterruptedIOException x) { in writeln() 778 catch (InterruptedIOException x) { in newLine() 1243 } catch (InterruptedIOException x) { in format() 1300 } catch (InterruptedIOException x) { in format()
|
| D | PrintWriter.java | 484 catch (InterruptedIOException x) { in write() 510 catch (InterruptedIOException x) { in write() 545 catch (InterruptedIOException x) { in write() 571 catch (InterruptedIOException x) { in newLine() 996 } catch (InterruptedIOException x) { in format() 1055 } 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/main/java/libcore/io/ |
| D | Linux.java | 42 import java.io.InterruptedIOException; 178 …(FileDescriptor fd, ByteBuffer buffer, long offset) throws ErrnoException, InterruptedIOException { in pread() 191 … bytes, int byteOffset, int byteCount, long offset) throws ErrnoException, InterruptedIOException { in pread() 195 …uffer, int bufferOffset, int byteCount, long offset) throws ErrnoException, InterruptedIOException; in preadBytes() 196 …(FileDescriptor fd, ByteBuffer buffer, long offset) throws ErrnoException, InterruptedIOException { in pwrite() 209 … bytes, int byteOffset, int byteCount, long offset) throws ErrnoException, InterruptedIOException { in pwrite() 213 …uffer, int bufferOffset, int byteCount, long offset) throws ErrnoException, InterruptedIOException; in pwriteBytes() 214 …blic int read(FileDescriptor fd, ByteBuffer buffer) throws ErrnoException, InterruptedIOException { in read() 227 …or fd, byte[] bytes, int byteOffset, int byteCount) throws ErrnoException, InterruptedIOException { in read() 231 …riptor fd, Object buffer, int offset, int byteCount) throws ErrnoException, InterruptedIOException; in readBytes() [all …]
|
| D | Os.java | 44 import java.io.InterruptedIOException; 497 …d(FileDescriptor fd, ByteBuffer buffer, long offset) throws ErrnoException, InterruptedIOException; in pread() 502 …] bytes, int byteOffset, int byteCount, long offset) throws ErrnoException, InterruptedIOException; in pread() 507 …e(FileDescriptor fd, ByteBuffer buffer, long offset) throws ErrnoException, InterruptedIOException; in pwrite() 512 …] bytes, int byteOffset, int byteCount, long offset) throws ErrnoException, InterruptedIOException; in pwrite() 517 …ublic int read(FileDescriptor fd, ByteBuffer buffer) throws ErrnoException, InterruptedIOException; in read() 523 …tor fd, byte[] bytes, int byteOffset, int byteCount) throws ErrnoException, InterruptedIOException; in read() 538 …, Object[] buffers, int[] offsets, int[] byteCounts) throws ErrnoException, InterruptedIOException; in readv() 774 …blic int write(FileDescriptor fd, ByteBuffer buffer) throws ErrnoException, InterruptedIOException; in write() 779 …tor fd, byte[] bytes, int byteOffset, int byteCount) throws ErrnoException, InterruptedIOException; in write() [all …]
|
| D | BlockGuardOs.java | 32 import java.io.InterruptedIOException; 293 …(FileDescriptor fd, ByteBuffer buffer, long offset) throws ErrnoException, InterruptedIOException { in pread() 299 … bytes, int byteOffset, int byteCount, long offset) throws ErrnoException, InterruptedIOException { in pread() 305 …(FileDescriptor fd, ByteBuffer buffer, long offset) throws ErrnoException, InterruptedIOException { in pwrite() 311 … bytes, int byteOffset, int byteCount, long offset) throws ErrnoException, InterruptedIOException { in pwrite() 317 …blic int read(FileDescriptor fd, ByteBuffer buffer) throws ErrnoException, InterruptedIOException { in read() 323 …or fd, byte[] bytes, int byteOffset, int byteCount) throws ErrnoException, InterruptedIOException { in read() 343 … Object[] buffers, int[] offsets, int[] byteCounts) throws ErrnoException, InterruptedIOException { in readv() 440 …lic int write(FileDescriptor fd, ByteBuffer buffer) throws ErrnoException, InterruptedIOException { in write() 446 …or fd, byte[] bytes, int byteOffset, int byteCount) throws ErrnoException, InterruptedIOException { in write() [all …]
|
| D | ForwardingOs.java | 44 import java.io.InterruptedIOException; 593 …iptor fd, ByteBuffer buffer, long offset) throws ErrnoException, InterruptedIOException { return o… in pread() 598 …t byteOffset, int byteCount, long offset) throws ErrnoException, InterruptedIOException { return o… in pread() 603 …iptor fd, ByteBuffer buffer, long offset) throws ErrnoException, InterruptedIOException { return o… in pwrite() 608 …t byteOffset, int byteCount, long offset) throws ErrnoException, InterruptedIOException { return o… in pwrite() 613 …ead(FileDescriptor fd, ByteBuffer buffer) throws ErrnoException, InterruptedIOException { return o… in read() 618 …e[] bytes, int byteOffset, int byteCount) throws ErrnoException, InterruptedIOException { return o… in read() 634 …buffers, int[] offsets, int[] byteCounts) throws ErrnoException, InterruptedIOException { return o… in readv() 943 …ite(FileDescriptor fd, ByteBuffer buffer) throws ErrnoException, InterruptedIOException { return o… in write() 948 …e[] bytes, int byteOffset, int byteCount) throws ErrnoException, InterruptedIOException { return o… in write() [all …]
|
| D | IoUtils.java | 30 import java.io.InterruptedIOException; 342 public static void throwInterruptedIoException() throws InterruptedIOException { in throwInterruptedIoException() 348 throw new InterruptedIOException(); in throwInterruptedIoException()
|
| /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/android/system/ |
| D | Os.java | 29 import java.io.InterruptedIOException; 552 …iptor fd, ByteBuffer buffer, long offset) throws ErrnoException, InterruptedIOException { return L… in pread() 557 …t byteOffset, int byteCount, long offset) throws ErrnoException, InterruptedIOException { return L… in pread() 562 …iptor fd, ByteBuffer buffer, long offset) throws ErrnoException, InterruptedIOException { return L… in pwrite() 567 …t byteOffset, int byteCount, long offset) throws ErrnoException, InterruptedIOException { return L… in pwrite() 572 …ead(FileDescriptor fd, ByteBuffer buffer) throws ErrnoException, InterruptedIOException { return L… in read() 577 …e[] bytes, int byteOffset, int byteCount) throws ErrnoException, InterruptedIOException { return L… in read() 610 …buffers, int[] offsets, int[] byteCounts) throws ErrnoException, InterruptedIOException { return L… in readv() 993 …ite(FileDescriptor fd, ByteBuffer buffer) throws ErrnoException, InterruptedIOException { return L… in write() 998 …e[] bytes, int byteOffset, int byteCount) throws ErrnoException, InterruptedIOException { return L… in write() [all …]
|
| /libcore/ojluni/src/main/java/java/net/ |
| D | SocketTimeoutException.java | 35 public class SocketTimeoutException extends java.io.InterruptedIOException {
|
| /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 | 166 …r, java.nio.ByteBuffer, long) throws android.system.ErrnoException, java.io.InterruptedIOException; 167 …ptor, byte[], int, int, long) throws android.system.ErrnoException, java.io.InterruptedIOException; 168 …r, java.nio.ByteBuffer, long) throws android.system.ErrnoException, java.io.InterruptedIOException; 169 …ptor, byte[], int, int, long) throws android.system.ErrnoException, java.io.InterruptedIOException; 170 …criptor, java.nio.ByteBuffer) throws android.system.ErrnoException, java.io.InterruptedIOException; 171 …Descriptor, byte[], int, int) throws android.system.ErrnoException, java.io.InterruptedIOException; 173 …ptor, Object[], int[], int[]) throws android.system.ErrnoException, java.io.InterruptedIOException; 208 …criptor, java.nio.ByteBuffer) throws android.system.ErrnoException, java.io.InterruptedIOException; 209 …Descriptor, byte[], int, int) throws android.system.ErrnoException, java.io.InterruptedIOException; 210 …ptor, Object[], int[], int[]) throws android.system.ErrnoException, java.io.InterruptedIOException; [all …]
|
| /libcore/ |
| D | openjdk_java_files.bp | 53 "ojluni/src/main/java/java/io/InterruptedIOException.java",
|
| D | EXPECTED_UPSTREAM | 73 …/src/main/java/java/io/InterruptedIOException.java,jdk21u/jdk-21.0.4-ga,src/java.base/share/classe…
|