Searched refs:chr (Results 1 - 25 of 164) sorted by relevance

1234567

/external/chromium_org/third_party/WebKit/Source/build/scripts/
H A Dmedia_feature_symbol.py13 for chr in name:
14 if chr == '-':
18 chr = chr.upper()
20 newName = newName + chr
H A Drjsmin.py135 chr(first),
137 last != first and chr(last) or '') for first, last in result])
148 result = ''.join([chr(c) for c in xrange(127) if not match(chr(c))])
154 result = ''.join([chr(c) for c in xrange(127) if not match(chr(c))])
H A Dmake_mediaquery_tokenizer_codepoints.py47 c = chr(i)
/external/jsilver/src/com/google/streamhtmlparser/util/
H A DHtmlUtils.java246 * @param chr the {@code char} to check
251 public static boolean isHtmlSpace(char chr) { argument
252 return HTML_WHITESPACE.contains(chr);
274 * @param chr the {@code char} to check
278 public static boolean isJavascriptWhitespace(char chr) { argument
279 return JAVASCRIPT_WHITESPACE.contains(chr);
298 * @param chr {@code char} to check
299 * @return {@code true} if the {@code chr} is a Javascript whitespace
302 public static boolean isJavascriptIdentifier(char chr) { argument
303 return ((chr >
333 encodeCharForAscii(char chr) argument
[all...]
/external/google-tv-pairing-protocol/java/src/com/google/polo/wire/json/
H A DBase64.java53 byte chr;
57 chr = in[len-1];
59 if ((chr == '\n') || (chr == '\r') ||
60 (chr == ' ') || (chr == '\t')) {
63 if (chr == '=') {
78 chr = in[i];
80 if ((chr == '\n') || (chr
[all...]
/external/qemu/backends/
H A Dmsmouse.c36 CharDriverState *chr = (CharDriverState *)opaque; local
53 qemu_chr_read(chr, bytes, 4);
62 static void msmouse_chr_close (struct CharDriverState *chr) argument
64 g_free (chr);
69 CharDriverState *chr; local
71 chr = g_malloc0(sizeof(CharDriverState));
72 chr->chr_write = msmouse_chr_write;
73 chr->chr_close = msmouse_chr_close;
75 qemu_add_mouse_event_handler(msmouse_event, chr, 0, "QEMU Microsoft Mouse");
77 return chr;
[all...]
/external/qemu/
H A Dqemu-char.c163 CharDriverState *chr; local
167 QTAILQ_FOREACH(chr, &chardevs, next) {
168 qemu_chr_reset(chr);
230 /* chr driver being released. */
247 static int null_chr_write(CharDriverState *chr, const uint8_t *buf, int len) argument
254 CharDriverState *chr; local
256 chr = g_malloc0(sizeof(CharDriverState));
257 chr->chr_write = null_chr_write;
258 return chr;
287 static int mux_chr_write(CharDriverState *chr, cons argument
338 mux_print_help(CharDriverState *chr) argument
369 mux_proc_byte(CharDriverState *chr, MuxDriver *d, int ch) argument
416 mux_chr_accept_input(CharDriverState *chr) argument
431 CharDriverState *chr = opaque; local
444 CharDriverState *chr = opaque; local
464 CharDriverState *chr = opaque; local
473 mux_chr_update_read_handler(CharDriverState *chr) argument
500 CharDriverState *chr; local
608 fd_chr_write(CharDriverState *chr, const uint8_t *buf, int len) argument
616 CharDriverState *chr = opaque; local
625 CharDriverState *chr = opaque; local
647 fd_chr_update_read_handler(CharDriverState *chr) argument
660 fd_chr_close(struct CharDriverState *chr) argument
678 CharDriverState *chr; local
756 CharDriverState *chr = opaque; local
774 CharDriverState *chr = opaque; local
803 qemu_chr_set_echo_stdio(CharDriverState *chr, bool echo) argument
825 qemu_chr_close_stdio(struct CharDriverState *chr) argument
835 CharDriverState *chr; local
928 pty_chr_write(CharDriverState *chr, const uint8_t *buf, int len) argument
942 CharDriverState *chr = opaque; local
951 CharDriverState *chr = opaque; local
973 pty_chr_update_read_handler(CharDriverState *chr) argument
991 pty_chr_state(CharDriverState *chr, int connected) argument
1012 struct CharDriverState *chr = opaque; local
1028 pty_chr_close(struct CharDriverState *chr) argument
1042 CharDriverState *chr; local
1199 tty_serial_ioctl(CharDriverState *chr, int cmd, void *arg) argument
1266 qemu_chr_close_tty(CharDriverState *chr) argument
1285 CharDriverState *chr; local
1326 pp_ioctl(CharDriverState *chr, int cmd, void *arg) argument
1407 pp_close(CharDriverState *chr) argument
1422 CharDriverState *chr; local
1452 pp_ioctl(CharDriverState *chr, int cmd, void *arg) argument
1492 CharDriverState *chr; local
1525 win_chr_close(CharDriverState *chr) argument
1549 win_chr_init(CharDriverState *chr, const char *filename) argument
1616 win_chr_write(CharDriverState *chr, const uint8_t *buf, int len1) argument
1650 win_chr_read_poll(CharDriverState *chr) argument
1658 win_chr_readfile(CharDriverState *chr) argument
1680 win_chr_read(CharDriverState *chr) argument
1694 CharDriverState *chr = opaque; local
1712 CharDriverState *chr; local
1732 CharDriverState *chr = opaque; local
1746 win_chr_pipe_init(CharDriverState *chr, const char *filename) argument
1812 CharDriverState *chr; local
1832 CharDriverState *chr; local
1875 udp_chr_write(CharDriverState *chr, const uint8_t *buf, int len) argument
1884 CharDriverState *chr = opaque; local
1902 CharDriverState *chr = opaque; local
1920 udp_chr_update_read_handler(CharDriverState *chr) argument
1930 udp_chr_close(CharDriverState *chr) argument
1942 CharDriverState *chr = NULL; local
1989 tcp_chr_write(CharDriverState *chr, const uint8_t *buf, int len) argument
2002 CharDriverState *chr = opaque; local
2012 tcp_chr_process_IAC_bytes(CharDriverState *chr, TCPCharDriver *s, uint8_t *buf, int *size) argument
2060 tcp_get_msgfd(CharDriverState *chr) argument
2069 unix_process_msgfd(CharDriverState *chr, struct msghdr *msg) argument
2092 tcp_chr_recv(CharDriverState *chr, char *buf, size_t len) argument
2118 tcp_chr_recv(CharDriverState *chr, char *buf, size_t len) argument
2127 CharDriverState *chr = opaque; local
2165 CharDriverState *chr = opaque; local
2191 CharDriverState *chr = opaque; local
2213 tcp_chr_close(CharDriverState *chr) argument
2230 CharDriverState *chr = NULL; local
2334 mem_chr_write(CharDriverState *chr, const uint8_t *buf, int len) argument
2353 qemu_chr_init_mem(CharDriverState *chr) argument
2367 qemu_chr_mem_to_qs(CharDriverState *chr) argument
2374 qemu_chr_close_mem(CharDriverState *chr) argument
2384 qemu_chr_mem_osize(const CharDriverState *chr) argument
2594 CharDriverState *chr; local
2648 CharDriverState *chr; local
2667 qemu_chr_set_echo(struct CharDriverState *chr, bool echo) argument
2674 qemu_chr_guest_open(struct CharDriverState *chr) argument
2681 qemu_chr_guest_close(struct CharDriverState *chr) argument
2688 qemu_chr_close(CharDriverState *chr) argument
2716 CharDriverState *chr; local
2731 CharDriverState *chr; local
[all...]
H A Dmonitor-android.c7 CharDriverState *chr; member in struct:Monitor
79 qemu_chr_write(mon->chr, mon->outbuf, mon->outbuf_index);
/external/qemu/include/sysemu/
H A Dchar.h64 void (*chr_send_event)(struct CharDriverState *chr, int event);
65 void (*chr_close)(struct CharDriverState *chr);
66 void (*chr_accept_input)(struct CharDriverState *chr);
67 void (*chr_set_echo)(struct CharDriverState *chr, bool echo);
68 void (*chr_guest_open)(struct CharDriverState *chr);
69 void (*chr_guest_close)(struct CharDriverState *chr);
83 void qemu_chr_set_echo(struct CharDriverState *chr, bool echo);
84 void qemu_chr_guest_open(struct CharDriverState *chr);
85 void qemu_chr_guest_close(struct CharDriverState *chr);
86 void qemu_chr_close(CharDriverState *chr);
[all...]
/external/chromium_org/third_party/markupsafe/
H A D_compat.py18 unichr = chr
/external/ipsec-tools/src/racoon/
H A Dprsa_tok.l70 prsalval.chr = strdup(prsatext);
84 {addr4} { prsalval.chr = strdup(prsatext); return ADDR4; }
85 {addr6} { prsalval.chr = strdup(prsatext); return ADDR6; }
H A Dprsa_par.h97 char *chr; member in union:YYSTYPE
/external/jsilver/src/com/google/clearsilver/jsilver/functions/escape/
H A DSimpleEscapingFunction.java92 final char chr = in.charAt(pos);
94 if (chr < ESCAPE_STRINGS.length && (escapeString = ESCAPE_STRINGS[chr]) != null) {
/external/jsilver/src/com/google/streamhtmlparser/impl/
H A DParserStateTable.java162 private void setDestination(InternalState from, char chr, InternalState to) { argument
165 Preconditions.checkArgument(chr >= 0 && chr < MAX_CHARS,
166 "char must be in ASCII set: %c", chr);
171 stateTable[from.getId()][chr] = to;
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
H A Dcore-extensions.rb9 def here_indent( chr = '| ' )
10 dup.here_indent!( chr )
13 def here_indent!( chr = '| ' )
14 chr = Regexp.escape( chr )
15 exp = Regexp.new( "^ *#{ chr }" )
20 def here_flow( chr = '| ' )
21 dup.here_flow!( chr )
24 def here_flow!( chr = '| ' )
25 here_indent!( chr )
[all...]
/external/qemu/ui/
H A Dcurses.c166 int chr, nextchr, keysym, keycode; local
184 chr = getch();
186 chr = nextchr;
190 if (chr == ERR)
195 if (chr == KEY_RESIZE) {
206 keycode = curses2keycode[chr];
238 keysym = chr;
266 keysym = curses2keysym[chr];
268 keysym = chr;
H A Dconsole.c184 CharDriverState *chr; member in struct:QEMUConsole
1125 static int console_puts(CharDriverState *chr, const uint8_t *buf, int len) argument
1127 QEMUConsole *s = chr->opaque;
1147 static void console_send_event(CharDriverState *chr, int event) argument
1149 QEMUConsole *s = chr->opaque;
1168 len = qemu_chr_can_read(s->chr);
1175 qemu_chr_read(s->chr, buf, len);
1224 console_puts(s->chr, (const uint8_t *) "\r", 1);
1230 console_puts(s->chr, buf, q - buf);
1232 if (s->chr
1489 text_console_set_echo(CharDriverState *chr, bool echo) argument
1496 text_console_do_init(CharDriverState *chr, DisplayState *ds) argument
1558 CharDriverState *chr; local
[all...]
/external/chromium_org/tools/usb_gadget/
H A Dhid_constants.py115 KEY_CODES[chr(key)] = code
117 KEY_CODES[chr(key)] = code
134 SHIFT_KEY_CODES[chr(key)] = code
H A Dhid_descriptors_test.py16 expected = ''.join(chr(x) for x in [
27 expected = ''.join(chr(x) for x in [
/external/qemu/include/android/
H A Dmonitor.h46 qemu_chr_write(mon->chr, mon->outbuf, mon->outbuf_index);
/external/qemu/include/hw/xen/
H A Dxen.h41 void xenstore_store_pv_console_info(int i, struct CharDriverState *chr);
/external/fonttools/Lib/fontTools/misc/
H A Dpy23.py17 bytechr = chr
20 unichr = chr
/external/fonttools/Tools/fontTools/misc/
H A Dpy23.py17 bytechr = chr
20 unichr = chr
/external/smali/util/src/main/java/org/jf/util/
H A DIndentingWriter.java52 public void write(int chr) throws IOException { argument
53 if (chr == '\n') {
61 writer.write(chr);
/external/chromium_org/third_party/markdown/
H A Dutil.py48 int2str = chr

Completed in 5739 milliseconds

1234567