/external/robolectric/src/test/java/com/xtremelabs/robolectric/tester/org/apache/http/ |
D | FakeHttpLayerTest.java | 87 match.setEntity(new StringEntity(expectedText)); in matches__shouldMatchPostBody() 90 noMatch.setEntity(new StringEntity("some text that does not match")); in matches__shouldMatchPostBody()
|
D | ParamsParserTest.java | 22 post.setEntity(response.getEntity()); in parseParams_shouldParsePostEntitiesIntoParams()
|
/external/apache-http/src/org/apache/http/ |
D | HttpEntityEnclosingRequest.java | 64 void setEntity(HttpEntity entity); in setEntity() method
|
D | HttpResponse.java | 143 void setEntity(HttpEntity entity); in setEntity() method
|
/external/nanohttpd/core/src/test/java/fi/iki/elonen/integration/ |
D | GetAndPostIntegrationTest.java | 75 httppost.setEntity(new UrlEncodedFormEntity(postParameters)); in testPostRequestWithFormEncodedParameters() 91 httppost.setEntity(reqEntity); in testPostRequestWithMultipartEncodedParameters()
|
D | PutStreamIntegrationTest.java | 24 httpput.setEntity(new ByteArrayEntity(expected.getBytes())); in testSimplePutRequest()
|
/external/okhttp/okhttp-apache/src/test/java/com/squareup/okhttp/apache/ |
D | OkApacheClientTest.java | 96 post.setEntity(new ByteArrayEntity(body)); in postByteEntity() 109 post.setEntity(new InputStreamEntity(new ByteArrayInputStream(body), body.length)); in postInputStreamEntity() 123 httpPost.setEntity(new StringEntity("<yo/>")); in postOverrideContentType()
|
/external/apache-http/src/org/apache/http/impl/client/ |
D | EntityEnclosingRequestWrapper.java | 74 public void setEntity(final HttpEntity entity) { in setEntity() method in EntityEnclosingRequestWrapper
|
D | DefaultRequestDirector.java | 530 response.setEntity(entity); in execute() 808 response.setEntity(new BufferedHttpEntity(entity)); in createTunnelToTarget()
|
/external/apache-http/src/org/apache/http/client/methods/ |
D | HttpEntityEnclosingRequestBase.java | 67 public void setEntity(final HttpEntity entity) { in setEntity() method in HttpEntityEnclosingRequestBase
|
/external/apache-http/src/org/apache/http/message/ |
D | BasicHttpEntityEnclosingRequest.java | 77 public void setEntity(final HttpEntity entity) { in setEntity() method in BasicHttpEntityEnclosingRequest
|
D | BasicHttpResponse.java | 180 public void setEntity(final HttpEntity entity) { in setEntity() method in BasicHttpResponse
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/org/apache/http/ |
D | HttpResponseStub.java | 43 @Override public void setEntity(HttpEntity httpEntity) { in setEntity() method in HttpResponseStub
|
/external/oauth/core/src/main/java/net/oauth/client/httpclient4/ |
D | HttpClient4.java | 76 entityEnclosingMethod.setEntity(new InputStreamEntity(e, in execute()
|
/external/apache-http/src/org/apache/http/impl/ |
D | AbstractHttpServerConnection.java | 158 request.setEntity(entity); in receiveRequestEntity()
|
D | AbstractHttpClientConnection.java | 199 response.setEntity(entity); in receiveResponseEntity()
|
/external/clang/include/clang/Sema/ |
D | Scope.h | 311 void setEntity(DeclContext *E) { Entity = E; } in setEntity() function
|
/external/apache-http/src/org/apache/http/protocol/ |
D | HttpService.java | 235 response.setEntity(entity); in handleException()
|
/external/okhttp/okhttp-apache/src/main/java/com/squareup/okhttp/apache/ |
D | OkApacheClient.java | 84 httpResponse.setEntity(entity); in transformResponse()
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/org/apache/http/impl/client/ |
D | DefaultRequestDirector.java | 569 response.setEntity(entity); in execute() 824 response.setEntity(new BufferedHttpEntity(entity)); in createTunnelToTarget()
|
/external/apache-http/android/src/android/net/http/ |
D | Request.java | 497 ((BasicHttpEntityEnclosingRequest)mHttpRequest).setEntity( in setBodyProvider()
|
/external/robolectric/lib/main/ |
D | httpcore-4.0.1.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
D | httpclient-4.0.3.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
D | android.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |
/external/clang/lib/Sema/ |
D | SemaDecl.cpp | 1075 S->setEntity(DC); in PushDeclContext() 1114 S->setEntity(DC); in EnterDeclaratorContext() 1143 S->setEntity(CurContext); in ActOnReenterFunctionContext()
|