Home
last modified time | relevance | path

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

12

/external/apache-http/src/org/apache/http/impl/client/
DEntityEnclosingRequestWrapper.java62 this.entity = request.getEntity(); in EntityEnclosingRequestWrapper()
65 public HttpEntity getEntity() { in getEntity() method in EntityEnclosingRequestWrapper
DDefaultRequestDirector.java475 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()
DBasicResponseHandler.java75 HttpEntity entity = response.getEntity(); in handleResponse()
DAbstractHttpClient.java659 HttpEntity entity = response.getEntity(); in execute()
687 HttpEntity entity = response.getEntity(); in execute()
/external/libxml2/
DSAX.c54 hdlr->getEntity = xmlSAX2GetEntity; in initxmlDefaultSAXHandler()
102 hdlr->getEntity = xmlSAX2GetEntity; in inithtmlDefaultSAXHandler()
149 hdlr->getEntity = xmlSAX2GetEntity; in initdocbDefaultSAXHandler()
Dlegacy.c216 *((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/
DHttpMethodResponse.java76 return httpResponse.getEntity().getContent(); in openBody()
109 long contentLength = r.getEntity().getContentLength(); in dump()
/external/apache-http/src/org/apache/http/impl/
DAbstractHttpServerConnection.java179 if (response.getEntity() == null) { in sendResponseEntity()
185 response.getEntity()); in sendResponseEntity()
DAbstractHttpClientConnection.java158 if (request.getEntity() == null) { in sendRequestEntity()
164 request.getEntity()); in sendRequestEntity()
DDefaultConnectionReuseStrategy.java98 HttpEntity entity = response.getEntity(); in keepAlive()
/external/apache-http/src/org/apache/http/
DHttpEntityEnclosingRequest.java61 HttpEntity getEntity(); in getEntity() method
DHttpResponse.java130 HttpEntity getEntity(); in getEntity() method
/external/apache-http/src/org/apache/http/client/methods/
DHttpEntityEnclosingRequestBase.java58 public HttpEntity getEntity() { in getEntity() method in HttpEntityEnclosingRequestBase
/external/apache-http/src/org/apache/http/message/
DBasicHttpEntityEnclosingRequest.java68 public HttpEntity getEntity() { in getEntity() method in BasicHttpEntityEnclosingRequest
DBasicHttpResponse.java124 public HttpEntity getEntity() { in getEntity() method in BasicHttpResponse
/external/apache-http/src/org/apache/http/protocol/
DRequestExpectContinue.java66 HttpEntity entity = ((HttpEntityEnclosingRequest)request).getEntity(); in process()
DRequestContent.java73 HttpEntity entity = ((HttpEntityEnclosingRequest)request).getEntity(); in process()
DResponseConnControl.java84 HttpEntity entity = response.getEntity(); in process()
DResponseContent.java73 HttpEntity entity = response.getEntity(); in process()
DHttpService.java192 HttpEntity entity = ((HttpEntityEnclosingRequest)request).getEntity(); in handleRequest()
/external/tagsoup/src/org/ccil/cowan/tagsoup/
DScanHandler.java118 public int getEntity(); in getEntity() method
DSchema.java131 public int getEntity(String name) { in getEntity() method in Schema
DPYXWriter.java63 public int getEntity() { return 0; } in getEntity() method in PYXWriter
/external/libxml2/include/libxml/
DSAX.h57 getEntity (void *ctx,
Dparser.h714 getEntitySAXFunc getEntity; member
755 getEntitySAXFunc getEntity; member

12