Home
last modified time | relevance | path

Searched refs:InterruptedIOException (Results 1 – 20 of 20) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
DInterruptedIOExceptionTest.java20 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/
DInterruptedIOException.java44 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
DPrintStream.java477 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()
DPrintWriter.java408 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/
DResource.java31 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/
DInterruptedStreamTest.java21 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/
DLinux.java40 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 …]
DOs.java44 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 …]
DBlockGuardOs.java32 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 …]
DForwardingOs.java44 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 …]
DIoUtils.java30 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/
DSocketTimeoutException.java35 public class SocketTimeoutException extends java.io.InterruptedIOException {
DDatagramSocketImpl.java30 import java.io.InterruptedIOException;
/libcore/luni/src/main/java/android/system/
DOs.java29 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/
DServerSocketTest.java29 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()
DDatagramSocketTest.java21 import java.io.InterruptedIOException;
78 } catch (InterruptedIOException e) { in run()
/libcore/luni/src/test/java/libcore/java/nio/channels/
DFileIOInterruptTest.java24 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/
DOldAndroidDatagramTest.java75 } catch (java.io.InterruptedIOException e) { in run()
/libcore/api/
Dcurrent.txt78 …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/
Dopenjdk_java_files.bp52 "ojluni/src/main/java/java/io/InterruptedIOException.java",