Home
last modified time | relevance | path

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

123

/external/apache-http/src/org/apache/http/util/
DEntityUtils.java65 public static byte[] toByteArray(final HttpEntity entity) throws IOException { in toByteArray()
93 public static String getContentCharSet(final HttpEntity entity) in getContentCharSet()
113final HttpEntity entity, final String defaultCharset) throws IOException, ParseException { in toString()
149 public static String toString(final HttpEntity entity) in toString()
/external/apache-http/src/org/apache/http/client/methods/
DHttpEntityEnclosingRequestBase.java57 private HttpEntity entity; field in HttpEntityEnclosingRequestBase
67 public void setEntity(final HttpEntity entity) { in setEntity()
/external/apache-http/src/org/apache/http/impl/client/
DEntityEnclosingRequestWrapper.java62 private HttpEntity entity; field in EntityEnclosingRequestWrapper
74 public void setEntity(final HttpEntity entity) { in setEntity()
DBasicResponseHandler.java80 HttpEntity entity = response.getEntity(); in handleResponse() local
DDefaultRequestDirector.java494 HttpEntity entity = response.getEntity(); in execute() local
528 HttpEntity entity = response.getEntity(); in execute() local
784 HttpEntity entity = response.getEntity(); in createTunnelToTarget() local
806 HttpEntity entity = response.getEntity(); in createTunnelToTarget() local
/external/okhttp/okhttp-apache/src/main/java/com/squareup/okhttp/apache/
DHttpEntityBody.java13 private final HttpEntity entity; field in HttpEntityBody
16 HttpEntityBody(HttpEntity entity, String contentTypeHeader) { in HttpEntityBody()
DOkApacheClient.java61 HttpEntity entity = ((HttpEntityEnclosingRequest) request).getEntity(); in transformRequest() local
83 InputStreamEntity entity = new InputStreamEntity(body.byteStream(), body.contentLength()); in transformResponse() local
/external/apache-http/src/org/apache/http/message/
DBasicHttpEntityEnclosingRequest.java58 private HttpEntity entity; field in BasicHttpEntityEnclosingRequest
77 public void setEntity(final HttpEntity entity) { in setEntity()
DBasicHttpResponse.java62 private HttpEntity entity; field in BasicHttpResponse
180 public void setEntity(final HttpEntity entity) { in setEntity()
/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/okhttp/okhttp-apache/src/test/java/com/squareup/okhttp/apache/
DOkApacheClientTest.java177 HttpEntity entity = response.getEntity(); in contentEncoding() local
198 HttpEntity entity = response.getEntity(); in jsonGzipResponse() local
223 HttpEntity entity = response.getEntity(); in jsonTransparentGzipResponse() local
/external/apache-http/src/org/apache/http/client/utils/
DURLEncodedUtils.java99 final HttpEntity entity) throws IOException { in parse()
117 public static boolean isEncoded (final HttpEntity entity) { in isEncoded()
/external/apache-http/src/org/apache/http/protocol/
DHttpService.java197 HttpEntity entity = ((HttpEntityEnclosingRequest)request).getEntity(); in handleRequest() local
233 ByteArrayEntity entity = new ByteArrayEntity(msg); in handleException() local
DRequestContent.java78 HttpEntity entity = ((HttpEntityEnclosingRequest)request).getEntity(); in process() local
DRequestExpectContinue.java71 HttpEntity entity = ((HttpEntityEnclosingRequest)request).getEntity(); in process() local
DResponseContent.java78 HttpEntity entity = response.getEntity(); in process() local
DResponseConnControl.java89 HttpEntity entity = response.getEntity(); in process() local
/external/apache-http/src/org/apache/http/
DHttpEntityEnclosingRequest.java64 void setEntity(HttpEntity entity); in setEntity()
/external/apache-http/android/src/android/net/http/
DAndroidHttpClient.java217 public static InputStream getUngzippedContent(HttpEntity entity) in getUngzippedContent()
301 AbstractHttpEntity entity; in getCompressedEntity() local
441 HttpEntity entity = entityRequest.getEntity(); in toCurl() local
/external/apache-http/src/org/apache/http/entity/
DBufferedHttpEntity.java64 public BufferedHttpEntity(final HttpEntity entity) throws IOException { in BufferedHttpEntity()
/external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/tools/
Dnamed_entity_trie_generator.js7 var trie = Object.keys(entitiesData).reduce(function (trie, entity) { argument
/external/apache-http/src/org/apache/http/impl/entity/
DEntitySerializer.java91 final HttpEntity entity) throws HttpException, IOException { in serialize()
DEntityDeserializer.java80 BasicHttpEntity entity = new BasicHttpEntity(); in doDeserialize() local
/external/deqp/executor/
DxeXMLParser.cpp533 static char getEntityValue (const std::string& entity) in getEntityValue()
561 std::string entity; in parseEntityValue() local
/external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/org/apache/http/impl/client/
DDefaultRequestDirector.java530 HttpEntity entity = response.getEntity(); in execute() local
567 HttpEntity entity = response.getEntity(); in execute() local
800 HttpEntity entity = response.getEntity(); in createTunnelToTarget() local
822 HttpEntity entity = response.getEntity(); in createTunnelToTarget() local

123