HomeSort by relevance Sort by last modified time
    Searched refs:ioException (Results 1 - 17 of 17) 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/spdy/
SpdyReader.java 22 import java.io.IOException;
81 public boolean nextFrame(Handler handler) throws IOException {
85 } catch (IOException e) {
120 if (length != 0) throw ioException("TYPE_NOOP length: %d != 0", length);
145 throw new IOException("Unexpected frame");
154 private void readSynStream(Handler handler, int flags, int length) throws IOException {
166 private void readSynReply(Handler handler, int flags, int length) throws IOException {
173 private void readRstStream(Handler handler, int flags, int length) throws IOException {
174 if (length != 8) throw ioException("TYPE_RST_STREAM length: %d != 8", length);
180 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...]
  /prebuilts/tools/common/m2/internal/jdom/jdom/1.0/
jdom-1.0.jar 
  /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...]
ScannerTest.java 24 import java.io.IOException;
69 public void close() throws IOException {
70 throw new IOException();
73 public int read(CharBuffer cb) throws IOException {
82 public void test_ConstructorLjava_io_File() throws IOException {
118 throws IOException {
259 throws IOException {
300 throws IOException {
363 public void test_close() throws IOException {
375 // Write out a int after the scanner is closed, IOException should b
    [all...]
  /libcore/luni/src/main/java/java/util/
Scanner.java 22 import java.io.IOException;
124 private IOException lastIOException;
298 } catch (IOException e) {
    [all...]
Formatter.java 24 import java.io.IOException;
554 private IOException lastIOException;
    [all...]
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/7/
android.jar 
  /prebuilts/sdk/8/
android.jar 
  /prebuilts/sdk/9/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 1816 milliseconds