Home
last modified time | relevance | path

Searched defs:entity (Results 1 – 25 of 63) sorted by relevance

123

/external/apache-http/src/org/apache/http/util/
DEntityUtils.java60 public static byte[] toByteArray(final HttpEntity entity) throws IOException { in toByteArray()
88 public static String getContentCharSet(final HttpEntity entity) in getContentCharSet()
108final HttpEntity entity, final String defaultCharset) throws IOException, ParseException { in toString()
144 public static String toString(final HttpEntity entity) in toString()
/external/apache-http/src/org/apache/http/client/methods/
DHttpEntityEnclosingRequestBase.java52 private HttpEntity entity; field in HttpEntityEnclosingRequestBase
62 public void setEntity(final HttpEntity entity) { in setEntity()
/external/apache-http/src/org/apache/http/impl/client/
DEntityEnclosingRequestWrapper.java57 private HttpEntity entity; field in EntityEnclosingRequestWrapper
69 public void setEntity(final HttpEntity entity) { in setEntity()
DBasicResponseHandler.java75 HttpEntity entity = response.getEntity(); in handleResponse() local
DDefaultRequestDirector.java482 HttpEntity entity = response.getEntity(); in execute() local
516 HttpEntity entity = response.getEntity(); in execute() local
772 HttpEntity entity = response.getEntity(); in createTunnelToTarget() local
794 HttpEntity entity = response.getEntity(); in createTunnelToTarget() local
/external/apache-http/src/org/apache/http/message/
DBasicHttpEntityEnclosingRequest.java53 private HttpEntity entity; field in BasicHttpEntityEnclosingRequest
72 public void setEntity(final HttpEntity entity) { in setEntity()
DBasicHttpResponse.java57 private HttpEntity entity; field in BasicHttpResponse
175 public void setEntity(final HttpEntity entity) { in setEntity()
/external/webkit/Source/WebCore/html/parser/
Dcreate-html-entity-table38 def convert_entity_to_cpp_name(entity): argument
45 def convert_entity_to_uchar_array(entity): argument
DHTMLEntityTable.h36 const UChar* entity; member
/external/jsilver/src/com/google/clearsilver/jsilver/functions/html/
DHtmlStripFunction.java180 String entity = entityValues.get(entityName); in appendDecodedEntityReference() local
194 private void appendNumberedEntity(Appendable out, CharSequence entity) throws IOException { in appendNumberedEntity()
/external/apache-http/src/org/apache/http/
DHttpEntityEnclosingRequest.java59 void setEntity(HttpEntity entity); in setEntity()
DHttpResponse.java138 void setEntity(HttpEntity entity); in setEntity()
/external/apache-http/src/org/apache/http/protocol/
DRequestExpectContinue.java66 HttpEntity entity = ((HttpEntityEnclosingRequest)request).getEntity(); in process() local
DRequestContent.java73 HttpEntity entity = ((HttpEntityEnclosingRequest)request).getEntity(); in process() local
DResponseContent.java73 HttpEntity entity = response.getEntity(); in process() local
DResponseConnControl.java84 HttpEntity entity = response.getEntity(); in process() local
DHttpService.java192 HttpEntity entity = ((HttpEntityEnclosingRequest)request).getEntity(); in handleRequest() local
228 ByteArrayEntity entity = new ByteArrayEntity(msg); in handleException() local
/external/apache-http/src/org/apache/http/client/utils/
DURLEncodedUtils.java94 final HttpEntity entity) throws IOException { in parse()
112 public static boolean isEncoded (final HttpEntity entity) { in isEncoded()
/external/apache-http/src/org/apache/http/entity/
DBufferedHttpEntity.java59 public BufferedHttpEntity(final HttpEntity entity) throws IOException { in BufferedHttpEntity()
/external/apache-http/src/org/apache/http/impl/entity/
DEntitySerializer.java86 final HttpEntity entity) throws HttpException, IOException { in serialize()
DEntityDeserializer.java75 BasicHttpEntity entity = new BasicHttpEntity(); in doDeserialize() local
/external/bluetooth/glib/tests/
Dmarkup-escape-test.c31 gboolean entity) in test_unichar()
/external/apache-http/src/org/apache/http/conn/
DBasicManagedEntity.java75 public BasicManagedEntity(HttpEntity entity, in BasicManagedEntity()
/external/jsilver/src/com/google/streamhtmlparser/util/
DEntityResolver.java125 private String entity; field in EntityResolver
/external/webkit/Source/WebCore/editing/
DMarkupAccumulator.h61 UChar entity; member

123