Home
last modified time | relevance | path

Searched refs:iioe (Results 1 – 25 of 125) sorted by relevance

12345

/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libjava/java/io/
H A DnatFileDescriptorPosix.cc148 InterruptedIOException *iioe in write() local
150 iioe->bytesTransferred = r == -1 ? 0 : r; in write()
151 throw iioe; in write()
177 InterruptedIOException *iioe in write() local
179 iioe->bytesTransferred = written; in write()
180 throw iioe; in write()
297 InterruptedIOException *iioe in read() local
299 iioe->bytesTransferred = r == -1 ? 0 : r; in read()
300 throw iioe; in read()
335 InterruptedIOException *iioe in read() local
[all …]
H A DPrintStream.java180 catch (InterruptedIOException iioe) in close()
200 catch (InterruptedIOException iioe) in flush()
220 catch (InterruptedIOException iioe) in print()
241 catch (InterruptedIOException iioe) in print()
525 catch (InterruptedIOException iioe) in write()
552 catch (InterruptedIOException iioe) in write()
H A DnatFileDescriptorWin32.cc156 …InterruptedIOException *iioe = new InterruptedIOException (JvNewStringLatin1 ("write interrupted")… in write() local
157 iioe->bytesTransferred = bytesWritten; in write()
158 throw iioe; in write()
183 …InterruptedIOException *iioe = new InterruptedIOException (JvNewStringLatin1 ("write interrupted")… in write() local
184 iioe->bytesTransferred = bytesWritten; in write()
185 throw iioe; in write()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libjava/java/io/
H A DnatFileDescriptorPosix.cc148 InterruptedIOException *iioe in write() local
150 iioe->bytesTransferred = r == -1 ? 0 : r; in write()
151 throw iioe; in write()
177 InterruptedIOException *iioe in write() local
179 iioe->bytesTransferred = written; in write()
180 throw iioe; in write()
297 InterruptedIOException *iioe in read() local
299 iioe->bytesTransferred = r == -1 ? 0 : r; in read()
300 throw iioe; in read()
335 InterruptedIOException *iioe in read() local
[all …]
H A DPrintStream.java180 catch (InterruptedIOException iioe) in close()
200 catch (InterruptedIOException iioe) in flush()
220 catch (InterruptedIOException iioe) in print()
241 catch (InterruptedIOException iioe) in print()
525 catch (InterruptedIOException iioe) in write()
552 catch (InterruptedIOException iioe) in write()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/bundles/org.eclipse.team.core/src/org/eclipse/team/internal/core/streams/
H A DLFtoCRLFInputStream.java91 InterruptedIOException iioe = null; in read() local
99 iioe = e; in read()
111 if (iioe != null) { in read()
112 iioe.bytesTransferred = count; in read()
113 throw iioe; in read()
H A DCRLFtoLFInputStream.java90 InterruptedIOException iioe = null; in read() local
98 iioe = e; in read()
120 if (iioe != null) { in read()
121 iioe.bytesTransferred = j - off; in read()
122 throw iioe; in read()
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/gnu/java/nio/channels/
H A DnatFileChannelPosix.cc196 ::java::io::InterruptedIOException *iioe in write()
198 iioe->bytesTransferred = r == -1 ? 0 : r; in write()
199 throw iioe; in write()
225 InterruptedIOException *iioe in write() local
227 iioe->bytesTransferred = written; in write()
228 throw iioe; in write()
327 InterruptedIOException *iioe in read() local
329 iioe->bytesTransferred = r == -1 ? 0 : r; in read()
330 throw iioe; in read()
365 InterruptedIOException *iioe in read() local
[all …]
/dports/lang/gcc48/gcc-4.8.5/libjava/gnu/java/nio/channels/
H A DnatFileChannelPosix.cc196 ::java::io::InterruptedIOException *iioe in write()
198 iioe->bytesTransferred = r == -1 ? 0 : r; in write()
199 throw iioe; in write()
225 InterruptedIOException *iioe in write() local
227 iioe->bytesTransferred = written; in write()
228 throw iioe; in write()
327 InterruptedIOException *iioe in read() local
329 iioe->bytesTransferred = r == -1 ? 0 : r; in read()
330 throw iioe; in read()
365 InterruptedIOException *iioe in read() local
[all …]
/dports/lang/gnat_util/gcc-6-20180516/libjava/gnu/java/nio/channels/
H A DnatFileChannelPosix.cc196 ::java::io::InterruptedIOException *iioe in write()
198 iioe->bytesTransferred = r == -1 ? 0 : r; in write()
199 throw iioe; in write()
225 InterruptedIOException *iioe in write() local
227 iioe->bytesTransferred = written; in write()
228 throw iioe; in write()
327 InterruptedIOException *iioe in read() local
329 iioe->bytesTransferred = r == -1 ? 0 : r; in read()
330 throw iioe; in read()
365 InterruptedIOException *iioe in read() local
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/gnu/java/nio/channels/
H A DnatFileChannelPosix.cc196 ::java::io::InterruptedIOException *iioe in write()
198 iioe->bytesTransferred = r == -1 ? 0 : r; in write()
199 throw iioe; in write()
225 InterruptedIOException *iioe in write() local
227 iioe->bytesTransferred = written; in write()
228 throw iioe; in write()
327 InterruptedIOException *iioe in read() local
329 iioe->bytesTransferred = r == -1 ? 0 : r; in read()
330 throw iioe; in read()
365 InterruptedIOException *iioe in read() local
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/gnu/java/nio/channels/
H A DnatFileChannelPosix.cc196 ::java::io::InterruptedIOException *iioe in write()
198 iioe->bytesTransferred = r == -1 ? 0 : r; in write()
199 throw iioe; in write()
225 InterruptedIOException *iioe in write() local
227 iioe->bytesTransferred = written; in write()
228 throw iioe; in write()
327 InterruptedIOException *iioe in read() local
329 iioe->bytesTransferred = r == -1 ? 0 : r; in read()
330 throw iioe; in read()
365 InterruptedIOException *iioe in read() local
[all …]
/dports/java/sablevm-classpath/sablevm-classpath-1.13/java/io/
H A DPrintStream.java185 catch (InterruptedIOException iioe) in close()
205 catch (InterruptedIOException iioe) in flush()
225 catch (InterruptedIOException iioe) in print()
246 catch (InterruptedIOException iioe) in print()
516 catch (InterruptedIOException iioe) in write()
543 catch (InterruptedIOException iioe) in write()
/dports/databases/hbase/hbase-1.2.1/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/
H A DRegionMergeTransactionImpl.java293 iioe.initCause(ie); in execute()
294 throw iioe; in execute()
333 iioe.initCause(ie); in stepsAfterPONR()
334 throw iioe; in stepsAfterPONR()
371 iioe.initCause(ie); in createMergedRegion()
372 throw iioe; in createMergedRegion()
403 iioe.initCause(ie); in createMergedRegion()
404 throw iioe; in createMergedRegion()
797 iioe.initCause(ie); in rollback()
798 throw iioe; in rollback()
[all …]
H A DSplitTransactionImpl.java262 iioe.initCause(ie); in createDaughters()
263 throw iioe; in createDaughters()
294 iioe.initCause(ie); in createDaughters()
295 throw iioe; in createDaughters()
575 iioe.initCause(ie); in execute()
576 throw iioe; in execute()
621 iioe.initCause(ie); in stepsAfterPONR()
622 throw iioe; in stepsAfterPONR()
929 iioe.initCause(ie); in rollback()
930 throw iioe; in rollback()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/java/io/
H A DPrintStream.java273 catch (InterruptedIOException iioe) in close()
293 catch (InterruptedIOException iioe) in flush()
313 catch (InterruptedIOException iioe) in print()
334 catch (InterruptedIOException iioe) in print()
604 catch (InterruptedIOException iioe) in write()
631 catch (InterruptedIOException iioe) in write()
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/java/io/
H A DPrintStream.java273 catch (InterruptedIOException iioe) in close()
293 catch (InterruptedIOException iioe) in flush()
313 catch (InterruptedIOException iioe) in print()
334 catch (InterruptedIOException iioe) in print()
604 catch (InterruptedIOException iioe) in write()
631 catch (InterruptedIOException iioe) in write()
/dports/lang/gcc48/gcc-4.8.5/libjava/java/io/
H A DPrintStream.java253 catch (InterruptedIOException iioe) in close()
273 catch (InterruptedIOException iioe) in flush()
293 catch (InterruptedIOException iioe) in print()
314 catch (InterruptedIOException iioe) in print()
600 catch (InterruptedIOException iioe) in write()
627 catch (InterruptedIOException iioe) in write()
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/java/io/
H A DPrintStream.java273 catch (InterruptedIOException iioe) in close()
293 catch (InterruptedIOException iioe) in flush()
313 catch (InterruptedIOException iioe) in print()
334 catch (InterruptedIOException iioe) in print()
604 catch (InterruptedIOException iioe) in write()
631 catch (InterruptedIOException iioe) in write()
/dports/lang/gnat_util/gcc-6-20180516/libjava/java/io/
H A DPrintStream.java253 catch (InterruptedIOException iioe) in close()
273 catch (InterruptedIOException iioe) in flush()
293 catch (InterruptedIOException iioe) in print()
314 catch (InterruptedIOException iioe) in print()
600 catch (InterruptedIOException iioe) in write()
627 catch (InterruptedIOException iioe) in write()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/java/io/
H A DPrintStream.java273 catch (InterruptedIOException iioe) in close()
293 catch (InterruptedIOException iioe) in flush()
313 catch (InterruptedIOException iioe) in print()
334 catch (InterruptedIOException iioe) in print()
604 catch (InterruptedIOException iioe) in write()
631 catch (InterruptedIOException iioe) in write()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/java/io/
H A DPrintStream.java253 catch (InterruptedIOException iioe) in close()
273 catch (InterruptedIOException iioe) in flush()
293 catch (InterruptedIOException iioe) in print()
314 catch (InterruptedIOException iioe) in print()
600 catch (InterruptedIOException iioe) in write()
627 catch (InterruptedIOException iioe) in write()
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/java/io/
H A DPrintStream.java253 catch (InterruptedIOException iioe) in close()
273 catch (InterruptedIOException iioe) in flush()
293 catch (InterruptedIOException iioe) in print()
314 catch (InterruptedIOException iioe) in print()
600 catch (InterruptedIOException iioe) in write()
627 catch (InterruptedIOException iioe) in write()
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/java/io/
H A DPrintStream.java273 catch (InterruptedIOException iioe) in close()
293 catch (InterruptedIOException iioe) in flush()
313 catch (InterruptedIOException iioe) in print()
334 catch (InterruptedIOException iioe) in print()
604 catch (InterruptedIOException iioe) in write()
631 catch (InterruptedIOException iioe) in write()
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/java/io/
H A DPrintStream.java253 catch (InterruptedIOException iioe) in close()
273 catch (InterruptedIOException iioe) in flush()
293 catch (InterruptedIOException iioe) in print()
314 catch (InterruptedIOException iioe) in print()
600 catch (InterruptedIOException iioe) in write()
627 catch (InterruptedIOException iioe) in write()

12345