/external/volley/core/src/main/java/com/android/volley/toolbox/ |
D | AsyncHttpStack.java | 49 void onError(IOException ioException); in onError() 163 IOException ioException; field in AsyncHttpStack.Response 168 @Nullable IOException ioException, in Response()
|
/external/google-auth-library-java/oauth2_http/java/com/google/auth/oauth2/ |
D | GoogleAuthException.java | 156 IOException ioException, String message) { in createWithTokenEndpointIOException() 178 static GoogleAuthException createWithTokenEndpointIOException(IOException ioException) { in createWithTokenEndpointIOException()
|
/external/mobile-data-download/java/com/google/android/libraries/mobiledatadownload/file/common/testing/ |
D | FakeFileBackend.java | 121 IOException ioException; in throwIf() local 172 IOException ioException; in openForWrite() local 186 IOException ioException; in openForAppend() local
|
/external/jsoup/src/main/java/org/jsoup/ |
D | UncheckedIOException.java | 19 public IOException ioException() { in ioException() method in UncheckedIOException
|
/external/grpc-grpc-java/okhttp/src/test/java/io/grpc/okhttp/ |
D | AsyncSinkTest.java | 135 Exception ioException = new IOException("some exception"); in write_shouldCachePreviousException() local 164 Exception ioException = new IOException("some exception"); in write_shouldThrowIfAlreadyClosed() local
|
D | ExceptionHandlingFrameWriterTest.java | 73 public void ioException() { in ioException() method in ExceptionHandlingFrameWriterTest
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/util/ |
D | Exceptions.java | 21 public static IOException ioException(String message, Throwable cause) in ioException() method in Exceptions
|
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/util/ |
D | Exceptions.java | 21 public static IOException ioException(String message, Throwable cause) in ioException() method in Exceptions
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/ |
D | Exceptions.java | 17 public static IOException ioException(String message, Throwable cause) in ioException() method in Exceptions
|
/external/grpc-grpc-java/netty/src/test/java/io/grpc/netty/ |
D | NettyServerTransportTest.java | 44 public void ioException() { in ioException() method in NettyServerTransportTest
|
/external/aws-sdk-java-v2/http-clients/netty-nio-client/src/test/java/software/amazon/awssdk/http/nio/netty/internal/ |
D | UnusedChannelExceptionHandlerTest.java | 33 private IOException ioException = new IOException(); field in UnusedChannelExceptionHandlerTest
|
/external/aws-sdk-java-v2/http-clients/netty-nio-client/src/test/java/software/amazon/awssdk/http/nio/netty/internal/http2/ |
D | Http2StreamExceptionHandlerTest.java | 94 IOException ioException = new IOException("yolo"); in ioException_shouldFireExceptionAndPropagateException() local
|
D | MultiplexedChannelRecordTest.java | 216 IOException ioException = new IOException("foobar"); in closeChildChannels_shouldDeliverException() local
|
/external/aws-sdk-java-v2/core/sdk-core/src/test/java/software/amazon/awssdk/core/http/ |
D | AmazonHttpClientTest.java | 80 IOException ioException = new IOException("BOOM"); in testRetryIoExceptionFromExecute() local
|
/external/jsoup/src/test/java/org/jsoup/integration/ |
D | ConnectIT.java | 79 AtomicBoolean ioException = new AtomicBoolean(); in canInterruptThenJoinASpawnedThread() local
|
/external/aws-sdk-java-v2/http-clients/netty-nio-client/src/main/java/software/amazon/awssdk/http/nio/netty/internal/ |
D | ProxyTunnelInitHandler.java | 138 IOException ioException = cause == null ? new IOException(errorMsg) : in handleConnectRequestFailure() local
|
/external/robolectric/shadows/httpclient/src/main/java/org/robolectric/shadows/httpclient/ |
D | FakeHttpLayer.java | 295 private IOException ioException; field in FakeHttpLayer.RequestMatcherResponseRule 304 public RequestMatcherResponseRule(RequestMatcher requestMatcher, IOException ioException) { in RequestMatcherResponseRule()
|
/external/mockito/src/test/java/org/mockitousage/stubbing/ |
D | StubbingWithThrowablesTest.java | 165 IOException ioException = new IOException(); in shouldAllowSettingCheckedException() local
|
/external/javapoet/src/test/java/com/squareup/javapoet/ |
D | MethodSpecTest.java | 346 ClassName ioException = ClassName.get(IOException.class); in duplicateExceptionsIgnored() local
|
/external/sdk-platform-java/gapic-generator-java/src/test/java/com/google/api/generator/engine/ |
D | JavaCodeGeneratorTest.java | 560 Variable ioException = in createPrintShelfListToFile() local
|
/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/internal/framed/ |
D | Spdy3.java | 279 private static IOException ioException(String message, Object... args) throws IOException { in ioException() method in Spdy3.Reader
|
D | Http2.java | 585 private static IOException ioException(String message, Object... args) throws IOException { in ioException() method in Http2
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/ |
D | Spdy3.java | 277 private static IOException ioException(String message, Object... args) throws IOException { in ioException() method in Spdy3.Reader
|
D | Http2.java | 583 private static IOException ioException(String message, Object... args) throws IOException { in ioException() method in Http2
|
/external/grpc-grpc-java/okhttp/third_party/okhttp/main/java/io/grpc/okhttp/internal/framed/ |
D | Http2.java | 598 private static IOException ioException(String message, Object... args) throws IOException { in ioException() method in Http2
|