/prebuilts/go/darwin-x86/src/mime/multipart/ |
multipart.go | 34 // As a special case, if the "Content-Transfer-Encoding" header 49 // Content-Transfer-Encoding 112 const cte = "Content-Transfer-Encoding" 136 // wrapped *Part, without doing any Transfer-Encoding decoding.
|
/prebuilts/go/darwin-x86/src/net/http/ |
response_test.go | 134 "Transfer-Encoding: chunked\r\n" + 162 "Transfer-Encoding: chunked\r\n" + 189 "Transfer-Encoding: chunked\r\n" + 528 buf.WriteString("Transfer-Encoding: chunked\r\n")
|
readrequest_test.go | 153 "Transfer-Encoding: chunked\r\n\r\n" + 185 "Transfer-Encoding: chunked\r\n" +
|
response.go | 23 "Transfer-Encoding": true, 57 // with a "chunked" Transfer-Encoding. 66 // Contains transfer encodings from outer-most to inner-most. Value is
|
/prebuilts/go/linux-x86/src/mime/multipart/ |
multipart.go | 34 // As a special case, if the "Content-Transfer-Encoding" header 49 // Content-Transfer-Encoding 112 const cte = "Content-Transfer-Encoding" 136 // wrapped *Part, without doing any Transfer-Encoding decoding.
|
/prebuilts/go/linux-x86/src/net/http/ |
response_test.go | 134 "Transfer-Encoding: chunked\r\n" + 162 "Transfer-Encoding: chunked\r\n" + 189 "Transfer-Encoding: chunked\r\n" + 528 buf.WriteString("Transfer-Encoding: chunked\r\n")
|
readrequest_test.go | 153 "Transfer-Encoding: chunked\r\n\r\n" + 185 "Transfer-Encoding: chunked\r\n" +
|
response.go | 23 "Transfer-Encoding": true, 57 // with a "chunked" Transfer-Encoding. 66 // Contains transfer encodings from outer-most to inner-most. Value is
|
/prebuilts/go/darwin-x86/src/net/http/httputil/ |
dump_test.go | 48 "Transfer-Encoding: chunked\r\n\r\n" + 268 Transfer-Encoding: chunked
|
dump.go | 167 "Transfer-Encoding": true, 211 fmt.Fprintf(&b, "Transfer-Encoding: %s\r\n", strings.Join(req.TransferEncoding, ","))
|
/prebuilts/go/darwin-x86/src/net/http/internal/ |
chunked.go | 5 // The wire protocol for HTTP's "chunked" Transfer-Encoding. 150 // Writing to chunkedWriter translates to writing in HTTP chunked Transfer
|
/prebuilts/go/darwin-x86/src/net/textproto/ |
reader_test.go | 33 {"C Ontent-Transfer-Encoding", "C Ontent-Transfer-Encoding"},
|
/prebuilts/go/linux-x86/src/net/http/httputil/ |
dump_test.go | 48 "Transfer-Encoding: chunked\r\n\r\n" + 268 Transfer-Encoding: chunked
|
dump.go | 167 "Transfer-Encoding": true, 211 fmt.Fprintf(&b, "Transfer-Encoding: %s\r\n", strings.Join(req.TransferEncoding, ","))
|
/prebuilts/go/linux-x86/src/net/http/internal/ |
chunked.go | 5 // The wire protocol for HTTP's "chunked" Transfer-Encoding. 150 // Writing to chunkedWriter translates to writing in HTTP chunked Transfer
|
/prebuilts/go/linux-x86/src/net/textproto/ |
reader_test.go | 33 {"C Ontent-Transfer-Encoding", "C Ontent-Transfer-Encoding"},
|
/system/tpm/trunks/ |
trunks_ftdi_spi.cc | 101 response = Transfer(mpsse_, header.body, sizeof(header.body)); 257 LOG(INFO) << "will transfer " << transaction_size << " bytes";
|
/build/tools/releasetools/ |
blockimgdiff.py | 174 class Transfer(object): 185 # otherwise it would depend on the hash values of the Transfer objects. 545 raise ValueError("unknown transfer style '%s'\n" % xf.style) 602 with open(prefix + ".transfer.list", "wb") as f: 808 # Check that the input blocks for this transfer haven't yet been touched. 822 # Check that the output blocks for this transfer haven't yet 824 # transfer. [all...] |
/external/v8/test/mjsunit/ |
d8-worker.js | 80 throw new Error('ArrayBuffer transfer byteLength'); 83 throw new Error('ArrayBuffer transfer value ' + i); 119 // Transfer ArrayBuffer
|
/system/core/libpixelflinger/codeflinger/ |
ARMAssembler.cpp | 295 #pragma mark Data Transfer... 327 #pragma mark Block Data Transfer... 330 // block data transfer...
|
/system/tpm/trunks/ftdi/ |
mpsse.c | 156 /* Set the appropriate transfer size for the requested protocol */ 859 * @size - Number of bytes to transfer. 865 swig_string_data Transfer(struct mpsse_context* mpsse, char* data, int size) 867 uint8_t* Transfer(struct mpsse_context* mpsse, uint8_t* data, int size)
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
LayoutCanvas.java | 67 import org.eclipse.swt.dnd.Transfer; [all...] |
OutlinePage.java | 87 import org.eclipse.swt.dnd.Transfer; 396 Transfer[] transfers = new Transfer[] { [all...] |
/external/curl/packages/vms/ |
generate_vax_transfer.com | 5 $! File to generate and compile the VAX transfer vectors from reading in the 82 $ write vopt ";", tab, "Exact case and upper case transfer vectors" 210 ; VAX transfer vectors 217 ; There are three sets of symbols for transfer vectors here. 220 ; VAX transfer vectors. 227 ; case transfer vectors, with exact case entry symbols. 229 ; When you add routines, you need to add them after the second set of transfer 235 .TITLE libcurl_xfer - Transfer vector for libcurl 239 ; Macro to generate a transfer vector entry 244 .TRANSFER 'NAM [all...] |
/prebuilts/go/darwin-x86/src/net/http/fcgi/ |
child.go | 103 r.header.Del("Transfer-Encoding")
|