HomeSort by relevance Sort by last modified time
    Searched full:chunked (Results 176 - 200 of 297) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/kernel-headers/original/uapi/linux/
hyperv.h 137 * The file is chunked into fragments.
  /external/libmicrohttpd/
ChangeLog 88 indefinite size was generated with chunked encoding. -CG
184 for responses with zero byte payload and non-chunked
622 Given both 'chunked' encoding and 'content-length',
632 than 'chunked' set by the application, we also now close
    [all...]
  /external/libmicrohttpd/src/testcurl/
test_get_chunked.c 23 * @brief Testcase for libmicrohttpd GET operations with chunked content encoding
test_put_chunked.c 23 * @brief Testcase for libmicrohttpd PUT operations with chunked encoding
test_post.c 585 headers = curl_slist_append(headers, "Transfer-Encoding: chunked");
  /external/okhttp/mockwebserver/src/test/java/com/squareup/okhttp/mockwebserver/
MockWebServerTest.java 140 .addHeader("Transfer-encoding: chunked"));
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/
HeadersTest.java 121 .header("Transfer-Encoding", "chunked")
  /external/valgrind/docs/
README 39 - chunked html files
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
pretty-print.h 79 /* Obstack containing a chunked representation of the format
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_pty.py 104 debug("Writing chunked output")
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_pty.py 104 debug("Writing chunked output")
  /prebuilts/go/darwin-x86/src/net/http/
request.go 46 ErrUnexpectedTrailer = &ProtocolError{"trailer header without chunked transfer encoding"}
146 // TransferEncoding can usually be ignored; chunked encoding is
196 // values. The ContentLength must be 0 or -1, to send a chunked request.
355 // chunked" to the header. Body is closed after it is sent.
  /prebuilts/go/linux-x86/src/net/http/
request.go 46 ErrUnexpectedTrailer = &ProtocolError{"trailer header without chunked transfer encoding"}
146 // TransferEncoding can usually be ignored; chunked encoding is
196 // values. The ContentLength must be 0 or -1, to send a chunked request.
355 // chunked" to the header. Body is closed after it is sent.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_pty.py 104 debug("Writing chunked output")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_pty.py 104 debug("Writing chunked output")
  /external/okhttp/okhttp-urlconnection/src/main/java/com/squareup/okhttp/internal/huc/
HttpURLConnectionImpl.java 360 builder.header("Transfer-Encoding", "chunked");
617 if (chunkLength > 0) throw new IllegalStateException("Already in chunked mode");
  /external/curl/lib/
transfer.c 111 /* if chunked Transfer-Encoding */
155 /* if chunked Transfer-Encoding
610 * Here comes a chunked transfer flying and we need to decode this
624 failf(data, "%s in chunked-encoding", Curl_chunked_strerror(res));
    [all...]
  /external/clang/lib/CodeGen/
CGOpenMPRuntime.cpp     [all...]
  /cts/tests/tests/ndef/src/android/ndef/cts/
NdefTest.java 174 // chunked record (2 chunks)
179 // chunked record (3 chunks)
185 // chunked with id and type
  /frameworks/base/core/java/android/nfc/
NdefRecord.java 45 * used to represent chunked (partial) NDEF Records. However
47 * containing chunked records, and will return a message with unchunked
153 * Indicates the payload is an intermediate or final chunk of a chunked
    [all...]
  /external/apache-http/android/src/android/net/http/
AndroidHttpClientConnection.java 384 if (len == ContentLengthStrategy.CHUNKED) {
  /external/chromium-trace/catapult/telemetry/third_party/webpagereplay/
httpproxy.py 130 # If we don't have chunked encoding and there is no content length,
  /external/dbus/dbus/
dbus-mempool.c 80 * block that gets chunked up into objects in the memory pool.
  /external/okhttp/okhttp-urlconnection/src/test/java/com/squareup/okhttp/
UrlConnectionCacheTest.java 203 testResponseCaching(TransferKind.CHUNKED);
393 testServerPrematureDisconnect(TransferKind.CHUNKED);
432 testClientPrematureDisconnect(TransferKind.CHUNKED);
    [all...]
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
BluetoothRfcommFacade.java 230 @Rpc(description = "Read up to bufferSize bytes and return a chunked, base64 encoded string.")

Completed in 530 milliseconds

1 2 3 4 5 6 78 91011>>