Home
last modified time | relevance | path

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

/external/mockito/src/test/java/org/mockitousage/stubbing/
DStubbingWithThrowablesTest.java89 IOException ioException = new IOException(); in shouldAllowSettingCheckedException() local
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/tester/org/apache/http/
DFakeHttpLayer.java189 private IOException ioException; field in FakeHttpLayer.RequestMatcherResponseRule
198 public RequestMatcherResponseRule(RequestMatcher requestMatcher, IOException ioException) { in RequestMatcherResponseRule()
/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