Searched defs:getEntity (Results 1 - 14 of 14) sorted by relevance

/external/apache-http/src/org/apache/http/
H A DHttpEntityEnclosingRequest.java61 HttpEntity getEntity(); method in interface:HttpEntityEnclosingRequest
H A DHttpResponse.java130 HttpEntity getEntity(); method in interface:HttpResponse
/external/apache-http/src/org/apache/http/client/methods/
H A DHttpEntityEnclosingRequestBase.java58 public HttpEntity getEntity() { method in class:HttpEntityEnclosingRequestBase
/external/apache-http/src/org/apache/http/impl/client/
H A DEntityEnclosingRequestWrapper.java62 this.entity = request.getEntity();
65 public HttpEntity getEntity() { method in class:EntityEnclosingRequestWrapper
/external/apache-http/src/org/apache/http/message/
H A DBasicHttpEntityEnclosingRequest.java68 public HttpEntity getEntity() { method in class:BasicHttpEntityEnclosingRequest
H A DBasicHttpResponse.java124 public HttpEntity getEntity() { method in class:BasicHttpResponse
/external/jsilver/src/com/google/streamhtmlparser/util/
H A DEntityResolver.java44 * method <code>getEntity</code>. It is cleaner as it avoids the
72 * an entity. The caller can then invoke <code>getEntity</code>
182 public String getEntity() { method in class:EntityResolver
/external/tagsoup/src/org/ccil/cowan/tagsoup/
H A DScanHandler.java118 public int getEntity(); method in interface:ScanHandler
H A DSchema.java131 public int getEntity(String name) { method in class:Schema
H A DPYXWriter.java63 public int getEntity() { return 0; } method in class:PYXWriter
H A DParser.java629 return theSchema.getEntity(new String(buff, offset, length));
1068 public int getEntity() { method in class:Parser
/external/clang/include/clang/Sema/
H A DScope.h230 void* getEntity() const { return Entity; } function in class:clang::Scope
/external/libxml2/
H A Dlegacy.c109 "SAX function getEntity",
215 } else if (!strcmp(name, "SAX function getEntity")) {
216 *((getEntitySAXFunc *) result) = ctxt->sax->getEntity;
333 } else if (!strcmp(name, "SAX function getEntity")) {
334 ctxt->sax->getEntity = *((getEntitySAXFunc *) value);
927 * getEntity:
937 getEntity(void *ctx, const xmlChar * name) function
939 DEPRECATED("getEntity")
/external/libxml2/include/libxml/
H A Dparser.h722 getEntitySAXFunc getEntity; member in struct:_xmlSAXHandler
763 getEntitySAXFunc getEntity; member in struct:_xmlSAXHandlerV1

Completed in 5122 milliseconds