OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:setEntity
(Results
1 - 25
of
35
) sorted by null
1
2
/external/apache-http/src/org/apache/http/
HttpEntityEnclosingRequest.java
59
void
setEntity
(HttpEntity entity);
HttpResponse.java
125
* The entity is provided by calling {@link #
setEntity
setEntity
}.
138
void
setEntity
(HttpEntity entity);
/external/apache-http/src/org/apache/http/client/methods/
HttpEntityEnclosingRequestBase.java
62
public void
setEntity
(final HttpEntity entity) {
/external/apache-http/src/org/apache/http/impl/client/
EntityEnclosingRequestWrapper.java
69
public void
setEntity
(final HttpEntity entity) {
DefaultRequestDirector.java
518
response.
setEntity
(entity);
796
response.
setEntity
(new BufferedHttpEntity(entity));
[
all
...]
/external/apache-http/src/org/apache/http/message/
BasicHttpEntityEnclosingRequest.java
72
public void
setEntity
(final HttpEntity entity) {
BasicHttpResponse.java
175
public void
setEntity
(final HttpEntity entity) {
/frameworks/volley/tests/src/com/android/volley/toolbox/
BasicNetworkTest.java
47
fakeResponse.
setEntity
(new StringEntity("foobar"));
/external/robolectric/src/test/java/com/xtremelabs/robolectric/tester/org/apache/http/
FakeHttpLayerTest.java
87
match.
setEntity
(new StringEntity(expectedText));
90
noMatch.
setEntity
(new StringEntity("some text that does not match"));
/external/oauth/core/src/main/java/net/oauth/client/httpclient4/
HttpClient4.java
76
entityEnclosingMethod.
setEntity
(new InputStreamEntity(e,
/packages/apps/Exchange/src/com/android/exchange/utility/
WbxmlResponseLogger.java
77
response.
setEntity
(new BufferedHttpEntity(response.getEntity()));
/external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/org/apache/http/
HttpResponseStub.java
43
@Override public void
setEntity
(HttpEntity httpEntity) {
/external/clang/include/clang/Sema/
Scope.h
240
void
setEntity
(void *E) { Entity = E; }
/frameworks/base/core/java/android/net/http/
Request.java
502
((BasicHttpEntityEnclosingRequest)mHttpRequest).
setEntity
(
/external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/org/apache/http/impl/client/
DefaultRequestDirector.java
569
response.
setEntity
(entity);
[
all
...]
/packages/apps/Exchange/src/com/android/exchange/
EasSyncService.java
[
all
...]
/external/robolectric/lib/main/
httpcore-4.0.1.jar
httpclient-4.0.3.jar
/external/smack/asmack-master/lib/
httpcore-4.1.4.jar
httpclient-4.1.3.jar
/prebuilts/devtools/tools/lib/
httpcore-4.1.jar
httpclient-4.1.1.jar
/prebuilts/tools/common/http-client/
httpcore-4.1.jar
httpclient-4.1.1.jar
/prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.1/
httpcore-4.1.jar
Completed in 359 milliseconds
1
2