HomeSort by relevance Sort by last modified time
    Searched full:chr (Results 26 - 50 of 236) sorted by null

12 3 4 5 6 7 8 910

  /external/qemu/hw/
devices.h 68 CharDriverState *chr);
  /external/qemu/
monitor-android.h 46 qemu_chr_write(mon->chr, mon->outbuf, mon->outbuf_index);
monitor.h 46 void monitor_init(CharDriverState *chr, int flags);
  /external/jsilver/src/com/google/streamhtmlparser/impl/
ParserStateTable.java 162 private void setDestination(InternalState from, char chr, InternalState to) {
165 Preconditions.checkArgument(chr >= 0 && chr < MAX_CHARS,
166 "char must be in ASCII set: %c", chr);
171 stateTable[from.getId()][chr] = to;
  /packages/apps/Email/src/org/apache/commons/io/output/
FileWriterWithEncoding.java 271 * @param chr the characters to write
274 public void write(char[] chr) throws IOException {
275 out.write(chr);
280 * @param chr the characters to write
285 public void write(char[] chr, int st, int end) throws IOException {
286 out.write(chr, st, end);
LockableFileWriter.java 287 * @param chr the characters to write
290 public void write(char[] chr) throws IOException {
291 out.write(chr);
296 * @param chr the characters to write
301 public void write(char[] chr, int st, int end) throws IOException {
302 out.write(chr, st, end);
  /external/harfbuzz/src/
harfbuzz-myanmar.c 294 HB_UChar16 chr = uc[i]; local
296 if (chr == Mymr_C_VOWEL_E) {
301 && chr == Mymr_C_NGA
312 && chr == Mymr_C_VIRAMA
349 hb_uint16 chr = uc[i]; local
391 lastWasVirama = (chr == Mymr_C_VIRAMA);
395 if ((chr != Mymr_C_SIGN_ZWNJ && chr != Mymr_C_SIGN_ZWJ) || !len) {
396 reordered[len] = chr;
  /external/wpa_supplicant_6/wpa_supplicant/examples/
wpas-test.py 22 r += urllib.quote(chr(c))
  /external/wpa_supplicant_8/wpa_supplicant/examples/
wpas-test.py 22 r += urllib.quote(chr(c))
  /external/zlib/src/msdos/
Makefile.emx 1 # Makefile for zlib. Modified for emx 0.9c by Chr. Spieler, 6/17/98.
  /external/zlib/src/old/
Makefile.emx 1 # Makefile for zlib. Modified for emx/rsxnt by Chr. Spieler, 6/16/98.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
cpio.h 41 c_rdev 6 only valid for chr and blk special files
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
cpio.h 41 c_rdev 6 only valid for chr and blk special files
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
cpio.h 41 c_rdev 6 only valid for chr and blk special files
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/
mux_client_for_testing.py 218 return chr(channel_id)
222 first = chr(0xc0 + (channel_id >> 16))
249 return chr(number)
253 return chr(number >> 16) + struct.pack('!H', number & 0xffff)
267 return (chr(first_byte) + _encode_channel_id(channel_id) +
274 return (chr(first_byte) + _encode_channel_id(channel_id) +
679 payload = _encode_channel_id(channel_id) + chr(first_byte) + message
713 payload = _encode_channel_id(channel_id) + chr(first_byte) + body
  /external/libvpx/examples/includes/geshi/geshi/
lotusscript.php 96 'CLng', 'Class', 'CInt', 'Chr', 'Chr$', 'ChDrive', 'ChDir', 'CDbl',
sdlbasic.php 52 'erase', 'asc', 'chr', 'chr$', 'insert', 'insert$', 'instr', 'lcase',
vbnet.php 99 'CCHR', 'CDATE', 'CDBL', 'CDEC', 'CHOOSE', 'CHR', 'CHR$', 'CHRB', 'CHRB$', 'CHRW',
freebasic.php 49 "callocate", "case", "cbyte", "cdbl", "cdecl", "chain", "chdir", "chr", "cint",
locobasic.php 65 "ABS", "ASC", "ATN", "BIN", "CHR", "CINT", "COPYCHR", "COS",
oobas.php 71 'defdate','defdbl','defint','deflng','asc','chr','str','val','cbyte',
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/streams/
interactive.rb 113 peek( i ).chr rescue EOF
  /external/ipsec-tools/src/racoon/
prsa_par.h 97 char *chr; member in union:YYSTYPE
  /external/regex-re2/re2/
make_perl_groups.pl 42 if ($i <= 128 && chr($i) =~ $regexp) {
  /external/v8/tools/
js2c.py 41 for chr in lines:
42 value = ord(chr)
50 for chr in lines:
51 result.append(str(ord(chr)))

Completed in 1403 milliseconds

12 3 4 5 6 7 8 910