/external/llvm/test/MC/AsmParser/ |
directive_incbin.s | 6 # CHECK: .ascii "abcd\n"
|
/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/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...] |
/external/valgrind/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...] |
/packages/services/Telephony/src/com/android/phone/common/mail/utils/ |
Utility.java | 27 public static final Charset ASCII = Charset.forName("US-ASCII"); 49 /** Converts a String to ASCII bytes */ 51 return encode(ASCII, s); 54 /** Builds a String from ASCII bytes */ 56 return decode(ASCII, b); 77 public static ByteArrayInputStream streamFromAsciiString(String ascii) { 78 return new ByteArrayInputStream(toAscii(ascii));
|
/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
|
msg_30.txt | 7 Content-Type: text/plain; charset=us-ascii 16 Content-Type: text/plain; charset=us-ascii
|
msg_18.txt | 1 Content-Type: text/plain; charset="us-ascii"
|
/prebuilts/python/linux-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
|
msg_30.txt | 7 Content-Type: text/plain; charset=us-ascii 16 Content-Type: text/plain; charset=us-ascii
|
msg_18.txt | 1 Content-Type: text/plain; charset="us-ascii"
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/curses/ |
textpad.py | 4 import curses.ascii namespace 58 if curses.ascii.ascii(self.win.inch(y, last)) != curses.ascii.SP: 80 if curses.ascii.isprint(oldch): 88 if curses.ascii.isprint(ch): 91 elif ch == curses.ascii.SOH: # ^a 93 elif ch in (curses.ascii.STX,curses.KEY_LEFT, curses.ascii.BS,curses.KEY_BACKSPACE): 102 if ch in (curses.ascii.BS, curses.KEY_BACKSPACE) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/curses/ |
textpad.py | 4 import curses.ascii namespace 58 if curses.ascii.ascii(self.win.inch(y, last)) != curses.ascii.SP: 80 if curses.ascii.isprint(oldch): 88 if curses.ascii.isprint(ch): 91 elif ch == curses.ascii.SOH: # ^a 93 elif ch in (curses.ascii.STX,curses.KEY_LEFT, curses.ascii.BS,curses.KEY_BACKSPACE): 102 if ch in (curses.ascii.BS, curses.KEY_BACKSPACE) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_codeccallbacks.py | 24 UnicodeEncodeError.__init__(self, "ascii", u"", 0, 1, "bad") 30 UnicodeEncodeError.__init__(self, "ascii", u"", 0, 1, "bad") 36 UnicodeDecodeError.__init__(self, "ascii", "", 0, 1, "bad") 42 UnicodeDecodeError.__init__(self, "ascii", "", 0, 1, "bad") 67 # For ascii, latin-1 and charmaps this is completely implemented 71 s.encode("ascii", "xmlcharrefreplace"), 99 self.assertEqual(sin.encode("ascii", "test.xmlcharnamereplace"), sout) 127 self.assertEqual(sin.encode("ascii", "test.uninamereplace"), sout) 144 self.assertEqual(sin.encode("ascii", "backslashreplace"), sout) 255 s.decode("ascii", "test.handler1") [all...] |
test_doctest4.txt | 1 This is a sample doctest in a text file that contains non-ASCII characters.
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_codeccallbacks.py | 24 UnicodeEncodeError.__init__(self, "ascii", u"", 0, 1, "bad") 30 UnicodeEncodeError.__init__(self, "ascii", u"", 0, 1, "bad") 36 UnicodeDecodeError.__init__(self, "ascii", "", 0, 1, "bad") 42 UnicodeDecodeError.__init__(self, "ascii", "", 0, 1, "bad") 67 # For ascii, latin-1 and charmaps this is completely implemented 71 s.encode("ascii", "xmlcharrefreplace"), 99 self.assertEqual(sin.encode("ascii", "test.xmlcharnamereplace"), sout) 127 self.assertEqual(sin.encode("ascii", "test.uninamereplace"), sout) 144 self.assertEqual(sin.encode("ascii", "backslashreplace"), sout) 255 s.decode("ascii", "test.handler1") [all...] |
test_doctest4.txt | 1 This is a sample doctest in a text file that contains non-ASCII characters.
|
/external/chromium-trace/trace-viewer/third_party/Paste/tests/urlparser_data/not_found/user/ |
list.py | 7 body = body.encode('ascii')
|
/external/jmonkeyengine/engine/src/core/com/jme3/export/ |
FormatVersion.java | 16 * Signature of the format. Currently "JME3" as ASCII
|
/external/libxml2/result/XInclude/ |
txtinclude.xml.rdr | 7 1 3 #text 0 1 this is some text in ASCII
|
/external/libxml2/result/ |
comment4.xml.sax2 | 3 SAX.comment( test of non ascii comments like là et très )
|
/external/wpa_supplicant_8/hostapd/ |
hostapd.sim_db | 3 # IMSI: ASCII string (numbers)
|
/ndk/tests/build/issue81440-non-ascii-comment/ |
build.sh | 1 # Check if clang crash on non-ascii comments
|