HomeSort by relevance Sort by last modified time
    Searched full:ascii (Results 1 - 25 of 4195) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/tests/
strzero.asm 1 .ascii "abc\000def"
  /external/llvm/test/YAMLParser/
construct-str-ascii.data 3 --- !!str "ascii string"
spec-02-13.data 3 # ASCII Art
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/cjkencodings/
hz-utf8.txt 1 This sentence is in ASCII.
hz.txt 1 This sentence is in ASCII.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/cjkencodings/
hz-utf8.txt 1 This sentence is in ASCII.
hz.txt 1 This sentence is in ASCII.
  /external/guava/guava-tests/test/com/google/common/base/
AsciiTest.java 24 * Unit test for {@link Ascii}.
41 assertEquals(LOWER, Ascii.toLowerCase(UPPER));
42 assertEquals(LOWER, Ascii.toLowerCase(LOWER));
43 assertEquals(IGNORED, Ascii.toUpperCase(IGNORED));
47 assertEquals(UPPER, Ascii.toUpperCase(LOWER));
48 assertEquals(UPPER, Ascii.toUpperCase(UPPER));
49 assertEquals(IGNORED, Ascii.toUpperCase(IGNORED));
55 assertTrue(str, c == Ascii.toLowerCase(c));
56 assertTrue(str, c == Ascii.toUpperCase(c));
57 assertFalse(str, Ascii.isLowerCase(c))
    [all...]
  /external/guava/guava-tests/test/com/google/common/hash/
MessageDigestHashFunctionTest.java 17 assertMessageDigestHashing(HashTestUtils.ascii(""), "MD5");
18 assertMessageDigestHashing(HashTestUtils.ascii("Z"), "MD5");
19 assertMessageDigestHashing(HashTestUtils.ascii("foobar"), "MD5");
23 assertMessageDigestHashing(HashTestUtils.ascii(""), "SHA1");
24 assertMessageDigestHashing(HashTestUtils.ascii("Z"), "SHA1");
25 assertMessageDigestHashing(HashTestUtils.ascii("foobar"), "SHA1");
Murmur3Hash128Test.java 19 import static com.google.common.hash.HashTestUtils.ascii;
37 ascii("hell"));
39 ascii("hello"));
41 ascii("hello "));
43 ascii("hello w"));
45 ascii("hello wo"));
47 ascii("hello wor"));
49 ascii("The quick brown fox jumps over the lazy dog"));
51 ascii("The quick brown fox jumps over the lazy cog"));
  /external/llvm/test/MC/AsmParser/
directive_ascii.s 6 .ascii
15 .ascii "A"
28 .ascii "\1\01\07\08\001\0001\200\0"
31 # CHECK: .ascii "\b\f\n\r\t\\\""
33 .ascii "\b\f\n\r\t\\\""
directive_incbin.s 6 # CHECK: .ascii "abcd\n"
  /external/llvm/test/MC/COFF/
linker-options.ll 17 ; CHECK: .ascii " /DEFAULTLIB:msvcrt.lib"
18 ; CHECK: .ascii " /DEFAULTLIB:msvcrt.lib"
19 ; CHECK: .ascii " /DEFAULTLIB:secur32.lib"
20 ; CHECK: .ascii " \"/with spaces\""
21 ; CHECK: .ascii " /EXPORT:_foo"
  /bionic/libc/netbsd/inet/
nsap_addr.c 51 inet_nsap_addr(const char *ascii, u_char *binary, int maxlen) {
55 assert(ascii != NULL);
58 if (ascii[0] != '0' || (ascii[1] != 'x' && ascii[1] != 'X'))
60 ascii += 2;
62 while ((c = *ascii++) != '\0' && len < (u_int)maxlen) {
71 c = *ascii++;
90 inet_nsap_ntoa(int binlen, const u_char *binary, char *ascii) {
98 if (ascii)
    [all...]
  /external/apache-http/src/org/apache/commons/codec/binary/
BinaryCodec.java 73 * Converts an array of raw binary data into an array of ascii 0 and 1 characters.
77 * @return 0 and 1 ascii character bytes one for each bit of the argument
85 * Converts an array of raw binary data into an array of ascii 0 and 1 chars.
89 * @return 0 and 1 ascii character chars one for each bit of the argument
102 * Decodes a byte array where each byte represents an ascii '0' or '1'.
104 * @param ascii
105 * each byte represents an ascii '0' or '1'
111 public Object decode(Object ascii) throws DecoderException {
112 if (ascii == null) {
115 if (ascii instanceof byte[])
    [all...]
  /external/chromium/net/data/proxy_resolver_v8_unittest/
international_domain_names.js 1 // Try resolving hostnames containing non-ASCII characters.
4 // This international hostname has a non-ASCII character. It is represented
  /external/chromium-libpac/test/js-unittest/
international_domain_names.js 1 // Try resolving hostnames containing non-ASCII characters.
4 // This international hostname has a non-ASCII character. It is represented
  /external/chromium_org/net/data/proxy_resolver_v8_unittest/
international_domain_names.js 1 // Try resolving hostnames containing non-ASCII characters.
4 // This international hostname has a non-ASCII character. It is represented
  /external/chromium_org/net/base/
data_url_unittest.cc 33 "US-ASCII",
39 "US-ASCII",
45 "US-ASCII",
51 "US-ASCII",
57 "US-ASCII",
63 "US-ASCII",
82 "US-ASCII",
88 "US-ASCII",
110 "US-ASCII",
117 "US-ASCII",
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
mac-mf.good 7 # This first part is long enough that NFS:Share doesn't notice the non-ASCII
9 # TEXT, which is what we want. The non-ASCII chars are necessary for MPW
12 # This first part is long enough that NFS:Share doesn't notice the non-ASCII
14 # TEXT, which is what we want. The non-ASCII chars are necessary for MPW
17 # This first part is long enough that NFS:Share doesn't notice the non-ASCII
19 # TEXT, which is what we want. The non-ASCII chars are necessary for MPW
22 # This first part is long enough that NFS:Share doesn't notice the non-ASCII
24 # TEXT, which is what we want. The non-ASCII chars are necessary for MPW
27 # This first part is long enough that NFS:Share doesn't notice the non-ASCII
29 # TEXT, which is what we want. The non-ASCII chars are necessary for MPW
    [all...]
  /external/chromium/net/base/
data_url_unittest.cc 33 "US-ASCII",
39 "US-ASCII",
45 "US-ASCII",
51 "US-ASCII",
57 "US-ASCII",
63 "US-ASCII",
76 "US-ASCII",
82 "US-ASCII",
104 "US-ASCII",
111 "US-ASCII",
    [all...]
  /external/valgrind/main/exp-bbv/tests/amd64-linux/
ll.S 382 # ebx is 4-char ascii string to look for
539 add $0x30, %al # convert to ASCII
549 ver_string: .ascii " Version \0"
550 compiled_string: .ascii ", Compiled \0"
551 processor: .ascii " Processor\0"
552 s_comma: .ascii "s, \0"
553 ram_comma: .ascii "M RAM, \0"
554 bogo_total: .ascii " Bogomips Total\n\0"
556 default_colors: .ascii "\033[0m\n\n\0"
558 cpuinfo: .ascii "/proc/cpuinfo\0
    [all...]
  /external/clang/test/Preprocessor/
utf8-allowed-chars.c 35 // expected-error@13 {{non-ASCII characters are not allowed outside of literals and identifiers}}
41 // expected-error@9 {{non-ASCII characters are not allowed outside of literals and identifiers}}
42 // expected-error@10 {{non-ASCII characters are not allowed outside of literals and identifiers}}
43 // expected-error@13 {{non-ASCII characters are not allowed outside of literals and identifiers}}
44 // expected-error@14 {{non-ASCII characters are not allowed outside of literals and identifiers}}
45 // expected-error@21 {{non-ASCII characters are not allowed outside of literals and identifiers}} expected-warning@21 {{declaration does not declare anything}}
53 // expected-error@13 {{non-ASCII characters are not allowed outside of literals and identifiers}}
60 // expected-error@9 {{non-ASCII characters are not allowed outside of literals and identifiers}}
61 // expected-error@11 {{non-ASCII characters are not allowed outside of literals and identifiers}}
62 // expected-error@13 {{non-ASCII characters are not allowed outside of literals and identifiers}
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/test/data/
msg_21.txt 8 Content-Type: text/plain; charset="us-ascii"
14 Content-Type: text/plain; charset="us-ascii"
msg_28.txt 8 Content-Type: text/plain; charset=us-ascii
18 Content-Type: text/plain; charset=us-ascii

Completed in 696 milliseconds

1 2 3 4 5 6 7 8 91011>>