/external/mockwebserver/src/main/java/com/google/mockwebserver/ |
D | MockResponse.java | 19 import static com.google.mockwebserver.MockWebServer.ASCII; 105 return setBody(body.getBytes(ASCII)); in setBody() 119 bytesOut.write(Integer.toHexString(chunkSize).getBytes(ASCII)); in setChunkedBody() 120 bytesOut.write("\r\n".getBytes(ASCII)); in setChunkedBody() 122 bytesOut.write("\r\n".getBytes(ASCII)); in setChunkedBody() 125 bytesOut.write("0\r\n\r\n".getBytes(ASCII)); // last chunk + empty trailer + crlf in setChunkedBody() 131 return setChunkedBody(body.getBytes(ASCII), maxChunkSize); in setChunkedBody()
|
D | MockWebServer.java | 59 static final String ASCII = "US-ASCII"; field in MockWebServer 422 out.write((response.getStatus() + "\r\n").getBytes(ASCII)); in writeResponse() 424 out.write((header + "\r\n").getBytes(ASCII)); in writeResponse() 426 out.write(("\r\n").getBytes(ASCII)); in writeResponse()
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
D | Encodings.properties | 31 # ASCII ASCII,US-ASCII 0x007F 32 # Means the Java name for the encoding is "ASCII". The MIME names for this 33 # encoding which may appear in a stylesheet are "ASCII" or "US-ASCII" 44 ASCII ASCII,US-ASCII 0x007F key
|
/external/v8/src/ia32/ |
D | regexp-macro-assembler-ia32.cc | 214 if (mode_ == ASCII) { in CheckCharacters() 236 if (mode_ == ASCII) { in CheckCharacters() 250 if (mode_ == ASCII) { in CheckCharacters() 314 if (mode_ == ASCII) { in CheckNotBackReferenceIgnoreCase() 449 if (mode_ == ASCII) { in CheckNotBackReference() 538 if (mode_ == ASCII) { in CheckSpecialCharacterClass() 553 if (mode_ == ASCII) { in CheckSpecialCharacterClass() 594 if (mode_ != ASCII) { in CheckSpecialCharacterClass() 608 if (mode_ != ASCII) { in CheckSpecialCharacterClass() 618 if (mode_ != ASCII) { in CheckSpecialCharacterClass() [all …]
|
/external/e2fsprogs/po/ |
D | en@quot.header | 2 # The msgids must be ASCII and therefore cannot contain real quotation 19 # When output to an ASCII terminal, the single quotation marks are
|
D | en@boldquot.header | 2 # The msgids must be ASCII and therefore cannot contain real quotation 19 # When output to an ASCII terminal, the single quotation marks are
|
/external/zlib/doc/ |
D | txtvsbin.txt | 30 designed to work on ASCII, Unicode and other ASCII-derived alphabets, 60 [0..127] is properly specified by the ASCII standard, most control 72 detection schemes observe the presence of non-ASCII codes from the range 77 is used by virtually all ASCII extensions. In particular, this range is
|
/external/webkit/Tools/WinLauncher/ |
D | WinLauncher.rc | 62 "?", IDM_ABOUT, ASCII, ALT 63 "/", IDM_ABOUT, ASCII, ALT
|
/external/wpa_supplicant_8/wpa_supplicant/doc/docbook/ |
D | wpa_passphrase.sgml | 10 <refpurpose>Generate a WPA PSK from an ASCII passphrase for a SSID</refpurpose> 25 <filename>wpa_supplicant.conf</filename> file. An ASCII passphrase
|
/external/v8/src/x64/ |
D | regexp-macro-assembler-x64.cc | 230 if (mode_ == ASCII) { in CheckCharacters() 252 if (mode_ == ASCII) { in CheckCharacters() 266 if (mode_ == ASCII) { in CheckCharacters() 350 if (mode_ == ASCII) { in CheckNotBackReferenceIgnoreCase() 496 if (mode_ == ASCII) { in CheckNotBackReference() 579 if (mode_ == ASCII) { in CheckSpecialCharacterClass() 594 if (mode_ == ASCII) { in CheckSpecialCharacterClass() 641 if (mode_ == ASCII) { in CheckSpecialCharacterClass() 657 if (mode_ != ASCII) { in CheckSpecialCharacterClass() 672 if (mode_ != ASCII) { in CheckSpecialCharacterClass() [all …]
|
/external/webkit/LayoutTests/fast/encoding/ |
D | url-host-name-non-ascii-expected.txt | 1 …g.cgi?id=17676 REGRESSION (r30240-r30267): href attribute values with non-ASCII characters in the …
|
/external/dbus/test/data/auth/ |
D | external-root.auth-script | 5 ## 30 is ASCII '0' in hex
|
/external/v8/src/arm/ |
D | regexp-macro-assembler-arm.cc | 256 if (mode_ == ASCII) { in CheckCharacters() 305 if (mode_ == ASCII) { in CheckNotBackReferenceIgnoreCase() 413 if (mode_ == ASCII) { in CheckNotBackReference() 487 if (mode_ == ASCII) { in CheckSpecialCharacterClass() 502 if (mode_ == ASCII) { in CheckSpecialCharacterClass() 547 if (mode_ == ASCII) { in CheckSpecialCharacterClass() 563 if (mode_ != ASCII) { in CheckSpecialCharacterClass() 577 if (mode_ != ASCII) { in CheckSpecialCharacterClass() 587 if (mode_ != ASCII) { in CheckSpecialCharacterClass() 1249 if (mode_ == ASCII) { in LoadCurrentCharacterUnchecked()
|
/external/icu4c/common/ |
D | ucnv2022.c | 119 ASCII = 0, enumerator 170 CSM(ASCII)|CSM(JISX201)|CSM(JISX208)|CSM(HWKANA_7BIT), 171 CSM(ASCII)|CSM(JISX201)|CSM(JISX208)|CSM(HWKANA_7BIT)|CSM(JISX212), 172 …CSM(ASCII)|CSM(JISX201)|CSM(JISX208)|CSM(HWKANA_7BIT)|CSM(JISX212)|CSM(GB2312)|CSM(KSC5601)|CSM(IS… 173 …CSM(ASCII)|CSM(JISX201)|CSM(JISX208)|CSM(HWKANA_7BIT)|CSM(JISX212)|CSM(GB2312)|CSM(KSC5601)|CSM(IS… 174 …CSM(ASCII)|CSM(JISX201)|CSM(JISX208)|CSM(HWKANA_7BIT)|CSM(JISX212)|CSM(GB2312)|CSM(KSC5601)|CSM(IS… 726 …,ASCII ,INVALID_STATE ,INVALID_STATE ,INVALID_STATE ,INVALID_STATE ,INVALID_STATE ,J… 1398 ASCII, 1767 case ASCII: in UConverter_fromUnicode_ISO_2022_JP_OFFSETS_LOGIC() 1992 (pFromU2022State->g!=0 || pFromU2022State->cs[0]!=ASCII) && in UConverter_fromUnicode_ISO_2022_JP_OFFSETS_LOGIC() [all …]
|
/external/wpa_supplicant_8/hostapd/ |
D | hostapd.sim_db | 3 # IMSI: ASCII string (numbers)
|
D | hostapd.wpa_psk | 4 # anyone can use. PSK can be configured as an ASCII passphrase of 8..63
|
/external/webkit/Source/WebCore/platform/graphics/chromium/ |
D | VideoFrameChromium.h | 61 ASCII, enumerator
|
/external/apache-http/src/org/apache/http/protocol/ |
D | HTTP.java | 77 public static final String ASCII = "ASCII"; field in HTTP
|
/external/webkit/Source/WebCore/loader/ |
D | TextResourceDecoder.cpp | 75 enum Type { ASCII, JIS, EUC, SJIS, UTF16, UTF8 }; enumerator 143 code = ASCII; in judge() 271 if (code == ASCII) { in judge() 601 case KanjiCode::ASCII: in detectJapaneseEncoding()
|
/external/webkit/LayoutTests/http/tests/appcache/ |
D | cyrillic-uri-expected.txt | 1 Test that non-ASCII URIs work correctly in cache manifests.
|
/external/icu4c/test/testdata/ |
D | idna_conf.txt | 420 desc: 1-7-1 ASCII and non-Latin 431 desc: 1-7-2 Latin (non-ASCII) and non-Latin 541 desc: 2-4-1 All-ASCII check, Latin 552 desc: 2-4-2 All-ASCII check, symbol 563 desc: 2-4-3 All-ASCII check, sharp S 651 desc: 3-3-1 Old prefix; should not display as Unicode;<icu> ICU will treat this as ASCII. This sequ… 662 desc: 3-3-2 Old prefix; should not display as Unicode;<icu> ICU will treat this as ASCII. This sequ… 673 desc: 3-3-3 Old prefix; should not display as Unicode;<icu> ICU will treat this as ASCII. This sequ… 684 desc: 3-5-1 Non-ASCII code point before the last hyphen;\
|
/external/webkit/Source/WebCore/platform/text/mac/ |
D | character-sets.txt | 10 US-ASCII or simply ASCII. The character set most commonly use in the 11 Internet and used especially in protocol standards is US-ASCII, this 12 is strongly encouraged. The use of the name US-ASCII is also 16 printable characters of US-ASCII. However, no distinction is made 69 Alias: ASCII 71 Alias: US-ASCII (preferred MIME name) 80 encoding, that subsets ASCII-7. It does not have byte 751 JIS/Roman (similar to ASCII) plus eight-bit half-width 1469 code set 0: US-ASCII (a single 7-bit byte set) 1483 code set 0: US-ASCII (a single 7-bit byte set) [all …]
|
/external/webkit/LayoutTests/fast/dom/DOMImplementation/ |
D | createDocument-namespace-err-expected.txt | 38 FAIL createDocument("http://example.com/", "a:ெ", null); non-ASCII character after colon is Combini… 39 PASS createDocument("http://example.com/", "ெ:a", null); non-ASCII character after colon is Combini…
|
/external/icu4c/data/mappings/ |
D | noop-gb2312_gl.ucm | 24 <icu:charsetFamily> "ASCII"
|
/external/chromium/webkit/glue/ |
D | webvideoframe_impl.cc | 44 COMPILE_ASSERT_MATCHING_ENUM(FormatASCII, ASCII);
|