/external/apache-http/src/org/apache/http/impl/client/ |
D | EntityEnclosingRequestWrapper.java | 62 this.entity = request.getEntity(); in EntityEnclosingRequestWrapper() 65 public HttpEntity getEntity() { in getEntity() method in EntityEnclosingRequestWrapper
|
D | DefaultRequestDirector.java | 475 HttpEntity entity = response.getEntity(); in execute() 501 if ((response == null) || (response.getEntity() == null) || in execute() 502 !response.getEntity().isStreaming()) { in execute() 509 HttpEntity entity = response.getEntity(); in execute() 752 HttpEntity entity = response.getEntity(); in createTunnelToTarget() 774 HttpEntity entity = response.getEntity(); in createTunnelToTarget()
|
D | BasicResponseHandler.java | 75 HttpEntity entity = response.getEntity(); in handleResponse()
|
D | AbstractHttpClient.java | 659 HttpEntity entity = response.getEntity(); in execute() 687 HttpEntity entity = response.getEntity(); in execute()
|
/external/libxml2/ |
D | SAX.c | 54 hdlr->getEntity = xmlSAX2GetEntity; in initxmlDefaultSAXHandler() 102 hdlr->getEntity = xmlSAX2GetEntity; in inithtmlDefaultSAXHandler() 149 hdlr->getEntity = xmlSAX2GetEntity; in initdocbDefaultSAXHandler()
|
D | legacy.c | 216 *((getEntitySAXFunc *) result) = ctxt->sax->getEntity; in xmlGetFeature() 334 ctxt->sax->getEntity = *((getEntitySAXFunc *) value); in xmlSetFeature() 937 getEntity(void *ctx, const xmlChar * name) in getEntity() function
|
/external/oauth/core/src/main/java/net/oauth/client/httpclient4/ |
D | HttpMethodResponse.java | 76 return httpResponse.getEntity().getContent(); in openBody() 109 long contentLength = r.getEntity().getContentLength(); in dump()
|
/external/apache-http/src/org/apache/http/impl/ |
D | AbstractHttpServerConnection.java | 179 if (response.getEntity() == null) { in sendResponseEntity() 185 response.getEntity()); in sendResponseEntity()
|
D | AbstractHttpClientConnection.java | 158 if (request.getEntity() == null) { in sendRequestEntity() 164 request.getEntity()); in sendRequestEntity()
|
D | DefaultConnectionReuseStrategy.java | 98 HttpEntity entity = response.getEntity(); in keepAlive()
|
/external/apache-http/src/org/apache/http/ |
D | HttpEntityEnclosingRequest.java | 61 HttpEntity getEntity(); in getEntity() method
|
D | HttpResponse.java | 130 HttpEntity getEntity(); in getEntity() method
|
/external/apache-http/src/org/apache/http/client/methods/ |
D | HttpEntityEnclosingRequestBase.java | 58 public HttpEntity getEntity() { in getEntity() method in HttpEntityEnclosingRequestBase
|
/external/apache-http/src/org/apache/http/message/ |
D | BasicHttpEntityEnclosingRequest.java | 68 public HttpEntity getEntity() { in getEntity() method in BasicHttpEntityEnclosingRequest
|
D | BasicHttpResponse.java | 124 public HttpEntity getEntity() { in getEntity() method in BasicHttpResponse
|
/external/apache-http/src/org/apache/http/protocol/ |
D | RequestExpectContinue.java | 66 HttpEntity entity = ((HttpEntityEnclosingRequest)request).getEntity(); in process()
|
D | RequestContent.java | 73 HttpEntity entity = ((HttpEntityEnclosingRequest)request).getEntity(); in process()
|
D | ResponseConnControl.java | 84 HttpEntity entity = response.getEntity(); in process()
|
D | ResponseContent.java | 73 HttpEntity entity = response.getEntity(); in process()
|
D | HttpService.java | 192 HttpEntity entity = ((HttpEntityEnclosingRequest)request).getEntity(); in handleRequest()
|
/external/tagsoup/src/org/ccil/cowan/tagsoup/ |
D | ScanHandler.java | 118 public int getEntity(); in getEntity() method
|
D | Schema.java | 131 public int getEntity(String name) { in getEntity() method in Schema
|
D | PYXWriter.java | 63 public int getEntity() { return 0; } in getEntity() method in PYXWriter
|
/external/libxml2/include/libxml/ |
D | SAX.h | 57 getEntity (void *ctx,
|
D | parser.h | 714 getEntitySAXFunc getEntity; member 755 getEntitySAXFunc getEntity; member
|