HomeSort by relevance Sort by last modified time
    Searched refs:chunked (Results 1 - 25 of 37) sorted by null

1 2

  /external/compiler-rt/lib/tsan/tests/unit/
tsan_clock_test.cc 40 SyncClock chunked; local
42 ASSERT_EQ(chunked.size(), 0U);
43 vector.acquire(&cache, &chunked);
45 ASSERT_EQ(chunked.size(), 0U);
46 vector.release(&cache, &chunked);
48 ASSERT_EQ(chunked.size(), 1U);
49 vector.acq_rel(&cache, &chunked);
51 ASSERT_EQ(chunked.size(), 1U);
52 chunked.Reset(&cache);
58 SyncClock chunked; local
87 SyncClock chunked; local
117 SyncClock chunked; local
125 SyncClock chunked; local
133 SyncClock chunked; local
140 SyncClock chunked; local
    [all...]
  /external/apache-http/src/org/apache/http/entity/
AbstractHttpEntity.java 74 * The 'chunked' flag.
78 protected boolean chunked; field in class:AbstractHttpEntity
115 * Obtains the 'chunked' flag.
117 * {@link #chunked chunked} attribute.
119 * @return the 'chunked' flag
122 return this.chunked;
185 * Specifies the 'chunked' flag.
187 * {@link #chunked chunked} attribute
    [all...]
  /external/wpa_supplicant_8/src/wps/
httpread.c 20 * -- transfer encoding other than chunked
32 * HTTP/1.1, especially chunked data.
70 int chunked; /* nonzero for chunked data */ member in struct:httpread
80 /* The following apply if data is chunked: */
84 int in_trailer; /* in header fields after data (chunked only)*/
185 * other than chunked...
187 if (word_eq(hbp, "CHUNKED")) {
188 h->chunked = 1;
316 /* chunked overrides content-length always *
    [all...]
  /external/apache-harmony/support/src/test/java/tests/support/
Support_HttpServer.java 220 boolean authenticated = false, contentLength = false, chunked = false;
247 if (chunked) {
251 chunked = true;
253 if ("chunked".equals(encoding)) {
260 if (contentLength && chunked) {
318 // send 5 bytes of chunked data
322 print(os, "Transfer-Encoding: chunked\r\n");
330 .println("Error performing chunked transfer coding test.");
454 // read chunked-encoding data
  /external/okhttp/benchmarks/src/main/java/com/squareup/okhttp/benchmarks/
Benchmark.java 72 /** Don't combine chunked with SPDY_3 or HTTP_2; that's not allowed. */
74 boolean chunked; field in class:Benchmark
145 if (chunked) modifiers.add("chunked");
196 if (chunked) {
  /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
152 * Call this to indicate whether chunked data should be used
157 chunked = value;
162 * the "chunked" transfer encoding.
589 // TODO handle chunked encoding from the client
752 if (chunked) {
753 psPrint(ps, "Transfer-Encoding: chunked");
776 if (chunked) {
777 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) {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
httplib.py 358 self.chunked = _UNKNOWN # is "chunked" being used?
436 self.chunked = 0
449 # are we using the chunked-style of transfer encoding?
451 if tr_enc and tr_enc.lower() == "chunked":
452 self.chunked = 1
455 self.chunked = 0
461 # NOTE: RFC 2616, S4.4, #3 says we ignore this if tr_enc is "chunked"
463 if length and not self.chunked:
480 # if the connection remains open, and we aren't using chunked, an
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
httplib.py 358 self.chunked = _UNKNOWN # is "chunked" being used?
436 self.chunked = 0
449 # are we using the chunked-style of transfer encoding?
451 if tr_enc and tr_enc.lower() == "chunked":
452 self.chunked = 1
455 self.chunked = 0
461 # NOTE: RFC 2616, S4.4, #3 says we ignore this if tr_enc is "chunked"
463 if length and not self.chunked:
480 # if the connection remains open, and we aren't using chunked, an
    [all...]
  /libcore/support/src/test/java/tests/http/
MockWebServer.java 345 boolean chunked = false;
354 lowercaseHeader.substring(18).trim().equals("chunked")) {
355 chunked = true;
365 } else if (chunked) {
  /external/mockwebserver/src/main/java/com/google/mockwebserver/
MockWebServer.java 442 boolean chunked = false;
452 && lowercaseHeader.substring(18).trim().equals("chunked")) {
453 chunked = true;
475 } else if (chunked) {
  /external/okhttp/mockwebserver/src/main/java/com/squareup/okhttp/mockwebserver/
MockWebServer.java 566 boolean chunked = false;
576 && lowercaseHeader.substring(18).trim().equals("chunked")) {
577 chunked = true;
599 } else if (chunked) {
871 List<Integer> chunkSizes = Collections.emptyList(); // No chunked encoding for SPDY.
    [all...]
  /external/robolectric/lib/main/
httpcore-4.0.1.jar 
  /prebuilts/devtools/tools/lib/
httpcore-4.1.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.apache.httpcomponents.httpcore_4.1.4.v201203221030.jar 
  /prebuilts/tools/common/http-client/
httpcore-4.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.1/
httpcore-4.1.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.apache.httpcomponents.httpcore_4.1.4.v201203221030.jar 
  /prebuilts/tools/common/offline-m2/org/apache/httpcomponents/httpcore/4.1/
httpcore-4.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.httpclient_3.1.0.v201005080502.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.2.1/
httpcore-4.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.3.1/
httpcore-4.3.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.3.2/
httpclient-4.3.2.jar 
  /prebuilts/sdk/org.apache.http.legacy/
org.apache.http.legacy.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
wagon-http-2.6-shaded.jar 

Completed in 448 milliseconds

1 2