/external/mockwebserver/src/main/java/com/google/mockwebserver/ |
D | MockResponse.java | 19 import static com.google.mockwebserver.MockWebServer.ASCII; 188 bytesOut.write(Integer.toHexString(chunkSize).getBytes(ASCII)); in setChunkedBody() 189 bytesOut.write("\r\n".getBytes(ASCII)); in setChunkedBody() 191 bytesOut.write("\r\n".getBytes(ASCII)); in setChunkedBody() 194 bytesOut.write("0\r\n\r\n".getBytes(ASCII)); // last chunk + empty trailer + crlf in setChunkedBody()
|
/external/icu4c/i18n/ |
D | identifier_info.cpp | 26 UnicodeSet *IdentifierInfo::ASCII; member in IdentifierInfo 33 delete ASCII; in cleanup() 34 ASCII = NULL; in cleanup() 64 ASCII = new UnicodeSet(0, 0x7f); in IdentifierInfo() 69 if (ASCII == NULL || JAPANESE == NULL || CHINESE == NULL || KOREAN == NULL in IdentifierInfo() 74 ASCII->freeze(); in IdentifierInfo() 237 if (ASCII->containsAll(*fIdentifier)) { in getRestrictionLevel()
|
/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/bison/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/libexif/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/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/chromium_org/third_party/yasm/source/patched-yasm/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/bison/runtime-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/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/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/llvm/test/YAMLParser/ |
D | spec-02-13.data | 3 # ASCII Art
|
/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/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)
|
/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/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()
|