Searched defs:chunked (Results 1 - 18 of 18) sorted by relevance

/external/apache-http/src/org/apache/http/entity/
H A DAbstractHttpEntity.java74 * 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} attribut
[all...]
/external/okhttp/benchmarks/src/main/java/com/squareup/okhttp/benchmarks/
H A DBenchmark.java73 /** Don't combine chunked with SPDY_3 or HTTP_2; that's not allowed. */
75 boolean chunked; field in class:Benchmark
146 if (chunked) modifiers.add("chunked");
193 if (chunked) {
/external/compiler-rt/lib/tsan/tests/unit/
H A Dtsan_clock_test.cc38 SyncClock chunked; local
40 ASSERT_EQ(chunked.size(), 0U);
41 vector.acquire(&chunked);
43 ASSERT_EQ(chunked.size(), 0U);
44 vector.release(&chunked);
46 ASSERT_EQ(chunked.size(), 1U);
47 vector.acq_rel(&chunked);
49 ASSERT_EQ(chunked.size(), 1U);
55 SyncClock chunked; local
56 vector1.release(&chunked);
81 SyncClock chunked; local
109 SyncClock chunked; local
116 SyncClock chunked; local
123 SyncClock chunked; local
129 SyncClock chunked; local
[all...]
/external/chromium_org/third_party/libevent/
H A Devhttp.h160 /* Low-level response interface, for streaming/chunked replies */
224 int chunked; member in struct:evhttp_request
/external/chromium_org/third_party/webrtc/base/
H A Dhttpbase_unittest.cc22 "Transfer-Encoding: chunked\r\n"
40 "Transfer-Encoding: chunked\r\n"
50 bool chunked; member in struct:rtc::HttpBaseTest::Event
64 virtual HttpError onHttpHeaderComplete(bool chunked, size_t& data_size) { argument
65 LOG_F(LS_VERBOSE) << "chunked: " << chunked << " size: " << data_size;
66 Event e = { E_HEADER_COMPLETE, chunked, data_size, HM_NONE, HE_NONE};
153 EXPECT_FALSE(events[0].chunked);
159 EXPECT_TRUE(events[0].chunked);
165 EXPECT_EQ("chunked", heade
[all...]
H A Dhttpserver.cc177 HttpServer::Connection::onHttpHeaderComplete(bool chunked, size_t& data_size) { argument
H A Dhttpbase.cc160 if ((vlen == 7) && (_strnicmp(value, "chunked", 7) == 0)) {
419 && (encoding == "chunked")) {
825 HttpBase::ProcessHeaderComplete(bool chunked, size_t& data_size, argument
829 *error = notify_->onHttpHeaderComplete(chunked, data_size);
H A Dhttpclient.cc347 // Exact size must be known on the client. Instead of using chunked
653 HttpError HttpClient::OnHeaderAvailable(bool ignore_data, bool chunked, argument
660 if (!ignore_data && !chunked && (data_size != SIZE_UNKNOWN)
674 HttpError HttpClient::onHttpHeaderComplete(bool chunked, size_t& data_size) { argument
697 HttpError error = OnHeaderAvailable(base_.ignore_data(), chunked, data_size);
/external/wpa_supplicant_8/hostapd/src/wps/
H A Dhttpread.c20 * -- transfer encoding other than chunked
32 * HTTP/1.1, especially chunked data.
80 int chunked; /* nonzero for chunked data */ member in struct:httpread
90 /* The following apply if data is chunked: */
94 int in_trailer; /* in header fields after data (chunked only)*/
190 * other than chunked...
193 h->chunked = 1;
321 /* chunked overrides content-length always */
322 if (h->chunked)
[all...]
/external/wpa_supplicant_8/src/wps/
H A Dhttpread.c20 * -- transfer encoding other than chunked
32 * HTTP/1.1, especially chunked data.
80 int chunked; /* nonzero for chunked data */ member in struct:httpread
90 /* The following apply if data is chunked: */
94 int in_trailer; /* in header fields after data (chunked only)*/
190 * other than chunked...
193 h->chunked = 1;
321 /* chunked overrides content-length always */
322 if (h->chunked)
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dhttpread.c20 * -- transfer encoding other than chunked
32 * HTTP/1.1, especially chunked data.
80 int chunked; /* nonzero for chunked data */ member in struct:httpread
90 /* The following apply if data is chunked: */
94 int in_trailer; /* in header fields after data (chunked only)*/
190 * other than chunked...
193 h->chunked = 1;
321 /* chunked overrides content-length always */
322 if (h->chunked)
[all...]
/external/chromium_org/media/blink/
H A Dbuffered_resource_loader_unittest.cc148 int64 instance_size, bool chunked, bool accept_ranges) {
159 // HTTP 1.1 doesn't permit Content-Length with Transfer-Encoding: chunked.
161 if (chunked) {
163 WebString::fromUTF8("chunked"));
178 // XXX: what's the difference between these two? For example in the chunked
179 // range request case, Content-Length is unspecified (because it's chunked)
147 PartialResponse(int64 first_position, int64 last_position, int64 instance_size, bool chunked, bool accept_ranges) argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.commons.httpclient_3.1.0.v201005080502.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/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/ ...
/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 Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/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/ ...
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...

Completed in 455 milliseconds