Home
last modified time | relevance | path

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

/external/apache-commons-io/src/main/java/org/apache/commons/io/input/
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
/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/
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 …]
/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/function/
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 …]
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/exceptions/
DJobNestedExceptionsTest.kt111 val ioe = suppressed[0] in testChildThrowsDuringCompletion() constant
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/
DRecordingProxySelector.java45 @Override public void connectFailed(URI uri, SocketAddress sa, IOException ioe) { in connectFailed()
/external/okio/okio/src/jvmMain/kotlin/okio/
DJvmOkio.kt146 val ioe = SocketTimeoutException("timeout") in newTimeoutException() constant
/external/okio/okio/src/jvmTest/kotlin/okio/
DDeflaterSinkTest.kt146 val ioe = Assert.assertThrows("", IOException::class.java) { in rethrowNullPointerAsIOException() constant
/external/aws-sdk-java-v2/core/sdk-core/src/test/java/software/amazon/awssdk/core/internal/util/
DMetricUtilsTest.java69 IOException ioe = new IOException("boom"); in measureDurationUnsafe_doesNotWrapException() local
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/exc/
DExceptionDeserializationTest.java58 IOException ioe = new IOException("TEST"); in testIOException() local
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
DStreamAllocation.java374 IOException ioe = e.getLastConnectException(); in isRecoverable() local
/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/internal/http/
DStreamAllocation.java376 IOException ioe = e.getLastConnectException(); in isRecoverable() local
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/jdk/
DJDKStringLikeTypesTest.java238 IOException ioe = mapper.readValue(aposToQuotes("{'stackTrace':[ 123, 456 ]}"), in testStackTraceElementWithCustom() local
/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/exception/
DExceptionUtilsTest.java208 … IOException ioe = assertThrows(IOException.class, ExceptionUtilsTest::throwsCheckedException); in testCatchTechniques() local
/external/skia/src/pathops/
DSkOpCoincidence.cpp859 const SkOpPtT* ioe = inner->oppPtTEnd(); in addMissing() local
882 const SkOpPtT* ioe = inner->oppPtTEnd(); in addMissing() local
DSkPathOpsDebug.cpp1906 const SkOpPtT* ioe = inner->oppPtTEnd(); in debugAddMissing() local
1929 const SkOpPtT* ioe = inner->oppPtTEnd(); in debugAddMissing() local
/external/conscrypt/repackaged/common/src/test/java/com/android/org/conscrypt/javax/net/ssl/
DSSLSocketVersionCompatibilityTest.java552 IOException ioe = future.get(); in test_SSLSocket_setUseClientMode() local
/external/conscrypt/common/src/test/java/org/conscrypt/javax/net/ssl/
DSSLSocketVersionCompatibilityTest.java548 IOException ioe = future.get(); in test_SSLSocket_setUseClientMode() local