Home
last modified time | relevance | path

Searched refs:InterruptedIOException (Results 1 – 19 of 19) 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;
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 …]
DOs.java41 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 …]
DBlockGuardOs.java32 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 …]
DForwardingOs.java41 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 …]
DIoUtils.java25 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/
DSocketTimeoutException.java35 public class SocketTimeoutException extends java.io.InterruptedIOException {
DDatagramSocketImpl.java30 import java.io.InterruptedIOException;
/libcore/luni/src/main/java/android/system/
DOs.java26 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/
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/net/
DOldAndroidDatagramTest.java75 } catch (java.io.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/
Dopenjdk_java_files.bp52 "ojluni/src/main/java/java/io/InterruptedIOException.java",