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

  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
IOExceptionTest.java 20 import java.io.IOException;
27 * @tests java.io.IOException#IOException()
32 throw new IOException();
34 fail("Exception during IOException test");
35 } catch (IOException e) {
41 * @tests java.io.IOException#IOException(java.lang.String)
46 throw new IOException("Some error message");
49 } catch (IOException e)
    [all...]
  /external/okhttp/src/main/java/com/squareup/okhttp/internal/
Platform.java 20 import java.io.IOException;
109 int connectTimeout) throws IOException {
147 public int getMtu(Socket socket) throws IOException {
218 @Override public int getMtu(Socket socket) throws IOException {
235 if (e.getCause() instanceof IOException) throw (IOException) e.getCause();
256 int connectTimeout) throws IOException {
262 IOException ioException = new IOException("Exception in connect")
    [all...]
  /external/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/
SpdyReader.java 22 import java.io.IOException;
89 public boolean nextFrame(Handler handler) throws IOException {
93 } catch (IOException e) {
128 if (length != 0) throw ioException("TYPE_NOOP length: %d != 0", length);
153 throw new IOException("Unexpected frame");
162 private void readSynStream(Handler handler, int flags, int length) throws IOException {
174 private void readSynReply(Handler handler, int flags, int length) throws IOException {
181 private void readRstStream(Handler handler, int flags, int length) throws IOException {
182 if (length != 8) throw ioException("TYPE_RST_STREAM length: %d != 8", length);
188 private void readHeaders(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...]
  /libcore/luni/src/main/java/java/util/
Scanner.java 22 import java.io.IOException;
111 private IOException lastIOException;
279 } catch (IOException e) {
    [all...]
Formatter.java 24 import java.io.IOException;
554 private IOException lastIOException;
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/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...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/luni/tests/java/util/
ScannerTest.java 30 import java.io.IOException;
77 public void close() throws IOException {
78 throw new IOException();
81 public int read(CharBuffer cb) throws IOException {
90 public void test_ConstructorLjava_io_File() throws IOException {
126 throws IOException {
255 throws IOException {
295 throws IOException {
334 public void test_Constructor_LReadableByteChannel() throws IOException {
376 public void test_close() throws IOException {
    [all...]
  /prebuilts/tools/common/m2/internal/jdom/jdom/1.0/
jdom-1.0.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/7/
android.jar 
  /prebuilts/sdk/8/
android.jar 
  /prebuilts/sdk/9/
android.jar 

Completed in 517 milliseconds