/prebuilts/eclipse/maven/apache-maven-3.2.1/lib/ |
aether-spi-0.9.0.M2.jar | |
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_quarantine.h | 69 cache_.Transfer(c); 143 void Transfer(QuarantineCache *c) {
|
/external/curl/tests/ |
http_pipe.py | 242 '200 OK', ['Transfer-Encoding: chunked', 'Cache-Control: no-store'], 285 '200 OK', ['Transfer-Encoding: chunked', 'Cache-Control: no-store'], body)
|
/external/wpa_supplicant_8/hs20/server/www/ |
est.php | 83 header("Content-Transfer-Encoding: base64"); 91 header("Content-Transfer-Encoding: base64"); 185 header("Content-Transfer-Encoding: base64");
|
/prebuilts/go/darwin-x86/src/net/http/ |
transfer.go | 167 // Write Content-Length and/or Transfer-Encoding whose values are a 178 if _, err := io.WriteString(w, "Transfer-Encoding: chunked\r\n"); err != nil { 189 case "Transfer-Encoding", "Trailer", "Content-Length": 289 suppressedHeaders304 = []string{"Content-Type", "Content-Length", "Transfer-Encoding"} 290 suppressedHeadersNoBody = []string{"Content-Length", "Transfer-Encoding"} 326 // Transfer semantics for Requests are exactly like those for 339 // Transfer encoding, content length 365 // If there is no Content-Length or chunked Transfer-Encoding on a *Response 427 // Sanitize transfer encoding 429 raw, present := header["Transfer-Encoding" [all...] |
transfer_test.go | 43 "Transfer-Encoding: chunked\r\n"+
|
requestwrite_test.go | 97 "Transfer-Encoding: chunked\r\n\r\n" + 103 "Transfer-Encoding: chunked\r\n\r\n" + 128 "Transfer-Encoding: chunked\r\n\r\n" + 135 "Transfer-Encoding: chunked\r\n\r\n" + 262 "Transfer-Encoding: chunked\r\n\r\n" + 268 "Transfer-Encoding: chunked\r\n\r\n" + 573 "Transfer-Encoding: chunked\r\n\r\n" +
|
responsewrite_test.go | 101 "Transfer-Encoding: chunked\r\n\r\n" + 168 "Transfer-Encoding: chunked\r\n\r\n" +
|
/prebuilts/go/linux-x86/src/net/http/ |
transfer.go | 167 // Write Content-Length and/or Transfer-Encoding whose values are a 178 if _, err := io.WriteString(w, "Transfer-Encoding: chunked\r\n"); err != nil { 189 case "Transfer-Encoding", "Trailer", "Content-Length": 289 suppressedHeaders304 = []string{"Content-Type", "Content-Length", "Transfer-Encoding"} 290 suppressedHeadersNoBody = []string{"Content-Length", "Transfer-Encoding"} 326 // Transfer semantics for Requests are exactly like those for 339 // Transfer encoding, content length 365 // If there is no Content-Length or chunked Transfer-Encoding on a *Response 427 // Sanitize transfer encoding 429 raw, present := header["Transfer-Encoding" [all...] |
transfer_test.go | 43 "Transfer-Encoding: chunked\r\n"+
|
requestwrite_test.go | 97 "Transfer-Encoding: chunked\r\n\r\n" + 103 "Transfer-Encoding: chunked\r\n\r\n" + 128 "Transfer-Encoding: chunked\r\n\r\n" + 135 "Transfer-Encoding: chunked\r\n\r\n" + 262 "Transfer-Encoding: chunked\r\n\r\n" + 268 "Transfer-Encoding: chunked\r\n\r\n" + 573 "Transfer-Encoding: chunked\r\n\r\n" +
|
responsewrite_test.go | 101 "Transfer-Encoding: chunked\r\n\r\n" + 168 "Transfer-Encoding: chunked\r\n\r\n" +
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/ui/ |
ImageEditorPanel.java | 27 import org.eclipse.swt.dnd.Transfer;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
ClipboardSupport.java | 39 import org.eclipse.swt.dnd.Transfer; 113 new Transfer[] { TextTransfer.getInstance() } 124 Transfer[] types = new Transfer[] { 406 * Returns true if we have a a simple xml transfer data object on the
|
/frameworks/native/include/media/hardware/ |
VideoAPI.h | 133 // this partially in sync with the transfer values in graphics.h prior to the transfers 135 enum Transfer : uint32_t { 137 TransferLinear, // Linear transfer characteristics 181 Transfer mTransfer; // IN/OUT 290 inline static const char *asString(ColorAspects::Transfer i, const char *def = "??") {
|
/frameworks/av/include/media/stagefright/foundation/ |
ColorUtils.h | 70 kColorTransferUnspecified = GET_HAL_BITFIELD(TRANSFER, UNSPECIFIED), 71 kColorTransferLinear = GET_HAL_BITFIELD(TRANSFER, LINEAR), 72 kColorTransferSRGB = GET_HAL_BITFIELD(TRANSFER, SRGB), 73 kColorTransferSMPTE_170M = GET_HAL_BITFIELD(TRANSFER, SMPTE_170M), 74 kColorTransferGamma22 = GET_HAL_BITFIELD(TRANSFER, GAMMA2_2), 75 kColorTransferGamma28 = GET_HAL_BITFIELD(TRANSFER, GAMMA2_8), 76 kColorTransferST2084 = GET_HAL_BITFIELD(TRANSFER, ST2084), 77 kColorTransferHLG = GET_HAL_BITFIELD(TRANSFER, HLG), 78 kColorTransferMax = GET_HAL_BITFIELD(TRANSFER, MASK), 80 /* This marks a section of color-transfer values that are not supported by graphics HAL [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/ |
ChooseAssetTypePage.java | 29 import org.eclipse.swt.dnd.Transfer; 168 new Transfer[] { textTransfer });
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/ |
CopyCutAction.java | 30 import org.eclipse.swt.dnd.Transfer; 153 new Transfer[] { TextTransfer.getInstance() });
|
/system/tpm/trunks/ftdi/ |
mpsse.h | 233 swig_string_data Transfer(struct mpsse_context* mpsse, char* data, int size); 236 uint8_t* Transfer(struct mpsse_context* mpsse,
|
/prebuilts/go/darwin-x86/src/mime/multipart/ |
multipart_test.go | 333 "\n--Apple-Mail-2-292336769\nContent-Transfer-Encoding: 7bit\nContent-Type: text/plain;\n\tcharset=US-ASCII;\n\tdelsp=yes;\n\tformat=flowed\n\nI'm finding the same thing happening on my system (10.4.1).\n\n\n--Apple-Mail-2-292336769\nContent-Transfer-Encoding: quoted-printable\nContent-Type: text/html;\n\tcharset=ISO-8859-1\n\n<HTML><BODY>I'm finding the same thing =\nhappening on my system (10.4.1).=A0 But I built it with XCode =\n2.0.</BODY></=\nHTML>=\n\r\n--Apple-Mail-2-292336769--\n" 355 body := "--0016e68ee29c5d515f04cedf6733\r\nContent-Type: text/plain; charset=ISO-8859-1\r\nContent-Disposition: form-data; name=text\r\nContent-Transfer-Encoding: quoted-printable\r\n\r\nwords words words words words words words words words words words words wor=\r\nds words words words words words words words words words words words words =\r\nwords words words words words words words words words words words words wor=\r\nds words words words words words words words words words words words words =\r\nwords words words words words words words words words\r\n--0016e68ee29c5d515f04cedf6733\r\nContent-Type: text/plain; charset=ISO-8859-1\r\nContent-Disposition: form-data; name=submit\r\n\r\nSubmit\r\n--0016e68ee29c5d515f04cedf6733--" 361 if te, ok := part.Header["Content-Transfer-Encoding"]; ok { 362 t.Errorf("unexpected Content-Transfer-Encoding of %q", te) 591 Content-Transfer-Encoding: 8bit 597 Content-Transfer-Encoding: 8bit 606 Content-Transfer-Encoding: 8bit 612 Content-Transfer-Encoding: 8bit
|
/prebuilts/go/linux-x86/src/mime/multipart/ |
multipart_test.go | 333 "\n--Apple-Mail-2-292336769\nContent-Transfer-Encoding: 7bit\nContent-Type: text/plain;\n\tcharset=US-ASCII;\n\tdelsp=yes;\n\tformat=flowed\n\nI'm finding the same thing happening on my system (10.4.1).\n\n\n--Apple-Mail-2-292336769\nContent-Transfer-Encoding: quoted-printable\nContent-Type: text/html;\n\tcharset=ISO-8859-1\n\n<HTML><BODY>I'm finding the same thing =\nhappening on my system (10.4.1).=A0 But I built it with XCode =\n2.0.</BODY></=\nHTML>=\n\r\n--Apple-Mail-2-292336769--\n" 355 body := "--0016e68ee29c5d515f04cedf6733\r\nContent-Type: text/plain; charset=ISO-8859-1\r\nContent-Disposition: form-data; name=text\r\nContent-Transfer-Encoding: quoted-printable\r\n\r\nwords words words words words words words words words words words words wor=\r\nds words words words words words words words words words words words words =\r\nwords words words words words words words words words words words words wor=\r\nds words words words words words words words words words words words words =\r\nwords words words words words words words words words\r\n--0016e68ee29c5d515f04cedf6733\r\nContent-Type: text/plain; charset=ISO-8859-1\r\nContent-Disposition: form-data; name=submit\r\n\r\nSubmit\r\n--0016e68ee29c5d515f04cedf6733--" 361 if te, ok := part.Header["Content-Transfer-Encoding"]; ok { 362 t.Errorf("unexpected Content-Transfer-Encoding of %q", te) 591 Content-Transfer-Encoding: 8bit 597 Content-Transfer-Encoding: 8bit 606 Content-Transfer-Encoding: 8bit 612 Content-Transfer-Encoding: 8bit
|
/frameworks/av/media/libstagefright/foundation/ |
ColorUtils.cpp | 66 ALookup<CU::ColorTransfer, CA::Transfer> sTransfers{ 183 static bool isValid(ColorAspects::Transfer t) { 187 static bool isDefined(ColorAspects::Transfer t) { 194 ColorAspects::Transfer transfer) { 196 if (sTransfers.map(transfer, &res)) { 198 } else if (!isValid(transfer)) { 200 } else if (isDefined(transfer)) { 201 return kColorTransferExtendedStart + transfer; 204 return kColorTransferVendorStart + transfer; 476 ColorTransfer transfer = kColorTransferSMPTE_170M; local 535 int32_t range, standard, transfer; local 561 int32_t range = 0, standard = 0, transfer = 0; local [all...] |
/prebuilts/tools/common/m2/repository/org/eclipse/aether/aether-spi/1.0.2.v20150114/ |
aether-spi-1.0.2.v20150114.jar | |
/external/pdfium/xfa/include/fxgraphics/ |
fx_graphics.h | 244 FX_ERR Transfer(CFX_Graphics* graphics, const CFX_Matrix* matrix);
245 FX_ERR Transfer(CFX_Graphics* graphics,
|
/external/v8/test/mjsunit/ |
d8-worker-sharedarraybuffer.js | 38 throw new Error('SharedArrayBuffer transfer byteLength'); 42 throw new Error('SharedArrayBuffer transfer value ' + i); 57 // Transfer SharedArrayBuffer
|