HomeSort by relevance Sort by last modified time
    Searched defs:esc (Results 1 - 13 of 13) sorted by null

  /system/core/libsysutils/src/
FrameworkListener.cpp 69 bool esc = false; local
77 if (esc) {
81 esc = false;
83 esc = true;
86 } else if (esc) {
100 esc = false;
  /external/openssl/crypto/txt_db/
txt_db.c 75 int esc=0; local
136 esc=0;
142 if (esc)
153 esc=(*f == '\\');
  /external/icu4c/i18n/
rbt_set.cpp 120 UnicodeString esc; local
121 _escape(buf, esc);
122 CharString cbuf(esc);
  /external/libvpx/examples/includes/geshi/contrib/
cssgen.php 416 $esc = get_var('escaped-chars'); variable
418 if ( $esc != '' )
420 $stylesheet .= "\n$esc_selector {{$esc}}";
  /external/bison/lib/
quotearg.c 268 unsigned char esc; local
321 case '\a': esc = 'a'; goto c_escape;
322 case '\b': esc = 'b'; goto c_escape;
323 case '\f': esc = 'f'; goto c_escape;
324 case '\n': esc = 'n'; goto c_and_shell_escape;
325 case '\r': esc = 'r'; goto c_and_shell_escape;
326 case '\t': esc = 't'; goto c_and_shell_escape;
327 case '\v': esc = 'v'; goto c_escape;
328 case '\\': esc = c; goto c_and_shell_escape;
336 c = esc;
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/lib/
quotearg.c 282 unsigned char esc; local
352 case '\a': esc = 'a'; goto c_escape;
353 case '\b': esc = 'b'; goto c_escape;
354 case '\f': esc = 'f'; goto c_escape;
355 case '\n': esc = 'n'; goto c_and_shell_escape;
356 case '\r': esc = 'r'; goto c_and_shell_escape;
357 case '\t': esc = 't'; goto c_and_shell_escape;
358 case '\v': esc = 'v'; goto c_escape;
359 case '\\': esc = c;
373 c = esc;
    [all...]
  /external/chromium/chrome/browser/resources/
keyboard_overlay.js 24 esc: 'esc',
  /external/wpa_supplicant_8/src/utils/
edit.c 637 /* ESC-[<param1>;<param2><last> */
691 /* ESC-O<param1>;<param2><last> */
752 static int esc = -1; local
763 if (esc >= 0) {
764 if (c == 27 /* ESC */) {
765 esc = 0;
769 if (esc == 6) {
771 esc = -1;
773 esc_buf[esc++] = c;
774 esc_buf[esc] = '\0'
    [all...]
  /external/v8/benchmarks/
earley-boyer.js 1116 "\033": "#\\esc",
1159 "esc": "\033",
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
v8-earley-boyer.js 1110 "\033": "#\\esc",
1153 "esc": "\033",
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
v8-earley-boyer.js 1110 "\033": "#\\esc",
1153 "esc": "\033",
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
v8-earley-boyer.js 1110 "\033": "#\\esc",
1153 "esc": "\033",
    [all...]
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 

Completed in 380 milliseconds