Home
last modified time | relevance | path

Searched defs:ioe (Results 1 – 25 of 797) sorted by relevance

12345678910>>...32

/aosp_15_r20/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/
H A DFunctionsTest.java280 final IOException ioe = new IOException("Unknown I/O error"); in testAcceptBiConsumer() local
303 final IOException ioe = new IOException("Unknown I/O error"); in testAcceptConsumer() local
328 final IOException ioe = new IOException("Unknown I/O error"); in testAcceptDoubleConsumer() local
355 final IOException ioe = new IOException("Unknown I/O error"); in testAcceptIntConsumer() local
382 final IOException ioe = new IOException("Unknown I/O error"); in testAcceptLongConsumer() local
412 final IOException ioe = new IOException("Unknown I/O error"); in testAcceptObjDoubleConsumer() local
443 final IOException ioe = new IOException("Unknown I/O error"); in testAcceptObjIntConsumer() local
474 final IOException ioe = new IOException("Unknown I/O error"); in testAcceptObjLongConsumer() local
501 final IOException ioe = new IOException("Unknown I/O error"); in testApplyBiFunction() local
525 final IOException ioe = new IOException("Unknown I/O error"); in testApplyFunction() local
[all …]
/aosp_15_r20/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/function/
H A DFailableFunctionsTest.java293 final IOException ioe = new IOException("Unknown I/O error"); in testAcceptBiConsumer() local
314 final IOException ioe = new IOException("Unknown I/O error"); in testAcceptConsumer() local
337 final IOException ioe = new IOException("Unknown I/O error"); in testAcceptDoubleConsumer() local
362 final IOException ioe = new IOException("Unknown I/O error"); in testAcceptIntConsumer() local
387 final IOException ioe = new IOException("Unknown I/O error"); in testAcceptLongConsumer() local
415 final IOException ioe = new IOException("Unknown I/O error"); in testAcceptObjDoubleConsumer() local
444 final IOException ioe = new IOException("Unknown I/O error"); in testAcceptObjIntConsumer() local
473 final IOException ioe = new IOException("Unknown I/O error"); in testAcceptObjLongConsumer() local
498 final IOException ioe = new IOException("Unknown I/O error"); in testApplyBiFunction() local
532 final IOException ioe = new IOException("Unknown I/O error"); in testApplyFunction() local
[all …]
/aosp_15_r20/external/apache-commons-io/src/main/java/org/apache/commons/io/input/
H A DObservableInputStream.java154 IOException ioe = null; in close() local
241 …d notify(final byte[] buffer, final int offset, final int result, final IOException ioe) throws IO… in notify()
256 IOException ioe = null; in read() local
277 IOException ioe = null; in read() local
290 IOException ioe = null; in read() local
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/nio/file/
DFileTreeWalker.java131 private final IOException ioe; field in FileTreeWalker.Event
133 private Event(EventType type, Path file, BasicFileAttributes attrs, IOException ioe) { in Event()
144 Event(EventType type, Path file, IOException ioe) { in Event()
342 IOException ioe = null; in next() local
DFileTreeIterator.java76 IOException ioe = next.ioeException(); in FileTreeIterator() local
85 IOException ioe = ev.ioeException(); in fetchNextIfNeeded() local
/aosp_15_r20/libcore/ojluni/src/main/java/java/nio/file/
H A DFileTreeWalker.java131 private final IOException ioe; field in FileTreeWalker.Event
133 private Event(EventType type, Path file, BasicFileAttributes attrs, IOException ioe) { in Event()
144 Event(EventType type, Path file, IOException ioe) { in Event()
342 IOException ioe = null; in next() local
H A DFileTreeIterator.java76 IOException ioe = next.ioeException(); in FileTreeIterator() local
85 IOException ioe = ev.ioeException(); in fetchNextIfNeeded() local
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/9/libcore/ojluni/src/main/java/java/nio/file/
DFileTreeWalker.java131 private final IOException ioe; field in FileTreeWalker.Event
133 private Event(EventType type, Path file, BasicFileAttributes attrs, IOException ioe) { in Event()
144 Event(EventType type, Path file, IOException ioe) { in Event()
342 IOException ioe = null; in next() local
DFileTreeIterator.java76 IOException ioe = next.ioeException(); in FileTreeIterator() local
85 IOException ioe = ev.ioeException(); in fetchNextIfNeeded() local
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/java/nio/file/
H A DFileTreeWalker.java168 java.io.IOException ioe) { in Event()
182 java.io.IOException ioe) { in Event()
214 private final java.io.IOException ioe; field in FileTreeWalker.Event
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/nio/channels/
H A DFileIOInterruptTest.java459 volatile IOException ioe; field in FileIOInterruptTest.StreamReader
493 volatile IOException ioe; field in FileIOInterruptTest.StreamWriter
541 volatile IOException ioe; field in FileIOInterruptTest.ChannelReader
586 volatile IOException ioe; field in FileIOInterruptTest.ChannelWriter
/aosp_15_r20/out/soong/.intermediates/system/server_configurable_flags/aconfigd/aconfigd_java_utils/android_common/javac/
Daconfigd_java_utils.jar ... .io.IOException e java.io.IOException ioe java.io.IOException ioe int num_bytes java. ...
/aosp_15_r20/out/soong/.intermediates/system/server_configurable_flags/aconfigd/aconfigd_java_utils/android_common/repackaged-jarjar/javac/
Daconfigd_java_utils.jar ... .io.IOException e java.io.IOException ioe java.io.IOException ioe int num_bytes java. ...
/aosp_15_r20/prebuilts/devtools/tools/lib/
HDsdkstats.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/exceptions/
H A DJobNestedExceptionsTest.kt111 val ioe = suppressed[0] in testChildThrowsDuringCompletion() constant
/aosp_15_r20/libcore/ojluni/src/test/java/io/Serializable/records/
H A DStreamRefTest.java130 InvalidObjectException ioe = expectThrows(IOE, () -> deserializeOne(byteStream)); in basicRefWithInvalidA() local
153 InvalidObjectException ioe = expectThrows(IOE, () -> deserializeOne(byteStream)); in reverseBasicRefWithInvalidA() local
/aosp_15_r20/external/okio/okio/src/jvmMain/kotlin/okio/
H A DJvmOkio.kt146 val ioe = SocketTimeoutException("timeout") in newTimeoutException() constant
/aosp_15_r20/external/okio/okio/src/jvmTest/kotlin/okio/
H A DDeflaterSinkTest.kt146 val ioe = Assert.assertThrows("", IOException::class.java) { in rethrowNullPointerAsIOException() constant
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/6/libcore/ojluni/src/main/java/java/net/
DProxySelector.java164 public abstract void connectFailed(URI uri, SocketAddress sa, IOException ioe); in connectFailed()
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/net/
DProxySelector.java164 public abstract void connectFailed(URI uri, SocketAddress sa, IOException ioe); in connectFailed()
/aosp_15_r20/libcore/ojluni/src/main/java/java/net/
H A DProxySelector.java164 public abstract void connectFailed(URI uri, SocketAddress sa, IOException ioe); in connectFailed()
/aosp_15_r20/out/soong/.intermediates/packages/providers/UserDictionaryProvider/UserDictionaryProvider/android_common/repackaged-jarjar/javac/
DUserDictionaryProvider.jar ... out byte[] line java.io.IOException ioe android.database.Cursor cursor byte[] sizeBytes ...
/aosp_15_r20/out/soong/.intermediates/packages/providers/UserDictionaryProvider/UserDictionaryProvider/android_common/javac/
DUserDictionaryProvider.jar ... out byte[] line java.io.IOException ioe android.database.Cursor cursor byte[] sizeBytes ...
/aosp_15_r20/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/
H A DRecordingProxySelector.java45 @Override public void connectFailed(URI uri, SocketAddress sa, IOException ioe) { in connectFailed()
/aosp_15_r20/out/soong/.intermediates/external/nanohttpd/libnanohttpd/android_common_apex30/javac/
Dlibnanohttpd.jar ... uri int qmi String line java.io.IOException ioe java.io.BufferedReader in java.util. ...

12345678910>>...32