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

12

/external/apache-http/src/org/apache/http/
H A DHttpEntityEnclosingRequest.java66 HttpEntity getEntity(); method in interface:HttpEntityEnclosingRequest
H A DHttpResponse.java135 HttpEntity getEntity(); method in interface:HttpResponse
/external/apache-http/src/org/apache/http/client/methods/
H A DHttpEntityEnclosingRequestBase.java63 public HttpEntity getEntity() { method in class:HttpEntityEnclosingRequestBase
/external/apache-http/src/org/apache/http/impl/client/
H A DEntityEnclosingRequestWrapper.java67 this.entity = request.getEntity();
70 public HttpEntity getEntity() { method in class:EntityEnclosingRequestWrapper
/external/apache-http/src/org/apache/http/message/
H A DBasicHttpEntityEnclosingRequest.java73 public HttpEntity getEntity() { method in class:BasicHttpEntityEnclosingRequest
H A DBasicHttpResponse.java129 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/robolectric/src/main/java/com/xtremelabs/robolectric/tester/org/apache/http/
H A DHttpResponseStub.java39 @Override public HttpEntity getEntity() { method in class:HttpResponseStub
H A DTestHttpResponse.java60 @Override public HttpEntity getEntity() { method in class:TestHttpResponse
/external/chromium_org/third_party/libxml/src/
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/clang/include/clang/Sema/
H A DScope.h294 DeclContext *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/llvm/include/llvm/IR/
H A DDebugInfo.h801 DIScopeRef getEntity() const { return getFieldAs<DIScopeRef>(2); } function in class:llvm::DIImportedEntity
/external/chromium_org/third_party/libxml/src/include/libxml/
H A Dparser.h722 getEntitySAXFunc getEntity; member in struct:_xmlSAXHandler
763 getEntitySAXFunc getEntity; member in struct:_xmlSAXHandlerV1
/external/libxml2/include/libxml/
H A Dparser.h725 getEntitySAXFunc getEntity; member in struct:_xmlSAXHandler
766 getEntitySAXFunc getEntity; member in struct:_xmlSAXHandlerV1
/external/chromium_org/third_party/libaddressinput/src/java/testlibs/
H A Dhttpcore-4.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/message/ ...
H A Dhttpclient-4.1.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/impl/ ...
/external/robolectric/lib/main/
H A Dhttpcore-4.0.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/protocol/ ...
H A Dhttpclient-4.0.3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/cookie/ ...
/external/smack/asmack-master/lib/
H A Dhttpcore-4.1.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/impl/ ...
H A Dhttpclient-4.1.3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/cookie/ ...

Completed in 442 milliseconds

12