/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/ |
mp4dec_lib.h | 283 void H263_Deblock(uint8 *rec, int width, int height, int16 *QP_store, uint8 *mode, int chr, int T); 296 int chr, uint8 *pp_mod); 298 int chr, uint8 *pp_mod); 300 int16 *QP_store, int chr, uint8 *pp_mod);
|
/libcore/luni/src/test/java/tests/java/sql/ |
StressTest.java | 323 ps.setString(3, "chr");
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/curses/ |
textpad.py | 159 result = result + chr(curses.ascii.ascii(self.win.inch(y, x)))
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
quopri.py | 150 new = new + chr(unhex(line[i+1:i+3])); i = i+3
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
pystone.py | 124 CharIndex = chr(ord(CharIndex)+1)
|
test_urllib.py | 509 should_quote = [chr(num) for num in range(32)] # For 0x00 - 0x1F 511 should_quote.append(chr(127)) # For 0x7F 570 given = hexescape(chr(num)) 571 expect = chr(num) [all...] |
test_audioop.py | 230 encoded = ''.join(chr(x) for x in xrange(256)) 253 encoded = ''.join(chr(x) for x in range(127) + range(128, 256)) 355 audioop.findmax, ''.join( chr(x) for x in xrange(256)), -2392392)
|
test_mmap.py | 424 m[x] = ch = chr(x & 255) 429 s = "".join(chr(c) for c in reversed(range(256))) 443 s = "".join(chr(c) for c in reversed(range(256)))
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/curses/ |
textpad.py | 159 result = result + chr(curses.ascii.ascii(self.win.inch(y, x)))
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
quopri.py | 150 new = new + chr(unhex(line[i+1:i+3])); i = i+3
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
pystone.py | 124 CharIndex = chr(ord(CharIndex)+1)
|
test_urllib.py | 509 should_quote = [chr(num) for num in range(32)] # For 0x00 - 0x1F 511 should_quote.append(chr(127)) # For 0x7F 570 given = hexescape(chr(num)) 571 expect = chr(num) [all...] |
test_audioop.py | 230 encoded = ''.join(chr(x) for x in xrange(256)) 253 encoded = ''.join(chr(x) for x in range(127) + range(128, 256)) 355 audioop.findmax, ''.join( chr(x) for x in xrange(256)), -2392392)
|
test_mmap.py | 424 m[x] = ch = chr(x & 255) 429 s = "".join(chr(c) for c in reversed(range(256))) 443 s = "".join(chr(c) for c in reversed(range(256)))
|
/external/chromium_org/third_party/JSON/JSON-2.59/blib/lib/JSON/ |
backportPP.pm | 548 chr($_) : 560 chr($_) : 795 $s .= chr $hex; [all...] |
/external/chromium_org/third_party/JSON/JSON-2.59/lib/JSON/ |
backportPP.pm | 548 chr($_) : 560 chr($_) : 795 $s .= chr $hex; [all...] |
/external/chromium_org/third_party/JSON/out/lib/perl5/JSON/ |
backportPP.pm | 548 chr($_) : 560 chr($_) : 795 $s .= chr $hex; [all...] |
/external/chromium_org/third_party/icu/source/common/ |
locmap.c | 192 ILCID_POSIX_ELEMENT_ARRAY(0x045c, chr,chr_US) 650 ILCID_POSIX_MAP(chr), /* chr Cherokee 0x5c */ [all...] |
/ndk/sources/host-tools/sed-4.2.1/po/ |
ga.po | 69 msgstr "seoladh regex gan chríochnú" 73 msgstr "ordú `s' gan chríochnú" 77 msgstr "ordú `y' gan chríochnú"
|
/system/core/libcutils/arch-x86/ |
sse2-memset16-atom.S | 79 # define CHR DEST+4 80 # define LEN CHR+4 142 movzwl CHR(%esp), %eax
|
/external/qemu/ |
monitor.c | 77 CharDriverState *chr; member in struct:Monitor 176 qemu_chr_write(mon->chr, mon->outbuf, mon->outbuf_index); [all...] |
/external/bison/tests/ |
actions.at | 1221 char chr = $$; 1222 fprintf (yyoutput, "'%c'", chr); 1225 char chr = $$; 1226 fprintf (stderr, "DESTROY '%c'\n", chr); 1229 %union { char chr; } 1230 %type <chr> start [all...] |
/bionic/libc/arch-x86/string/ |
sse2-memset-atom.S | 94 # define CHR DEST+4 95 # define LEN CHR+4 155 movzbl CHR(%esp), %eax
|
/external/grub/lib/ |
getopt.c | 220 my_index (str, chr) 222 int chr; 226 if (*str == chr)
|
/external/icu4c/common/ |
locmap.c | 207 ILCID_POSIX_ELEMENT_ARRAY(0x045c, chr,chr_US) 743 ILCID_POSIX_MAP(chr), /* chr Cherokee 0x5c */ [all...] |