Home
last modified time | relevance | path

Searched refs:setEntity (Results 1 – 25 of 26) sorted by relevance

12

/external/robolectric/src/test/java/com/xtremelabs/robolectric/tester/org/apache/http/
DFakeHttpLayerTest.java87 match.setEntity(new StringEntity(expectedText)); in matches__shouldMatchPostBody()
90 noMatch.setEntity(new StringEntity("some text that does not match")); in matches__shouldMatchPostBody()
DParamsParserTest.java22 post.setEntity(response.getEntity()); in parseParams_shouldParsePostEntitiesIntoParams()
/external/apache-http/src/org/apache/http/
DHttpEntityEnclosingRequest.java59 void setEntity(HttpEntity entity); in setEntity() method
DHttpResponse.java138 void setEntity(HttpEntity entity); in setEntity() method
/external/nanohttpd/core/src/test/java/fi/iki/elonen/integration/
DGetAndPostIntegrationTest.java75 httppost.setEntity(new UrlEncodedFormEntity(postParameters)); in testPostRequestWithFormEncodedParameters()
91 httppost.setEntity(reqEntity); in testPostRequestWithMultipartEncodedParameters()
DPutStreamIntegrationTest.java24 httpput.setEntity(new ByteArrayEntity(expected.getBytes())); in testSimplePutRequest()
/external/apache-http/src/org/apache/http/impl/client/
DEntityEnclosingRequestWrapper.java69 public void setEntity(final HttpEntity entity) { in setEntity() method in EntityEnclosingRequestWrapper
DDefaultRequestDirector.java518 response.setEntity(entity); in execute()
796 response.setEntity(new BufferedHttpEntity(entity)); in createTunnelToTarget()
/external/apache-http/src/org/apache/http/client/methods/
DHttpEntityEnclosingRequestBase.java62 public void setEntity(final HttpEntity entity) { in setEntity() method in HttpEntityEnclosingRequestBase
/external/apache-http/src/org/apache/http/message/
DBasicHttpEntityEnclosingRequest.java72 public void setEntity(final HttpEntity entity) { in setEntity() method in BasicHttpEntityEnclosingRequest
DBasicHttpResponse.java175 public void setEntity(final HttpEntity entity) { in setEntity() method in BasicHttpResponse
/external/chromium_org/remoting/ios/
Ddata_store.mm116 [request setEntity:e];
157 [request setEntity:e];
/external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/org/apache/http/
DHttpResponseStub.java43 @Override public void setEntity(HttpEntity httpEntity) { in setEntity() method in HttpResponseStub
/external/okhttp/okhttp-apache/src/test/java/com/squareup/okhttp/apache/
DOkApacheClientTest.java102 post.setEntity(new ByteArrayEntity(body)); in postByteEntity()
115 post.setEntity(new InputStreamEntity(new ByteArrayInputStream(body), body.length)); in postInputStreamEntity()
/external/apache-http/src/org/apache/http/impl/
DAbstractHttpServerConnection.java153 request.setEntity(entity); in receiveRequestEntity()
DAbstractHttpClientConnection.java194 response.setEntity(entity); in receiveResponseEntity()
/external/oauth/core/src/main/java/net/oauth/client/httpclient4/
DHttpClient4.java76 entityEnclosingMethod.setEntity(new InputStreamEntity(e, in execute()
/external/smack/src/com/kenai/jbosh/
DApacheHTTPResponse.java151 post.setEntity(entity); in ApacheHTTPResponse()
/external/clang/include/clang/Sema/
DScope.h295 void setEntity(DeclContext *E) { Entity = E; } in setEntity() function
/external/chromium_org/net/test/android/javatests/src/org/chromium/net/test/util/
DTestWebServer.java425 httpResponse.setEntity(createEntity(response.mResponseData)); in getResponse()
468 response.setEntity(createEntity(buf.toString().getBytes())); in createResponse()
/external/apache-http/src/org/apache/http/protocol/
DHttpService.java230 response.setEntity(entity); in handleException()
/external/okhttp/okhttp-apache/src/main/java/com/squareup/okhttp/apache/
DOkApacheClient.java174 response.setEntity(entity); in execute()
/external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/org/apache/http/impl/client/
DDefaultRequestDirector.java569 response.setEntity(entity); in execute()
824 response.setEntity(new BufferedHttpEntity(entity)); in createTunnelToTarget()
/external/smack/asmack-master/patch/
D33-jbosh-android.patch157 + post.setEntity(entity);
/external/clang/lib/Sema/
DSemaDecl.cpp1027 S->setEntity(DC); in PushDeclContext()
1066 S->setEntity(DC); in EnterDeclaratorContext()
1095 S->setEntity(CurContext); in ActOnReenterFunctionContext()

12