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

  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
SCPClient.java 78 protected void readResponse(InputStream is) throws IOException
  /packages/apps/Email/tests/src/com/android/email/mail/store/imap/
ImapResponseParserTest.java 85 r = p.readResponse();
95 r = p.readResponse();
101 r = p.readResponse();
106 r = p.readResponse();
117 r = p.readResponse();
123 r = p.readResponse();
129 r = p.readResponse();
135 r = p.readResponse();
140 r = p.readResponse();
153 r = p.readResponse();
    [all...]
  /packages/apps/Email/src/com/android/email/mail/store/
ImapConnection.java 115 mParser.readResponse();
229 ImapResponse readResponse() throws IOException, MessagingException {
230 return mParser.readResponse();
272 ImapResponse response = readResponse();
301 response = mParser.readResponse();
  /external/okhttp/src/main/java/com/squareup/okhttp/internal/http/
HttpURLConnectionImpl.java 344 private boolean execute(boolean readResponse) throws IOException {
347 if (readResponse) {
348 httpEngine.readResponse();
HttpEngine.java 62 * <li>The HTTP response message is read with readResponse(). After the
598 public final void readResponse() throws IOException {
604 throw new IllegalStateException("readResponse() without sendRequest()");
  /frameworks/av/media/mtp/
MtpDevice.cpp 289 MtpResponseCode ret = readResponse();
313 MtpResponseCode ret = readResponse();
330 MtpResponseCode ret = readResponse();
346 MtpResponseCode ret = readResponse();
367 MtpResponseCode ret = readResponse();
385 MtpResponseCode ret = readResponse();
400 MtpResponseCode ret = readResponse();
449 MtpResponseCode ret = readResponse();
482 MtpResponseCode ret = readResponse();
492 MtpResponseCode ret = readResponse();
    [all...]
  /libcore/luni/src/main/java/libcore/net/http/
HttpURLConnectionImpl.java 283 httpEngine.readResponse();
HttpsURLConnectionImpl.java 493 connect.readResponse();
HttpEngine.java 57 * <li>The HTTP response message is read with readResponse(). After the
797 public final void readResponse() throws IOException {
803 throw new IllegalStateException("readResponse() without sendRequest()");
  /packages/apps/Email/src/com/android/email/mail/store/imap/
ImapResponseParser.java 140 * @see #readResponse()
160 public ImapResponse readResponse() throws IOException, MessagingException {
  /frameworks/base/core/java/android/net/http/
Request.java 242 void readResponse(AndroidHttpClientConnection httpClientConnection)
321 if (HttpLog.LOGV) HttpLog.v("Request.readResponse() " + count);
334 if (HttpLog.LOGV) HttpLog.v( "readResponse() handling " + e);
357 if (HttpLog.LOGV) HttpLog.v("Request.readResponse(): done " +
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.httpclient_3.1.0.v201005080502.jar 

Completed in 248 milliseconds