/external/llvm/test/MC/MachO/ |
H A D | indirect-symbols.s | 10 .ascii "\364\364\364\364\364" 12 .ascii "\364\364\364\364\364" 14 .ascii "\364\364\364\364\364"
|
H A D | data.s | 4 .ascii "hello"
|
/external/swiftshader/third_party/LLVM/test/MC/MachO/ |
H A D | indirect-symbols.s | 10 .ascii "\364\364\364\364\364" 12 .ascii "\364\364\364\364\364" 14 .ascii "\364\364\364\364\364"
|
H A D | data.s | 4 .ascii "hello"
|
/external/apache-http/src/org/apache/commons/codec/binary/ |
H A D | BinaryCodec.java | 78 * Converts an array of raw binary data into an array of ascii 0 and 1 characters. 82 * @return 0 and 1 ascii character bytes one for each bit of the argument 90 * Converts an array of raw binary data into an array of ascii 0 and 1 chars. 94 * @return 0 and 1 ascii character chars one for each bit of the argument 107 * Decodes a byte array where each byte represents an ascii '0' or '1'. 109 * @param ascii 110 * each byte represents an ascii '0' or '1' 116 public Object decode(Object ascii) throws DecoderException { argument 117 if (ascii == null) { 120 if (ascii instanceo 140 decode(byte[] ascii) argument 152 toByteArray(String ascii) argument 171 fromAscii(char[] ascii) argument 198 fromAscii(byte[] ascii) argument [all...] |
/external/curl/docs/cmdline-opts/ |
H A D | data-ascii.d | 1 Long: data-ascii
|
H A D | verbose.d | 3 Mutexed: trace trace-ascii 17 --trace or --trace-ascii instead.
|
/external/llvm/test/MC/COFF/ |
H A D | temporary-alias.s | 16 .ascii "\001" 18 .ascii "\002"
|
H A D | cv-empty-linetable.s | 34 .ascii "fn1" 39 .ascii "??__Fa@?1??fn1@@YAXXZ@YAXXZ" 44 .ascii "vector::~vector"
|
/external/llvm/test/MC/AsmParser/ |
H A D | 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\\\""
|
H A D | directive_incbin.s | 6 # CHECK: .ascii "abcd\n"
|
H A D | macros-gas.s | 29 .ascii "\_a \_b \_c \\_c" 32 // CHECK: .ascii "1 2 3 \003" 35 // CHECK: .ascii "1 2 3 \003" 39 .ascii "\_a \_b \_c" 42 // CHECK: .ascii "1 (2 3) " 45 // CHECK: .ascii "1 (2 3) " 48 // CHECK: .ascii "1 2 " 73 .ascii "\_a,\_b,\_c" 77 .ascii "\_a \_b \_c" 80 // CHECK: .ascii " [all...] |
/external/ltp/testcases/network/ |
H A D | generate.sh | 28 small_file=ascii.sm 29 medium_file=ascii.med 30 large_file=ascii.lg 31 jumbo_file=ascii.jmb 58 gzip -1 -c ascii.sm >> "bin.sm"
|
/external/swiftshader/third_party/LLVM/test/MC/AsmParser/ |
H A D | 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\\\""
|
/external/llvm/test/MC/AArch64/ |
H A D | arm64-mapping-within-section.s | 7 .ascii "012"
|
H A D | mapping-within-section.s | 7 .ascii "012"
|
/external/ltp/testcases/network/nfs/nfs_stress/ |
H A D | nfs02 | 33 ROD cp $LTP_DATAFILES/ascii.jmb . 34 tst_resm TINFO "compare both ascii.jmbs" 35 ROD diff $LTP_DATAFILES/ascii.jmb ascii.jmb 43 local files="ascii.sm ascii.med ascii.lg" 58 ROD chmod a-wx ascii.sm 59 ROD ls -l ascii.sm | grep -q "r--" 60 ROD chmod a+w ascii [all...] |
/external/python/cpython2/Lib/curses/ |
H A D | 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 [all...] |
/external/valgrind/exp-bbv/tests/amd64-linux/ |
H A D | ll.S | 382 # ebx is 4-char ascii string to look for 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" 561 one: .ascii "On [all...] |
/external/toybox/tests/ |
H A D | file.test | 11 echo "Hello, world!" > ascii 19 testing "ascii" "file ascii" "ascii: ASCII text\n" "" "" 25 rm empty bash.script bash.script2 env.python.script ascii java.class
|
/external/vboot_reference/firmware/lib/include/ |
H A D | bmpblk_font.h | 51 uint32_t ascii; /* What to show. Could even be UTF? */ member in struct:FontArrayEntryHeader
|
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/ |
H A D | Base64.java | 50 private static byte[] ascii = new byte[255]; field in class:Base64 56 ascii[idx] = INVALID; 61 ascii[base64[idx]] = (byte) idx; 64 ascii[0x09] = WHITESPACE; 65 ascii[0x0A] = WHITESPACE; 66 ascii[0x0D] = WHITESPACE; 67 ascii[0x20] = WHITESPACE; 70 ascii[0x3d] = EQUAL; 114 // Do 3-byte to 4-byte conversion + 0-63 to ascii printable conversion 188 // Do ascii printabl [all...] |
/external/valgrind/exp-bbv/tests/arm-linux/ |
H A D | ll.S | 386 add r8,r8,#0x30 @ convert to ascii 438 ver_string: .ascii " Version \0" 439 compiled_string: .ascii ", Compiled \0" 440 processor: .ascii " Processor, \0" 441 ram_comma: .ascii "M RAM, \0" 442 bogo_total: .ascii " Bogomips Total\n\0" 444 default_colors: .ascii "\033[0m\n\n\0" 445 escape: .ascii "\033[\0" 446 C: .ascii "C\0" 448 one: .ascii "On [all...] |
/external/syslinux/gpxe/src/arch/i386/prefix/ |
H A D | nbiprefix.S | 38 .ascii "ADDL" 42 .ascii "ADDL"
|
/external/llvm/test/MC/ELF/ |
H A D | subsection.s | 26 .ascii "test"
|