/aosp_15_r20/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/ |
H A D | FunctionsTest.java | 280 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 D | FailableFunctionsTest.java | 293 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 D | ObservableInputStream.java | 154 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/ |
D | FileTreeWalker.java | 131 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
|
D | FileTreeIterator.java | 76 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 D | FileTreeWalker.java | 131 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 D | FileTreeIterator.java | 76 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/ |
D | FileTreeWalker.java | 131 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
|
D | FileTreeIterator.java | 76 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 D | FileTreeWalker.java | 168 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 D | FileIOInterruptTest.java | 459 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/ |
D | aconfigd_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/ |
D | aconfigd_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/ |
HD | sdkstats.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/exceptions/ |
H A D | JobNestedExceptionsTest.kt | 111 val ioe = suppressed[0] in testChildThrowsDuringCompletion() constant
|
/aosp_15_r20/libcore/ojluni/src/test/java/io/Serializable/records/ |
H A D | StreamRefTest.java | 130 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 D | JvmOkio.kt | 146 val ioe = SocketTimeoutException("timeout") in newTimeoutException() constant
|
/aosp_15_r20/external/okio/okio/src/jvmTest/kotlin/okio/ |
H A D | DeflaterSinkTest.kt | 146 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/ |
D | ProxySelector.java | 164 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/ |
D | ProxySelector.java | 164 public abstract void connectFailed(URI uri, SocketAddress sa, IOException ioe); in connectFailed()
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/net/ |
H A D | ProxySelector.java | 164 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/ |
D | UserDictionaryProvider.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/ |
D | UserDictionaryProvider.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 D | RecordingProxySelector.java | 45 @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/ |
D | libnanohttpd.jar | ... uri
int qmi
String line
java.io.IOException ioe
java.io.BufferedReader in
java.util. ... |