Home
last modified time | relevance | path

Searched defs:ioException (Results 1 – 8 of 8) sorted by relevance

/external/mockito/src/test/java/org/mockitousage/stubbing/
DStubbingWithThrowablesTest.java139 IOException ioException = new IOException(); in shouldAllowSettingCheckedException() local
/external/robolectric-shadows/shadows/httpclient/src/main/java/org/robolectric/shadows/httpclient/
DFakeHttpLayer.java278 private IOException ioException; field in FakeHttpLayer.RequestMatcherResponseRule
287 public RequestMatcherResponseRule(RequestMatcher requestMatcher, IOException ioException) { in RequestMatcherResponseRule()
/external/javapoet/src/test/java/com/squareup/javapoet/
DMethodSpecTest.java274 ClassName ioException = ClassName.get(IOException.class); in duplicateExceptionsIgnored() local
/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/internal/framed/
DSpdy3.java279 private static IOException ioException(String message, Object... args) throws IOException { in ioException() method in Spdy3.Reader
DHttp2.java585 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/
DSpdy3.java277 private static IOException ioException(String message, Object... args) throws IOException { in ioException() method in Spdy3.Reader
DHttp2.java583 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/
DHttp2.java589 private static IOException ioException(String message, Object... args) throws IOException { in ioException() method in Http2