OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:readResponse
(Results
1 - 10
of
10
) sorted by null
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
SCPClient.java
78
protected void
readResponse
(InputStream is) throws IOException
/external/okhttp/src/main/java/com/squareup/okhttp/internal/http/
Job.java
41
Response response =
readResponse
();
73
private Response
readResponse
() throws IOException {
HttpURLConnectionImpl.java
343
private boolean execute(boolean
readResponse
) throws IOException {
346
if (
readResponse
) {
347
httpEngine.
readResponse
();
HttpEngine.java
64
* <li>The HTTP response message is read with
readResponse
(). After the
613
public final void
readResponse
() throws IOException {
620
throw new IllegalStateException("
readResponse
() without sendRequest()");
/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
113
mParser.
readResponse
();
227
ImapResponse
readResponse
() throws IOException, MessagingException {
228
return mParser.
readResponse
();
270
ImapResponse response =
readResponse
();
299
response = mParser.
readResponse
();
/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
...]
/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 4298 milliseconds