/external/mockwebserver/src/main/java/com/google/mockwebserver/ |
D | MockResponse.java | 19 import static com.google.mockwebserver.MockWebServer.ASCII; 127 return setBody(body.getBytes(ASCII)); in setBody() 141 bytesOut.write(Integer.toHexString(chunkSize).getBytes(ASCII)); in setChunkedBody() 142 bytesOut.write("\r\n".getBytes(ASCII)); in setChunkedBody() 144 bytesOut.write("\r\n".getBytes(ASCII)); in setChunkedBody() 147 bytesOut.write("0\r\n\r\n".getBytes(ASCII)); // last chunk + empty trailer + crlf in setChunkedBody() 153 return setChunkedBody(body.getBytes(ASCII), maxChunkSize); in setChunkedBody()
|
D | MockWebServer.java | 66 static final String ASCII = "US-ASCII"; field in MockWebServer 475 out.write((response.getStatus() + "\r\n").getBytes(ASCII)); in writeResponse() 477 out.write((header + "\r\n").getBytes(ASCII)); in writeResponse() 479 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/qemu/distrib/sdl-1.2.15/test/ |
D | utf8.txt | 47 lines 2.1.1 and 2.2.1, which contain non-printable ASCII controls 204 used to bypass filters that check only for ASCII characters. For | 208 pipeline. From a security point of view, ASCII compatibility of UTF-8 | 209 sequences means also, that ASCII characters are *only* allowed to be | 210 represented by ASCII bytes in the range 0x00-0x7f. To ensure this | 211 aspect of ASCII compatibility, use only "safe UTF-8 decoders" that | 214 4.1 Examples of an overlong ASCII character | 217 representations of the ASCII character slash ("/") should be rejected | 244 UTF-8 sequences and should not be treated like the ASCII NUL |
|
/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() 452 if (mode_ == ASCII) { in CheckNotBackReference() 541 if (mode_ == ASCII) { in CheckSpecialCharacterClass() 556 if (mode_ == ASCII) { in CheckSpecialCharacterClass() 597 if (mode_ != ASCII) { in CheckSpecialCharacterClass() 611 if (mode_ != ASCII) { in CheckSpecialCharacterClass() 621 if (mode_ != ASCII) { in CheckSpecialCharacterClass() [all …]
|
/external/elfutils/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/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/webkit/Tools/WinLauncher/ |
D | WinLauncher.rc | 62 "?", IDM_ABOUT, ASCII, ALT 63 "/", IDM_ABOUT, ASCII, ALT
|
/external/zlib/src/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/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() 501 if (mode_ == ASCII) { in CheckNotBackReference() 584 if (mode_ == ASCII) { in CheckSpecialCharacterClass() 599 if (mode_ == ASCII) { in CheckSpecialCharacterClass() 646 if (mode_ == ASCII) { in CheckSpecialCharacterClass() 662 if (mode_ != ASCII) { in CheckSpecialCharacterClass() 676 if (mode_ != ASCII) { in CheckSpecialCharacterClass() [all …]
|
/external/llvm/test/YAMLParser/ |
D | spec-02-13.data | 3 # ASCII Art
|
/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/guava/guava-tests/test/com/google/common/io/ |
D | IoTestCase.java | 32 static final String ASCII field in IoTestCase
|
/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/v8/src/arm/ |
D | regexp-macro-assembler-arm.cc | 256 if (mode_ == ASCII) { in CheckCharacters() 305 if (mode_ == ASCII) { in CheckNotBackReferenceIgnoreCase() 416 if (mode_ == ASCII) { in CheckNotBackReference() 490 if (mode_ == ASCII) { in CheckSpecialCharacterClass() 505 if (mode_ == ASCII) { in CheckSpecialCharacterClass() 550 if (mode_ == ASCII) { in CheckSpecialCharacterClass() 566 if (mode_ != ASCII) { in CheckSpecialCharacterClass() 580 if (mode_ != ASCII) { in CheckSpecialCharacterClass() 590 if (mode_ != ASCII) { in CheckSpecialCharacterClass() 1275 if (mode_ == ASCII) { in LoadCurrentCharacterUnchecked()
|
/external/v8/src/mips/ |
D | regexp-macro-assembler-mips.cc | 255 if (mode_ == ASCII) { in CheckCharacters() 308 if (mode_ == ASCII) { in CheckNotBackReferenceIgnoreCase() 426 if (mode_ == ASCII) { in CheckNotBackReference() 492 if (mode_ == ASCII) { in CheckSpecialCharacterClass() 505 if (mode_ == ASCII) { in CheckSpecialCharacterClass() 543 if (mode_ == ASCII) { in CheckSpecialCharacterClass() 558 if (mode_ != ASCII) { in CheckSpecialCharacterClass() 571 if (mode_ != ASCII) { in CheckSpecialCharacterClass() 580 if (mode_ != ASCII) { in CheckSpecialCharacterClass() 1247 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/regex-re2/doc/ |
D | syntax.txt | 10 [:alpha:] ASCII character class 11 [:^alpha:] negated ASCII character class 144 [:foo:] ASCII character class «foo» 153 [[:name:]] named ASCII class inside character class (== [:name:]) 154 [^[:name:]] named ASCII class inside negated character class (== [:^name:]) 171 ASCII character classes: 174 [:ascii:] ASCII (== [\x00-\x7F])
|
/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
|