HomeSort by relevance Sort by last modified time
    Searched refs:ESC (Results 26 - 50 of 195) sorted by null

12 3 4 5 6 7 8

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_multibytecodec.py 135 ESC = '\x1b'
136 self.assertEqual(decoder.decode(ESC + '('), u'')
138 self.assertEqual(decoder.decode(ESC + '$'), u'')
144 self.assertEqual(decoder.decode(ESC + '$'), u'')
  /external/antlr/antlr-3.4/gunit/src/main/antlr3/org/antlr/gunit/swingui/parsers/
StGUnit.g 117 : '"' ( ESC | ~('\\'|'"') )* '"'
177 : '\'' ( ESC | ~('\''|'\\') ) '\''
182 : '"' ( ESC | ~('\\'|'"') )* '"'
186 ESC : '\\'
ANTLRv3.g 487 : ESC
492 : '"' (ESC | ~('\\'|'"'))* '"'
500 ESC : '\\'
  /external/syslinux/gpxe/src/usr/
pxemenu.c 252 } else if ( ( key == CTRL_C ) || ( key == ESC ) ) {
311 } else if ( ( key == CTRL_C ) || ( key == ESC ) ) {
  /build/soong/ui/build/
util.go 149 // If it isn't found, or if there isn't room for <ESC>[, finish
161 // Found a CSI code, advance up to the <ESC>
  /external/guava/guava/src/com/google/common/base/
Ascii.java 347 public static final byte ESC = 27;
  /external/libvterm/src/
vterm_internal.h 144 ESC,
  /external/python/cpython2/Lib/curses/
ascii.py 32 ESC = 0x1b # ^[
44 "CAN", "EM", "SUB", "ESC", "FS", "GS", "RS", "US",
  /external/python/cpython3/Lib/curses/
ascii.py 32 ESC = 0x1b # ^[
44 "CAN", "EM", "SUB", "ESC", "FS", "GS", "RS", "US",
  /external/syslinux/com32/lua/test/
automenu.lua 101 print ("\nHit a number to select from the menu,\n ENTER to accept default,\n ESC to exit\n or any other key to print menu again")
109 if i == sl.KEY.ESC then
  /prebuilts/gdb/darwin-x86/lib/python2.7/curses/
ascii.py 32 ESC = 0x1b # ^[
44 "CAN", "EM", "SUB", "ESC", "FS", "GS", "RS", "US",
  /prebuilts/gdb/linux-x86/lib/python2.7/curses/
ascii.py 32 ESC = 0x1b # ^[
44 "CAN", "EM", "SUB", "ESC", "FS", "GS", "RS", "US",
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/curses/
ascii.py 32 ESC = 0x1b # ^[
44 "CAN", "EM", "SUB", "ESC", "FS", "GS", "RS", "US",
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/curses/
ascii.py 32 ESC = 0x1b # ^[
44 "CAN", "EM", "SUB", "ESC", "FS", "GS", "RS", "US",
  /external/sl4a/ScriptingLayerForAndroid/src/de/mud/terminal/
vt320.java 688 private final static char ESC = 27;
699 private final static int TSTATE_ESC = 1; /* ESC */
700 private final static int TSTATE_CSI = 2; /* ESC [ */
701 private final static int TSTATE_DCS = 3; /* ESC P */
702 private final static int TSTATE_DCEQ = 4; /* ESC [? */
703 private final static int TSTATE_ESCSQUARE = 5; /* ESC # */
704 private final static int TSTATE_OSC = 6; /* ESC ] */
705 private final static int TSTATE_SETG0 = 7; /* ESC (? */
706 private final static int TSTATE_SETG1 = 8; /* ESC )? */
707 private final static int TSTATE_SETG2 = 9; /* ESC *? *
    [all...]
  /external/autotest/site_utils/
deploy_server_local.py 65 ESC = '\x1b'
66 return re.sub(ESC+r'\[[^m]*m', '', text)
  /external/deqp/framework/qphelper/
qpXmlWriter.c 90 case 27: repl = "&lt;ESC&gt;"; break;
  /system/core/adb/
sysdeps_win32.cpp     [all...]
  /external/antlr/antlr-3.4/gunit/src/main/antlr3/org/antlr/gunit/
gUnit.g 190 STRING : '"' ( ESC | ~('\\'|'"') )* '"' {setText(getText().substring(1, getText().length()-1));}
316 : '\'' ( ESC | ~('\''|'\\') ) '\''
321 : '"' ( ESC | ~('\\'|'"') )* '"'
325 ESC : '\\'
  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
Python.g 519 | '"' (ESC|~('\\'|'\n'|'"'))* '"'
520 | '\'' (ESC|~('\\'|'\n'|'\''))* '\''
525 ESC
  /external/syslinux/com32/lua/src/
syslinux.c 498 export_key (ESC);
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/TerminalDxe/
Terminal.h 108 // Esc could not be output to the screen by user,
112 // to indicate whether the Esc could be sent or not.
155 #define ESC 27
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
ANTLRv3.g 493 : ESC
498 : '"' (ESC | ~('\\'|'"'))* '"'
506 ESC : '\\'
  /external/guice/extensions/persist/lib/
antlr-2.7.5h3.jar 
  /prebuilts/tools/common/m2/repository/antlr/antlr/2.7.7/
antlr-2.7.7.jar 

Completed in 2684 milliseconds

12 3 4 5 6 7 8