HomeSort by relevance Sort by last modified time
    Searched refs:ioException (Results 1 - 25 of 25) sorted by null

  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
IOExceptionTest.java 20 import java.io.IOException;
27 * java.io.IOException#IOException()
32 throw new IOException();
34 fail("Exception during IOException test");
35 } catch (IOException e) {
41 * java.io.IOException#IOException(java.lang.String)
46 throw new IOException("Some error message");
49 } catch (IOException e)
    [all...]
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/
Http20Draft09.java 19 import java.io.IOException;
86 @Override public void readConnectionHeader() throws IOException {
90 throw ioException("Expected a connection header but was %s", connectionHeader.utf8());
94 @Override public boolean nextFrame(Handler handler) throws IOException {
100 } catch (IOException e) {
156 throws IOException {
157 if (streamId == 0) throw ioException("PROTOCOL_ERROR: TYPE_HEADERS streamId == 0");
174 throws IOException {
187 throws IOException {
194 throws IOException {
    [all...]
Spdy3.java 20 import java.io.IOException;
129 @Override public boolean nextFrame(Handler handler) throws IOException {
135 } catch (IOException e) {
196 private void readSynStream(Handler handler, int flags, int length) throws IOException {
212 private void readSynReply(Handler handler, int flags, int length) throws IOException {
220 private void readRstStream(Handler handler, int flags, int length) throws IOException {
221 if (length != 8) throw ioException("TYPE_RST_STREAM length: %d != 8", length);
226 throw ioException("TYPE_RST_STREAM unexpected error code: %d", errorCodeInt);
231 private void readHeaders(Handler handler, int flags, int length) throws IOException {
238 private void readWindowUpdate(Handler handler, int flags, int length) throws IOException {
    [all...]
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/org/apache/http/
FakeHttpLayer.java 13 import java.io.IOException;
92 private HttpResponse findResponse(HttpRequest httpRequest) throws HttpException, IOException {
106 public HttpResponse emulateRequest(HttpHost httpHost, HttpRequest httpRequest, HttpContext httpContext, RequestDirector requestDirector) throws HttpException, IOException {
189 private IOException ioException;
198 public RequestMatcherResponseRule(RequestMatcher requestMatcher, IOException ioException) {
200 this.ioException = ioException;
219 public HttpResponse getResponse() throws HttpException, IOException {
    [all...]
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/
Platform.java 20 import java.io.IOException;
125 int connectTimeout) throws IOException {
234 int connectTimeout) throws IOException {
240 IOException ioException = new IOException("Exception in connect");
241 ioException.initCause(se);
242 throw ioException;
  /prebuilts/tools/common/m2/repository/jdom/jdom/1.0/
jdom-1.0.jar 
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
FormatterTest.java 25 import java.io.IOException;
64 public Appendable append(CharSequence arg0) throws IOException {
68 public Appendable append(char arg0) throws IOException {
73 throws IOException {
105 public Appendable append(char c) throws IOException {
110 throw new IOException();
115 public Appendable append(CharSequence csq) throws IOException {
120 throw new IOException();
126 throws IOException {
131 throw new IOException();
    [all...]
ScannerTest.java 28 import java.io.IOException;
76 public void close() throws IOException {
77 throw new IOException();
80 public int read(CharBuffer cb) throws IOException {
89 public void test_ConstructorLjava_io_File() throws IOException {
125 throws IOException {
254 throws IOException {
294 throws IOException {
333 public void test_Constructor_LReadableByteChannel() throws IOException {
375 public void test_close() throws IOException {
    [all...]
  /libcore/luni/src/main/java/java/util/
Scanner.java 22 import java.io.IOException;
111 private IOException lastIOException;
286 } catch (IOException e) {
    [all...]
Formatter.java 24 import java.io.IOException;
554 private IOException lastIOException;
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-core/0.20.0/
tycho-core-0.20.0.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-core/0.18.1/
tycho-core-0.18.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.8.1/
commons-compress-1.8.1.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/20/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/7/
android.jar 
  /prebuilts/sdk/8/
android.jar 
  /prebuilts/sdk/9/
android.jar 
  /prebuilts/tools/common/api-versions/android-1/
android.jar 
  /prebuilts/tools/common/api-versions/android-2/
android.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 

Completed in 326 milliseconds