HomeSort by relevance Sort by last modified time
    Searched defs:chunked (Results 1 - 14 of 14) sorted by null

  /external/apache-http/src/org/apache/http/entity/
AbstractHttpEntity.java 69 * The 'chunked' flag.
73 protected boolean chunked; field in class:AbstractHttpEntity
110 * Obtains the 'chunked' flag.
112 * {@link #chunked chunked} attribute.
114 * @return the 'chunked' flag
117 return this.chunked;
180 * Specifies the 'chunked' flag.
182 * {@link #chunked chunked} attribute
    [all...]
  /external/chromium/third_party/libevent/
evhttp.h 160 /* Low-level response interface, for streaming/chunked replies */
224 int chunked; member in struct:evhttp_request
233 * Chunked data callback - call for each completed chunk if
  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
httpread.c 26 * -- transfer encoding other than chunked
38 * HTTP/1.1, especially chunked data.
88 int chunked; /* nonzero for chunked data */ member in struct:httpread
98 /* The following apply if data is chunked: */
102 int in_trailer; /* in header fields after data (chunked only)*/
216 * other than chunked...
218 if (word_eq(hbp, "CHUNKED")) {
219 h->chunked = 1;
348 /* chunked overrides content-length always *
    [all...]
  /external/wpa_supplicant_8/src/wps/
httpread.c 26 * -- transfer encoding other than chunked
38 * HTTP/1.1, especially chunked data.
88 int chunked; /* nonzero for chunked data */ member in struct:httpread
98 /* The following apply if data is chunked: */
102 int in_trailer; /* in header fields after data (chunked only)*/
216 * other than chunked...
218 if (word_eq(hbp, "CHUNKED")) {
219 h->chunked = 1;
348 /* chunked overrides content-length always *
    [all...]
  /libcore/support/src/test/java/tests/support/
Support_TestWebServer.java 77 /* If set, this will cause response data to be sent in 'chunked' format */
78 boolean chunked = false; field in class:Support_TestWebServer
182 * Call this to indicate whether chunked data should be used
187 chunked = value;
192 * the "chunked" transfer encoding.
619 // TODO handle chunked encoding from the client
782 if (chunked) {
783 psPrint(ps, "Transfer-Encoding: chunked");
806 if (chunked) {
807 psPrint(ps, "Transfer-Encoding: chunked");
    [all...]
  /frameworks/base/tests/CoreTests/android/core/
TestWebServer.java 84 /* If set, this will cause response data to be sent in 'chunked' format */
85 boolean chunked = false; field in class:TestWebServer
174 * Call this to indicate whether chunked data should be used
179 chunked = value;
660 // TODO handle chunked encoding from the client
813 if (chunked) {
814 psPrint(ps, "Transfer-Encoding: chunked");
858 if (chunked) {
  /prebuilt/common/http-client/
httpcore-4.1.jar 
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/12/
android.jar 
  /prebuilt/sdk/13/
android.jar 
  /prebuilt/sdk/14/
android.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 408 milliseconds