Home
last modified time | relevance | path

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

12

/external/robolectric-shadows/shadows/httpclient/src/test/java/org/robolectric/shadows/httpclient/
DParamsParserTest.java19 post.setEntity(entity); in parseParams_shouldParsePostEntitiesIntoParams()
29 put.setEntity(entity); in parseParams_shouldParsePutEntitiesIntoParams()
DFakeHttpLayerTest.java73 match.setEntity(new StringEntity(expectedText)); in matches_shouldMatchPostBody()
76 noMatch.setEntity(new StringEntity("some text that does not match")); in matches_shouldMatchPostBody()
/external/nanohttpd/core/src/test/java/fi/iki/elonen/integration/
DGetAndPostIntegrationTest.java120 httppost.setEntity(new UrlEncodedFormEntity(postParameters)); in testPostRequestWithFormEncodedParameters()
136 httppost.setEntity(reqEntity); in testPostRequestWithMultipartEncodedParameters()
180 httppost.setEntity(reqEntity); in testPostRequestWithMultipartExtremEncodedParameters()
DPutStreamIntegrationTest.java93 httpput.setEntity(new ByteArrayEntity(expected.getBytes())); in testSimplePutRequest()
/external/apache-http/src/org/apache/http/
DHttpEntityEnclosingRequest.java64 void setEntity(HttpEntity entity); in setEntity() method
DHttpResponse.java143 void setEntity(HttpEntity entity); in setEntity() method
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/type/
DLocalTypeTest.java13 public <T extends RuleForm> void setEntity(T e) { entity = e; } in setEntity() method in LocalTypeTest.EntityContainer
/external/apache-http/src/org/apache/http/impl/client/
DEntityEnclosingRequestWrapper.java74 public void setEntity(final HttpEntity entity) { in setEntity() method in EntityEnclosingRequestWrapper
/external/apache-http/src/org/apache/http/client/methods/
DHttpEntityEnclosingRequestBase.java67 public void setEntity(final HttpEntity entity) { in setEntity() method in HttpEntityEnclosingRequestBase
/external/volley/src/main/java/com/android/volley/toolbox/
DHttpClientStack.java113 postRequest.setEntity(entity); in createHttpRequest()
161 httpRequest.setEntity(entity); in setEntityIfNonEmptyBody()
DBaseHttpStack.java87 apacheResponse.setEntity(entity); in performRequest()
/external/apache-http/src/org/apache/http/message/
DBasicHttpEntityEnclosingRequest.java77 public void setEntity(final HttpEntity entity) { in setEntity() method in BasicHttpEntityEnclosingRequest
DBasicHttpResponse.java180 public void setEntity(final HttpEntity entity) { in setEntity() method in BasicHttpResponse
/external/okhttp/okhttp-apache/src/test/java/com/squareup/okhttp/apache/
DOkApacheClientTest.java97 post.setEntity(new ByteArrayEntity(body)); in postByteEntity()
110 post.setEntity(new InputStreamEntity(new ByteArrayInputStream(body), body.length)); in postInputStreamEntity()
142 httpPost.setEntity(new StringEntity("<yo/>")); in postOverrideContentType()
/external/robolectric-shadows/shadows/httpclient/src/main/java/org/robolectric/shadows/httpclient/
DHttpResponseStub.java42 @Override public void setEntity(HttpEntity httpEntity) { in setEntity() method in HttpResponseStub
/external/oauth/core/src/main/java/net/oauth/client/httpclient4/
DHttpClient4.java76 entityEnclosingMethod.setEntity(new InputStreamEntity(e, in execute()
/external/apache-http/src/org/apache/http/impl/
DAbstractHttpServerConnection.java158 request.setEntity(entity); in receiveRequestEntity()
DAbstractHttpClientConnection.java199 response.setEntity(entity); in receiveResponseEntity()
/external/clang/include/clang/Sema/
DScope.h314 void setEntity(DeclContext *E) { Entity = E; } in setEntity() function
/external/llvm-project/clang/include/clang/Sema/
DScope.h334 void setEntity(DeclContext *E) { in setEntity() function
/external/apache-http/src/org/apache/http/protocol/
DHttpService.java235 response.setEntity(entity); in handleException()
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DCxxModuleHandler.cpp58 scope->setEntity(ctxt); in makeScopes()
/external/okhttp/okhttp-apache/src/main/java/com/squareup/okhttp/apache/
DOkApacheClient.java86 httpResponse.setEntity(entity); in transformResponse()
/external/nanohttpd/fileupload/src/test/java/fi/iki/elonen/
DTestNanoFileUpLoad.java219 post.setEntity(entity); in executeUpload()
/external/apache-http/android/src/android/net/http/
DRequest.java497 ((BasicHttpEntityEnclosingRequest)mHttpRequest).setEntity( in setBodyProvider()

12