Searched refs:ESC (Results 1 - 25 of 39) sorted by relevance

12

/external/antlr/antlr-3.4/runtime/Ruby/test/functional/lexer/
H A Dfilter-mode.rb33 : '"' (options {greedy=false;}: ESC | .)* '"'
37 : '\'' (options {greedy=false;}: ESC | .)* '\''
69 ESC : '\\' ('"'|'\''|'\\')
167 : '"' (options {greedy=false;}: ESC | .)* '"'
171 : '\'' (options {greedy=false;}: ESC | .)* '\''
203 ESC : '\\' ('"'|'\''|'\\')
/external/rmi4utils/f54test/
H A Ddisplay.cpp26 #define ESC 0x1B macro
101 printf("%c[2J", ESC);
110 printf("%c[%d;%dH", ESC, 0, 0);
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/
H A DFuzzy.h26 #define ESC 9 macro
H A DFuzzyLexer.h27 #define ESC 19 macro
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/output1/
H A DFuzzyLexer.h27 #define ESC 19 macro
/external/deqp/executor/
H A DxeXMLWriter.cpp70 case 27: return "<ESC>";
/external/libvterm/src/
H A Dparser.c146 case ESC:
149 // ESC 0x40 == 0x80
158 fprintf(stderr, "libvterm: Unhandled escape ESC 0x%02x\n", str_frag[len-1]);
199 case ESC:
226 else if(c == 0x1b) { // ESC
232 ENTER_STRING_STATE(ESC);
262 vt->parser_state = ESC;
266 case ESC:
H A Dvterm_internal.h144 ESC, enumerator in enum:VTerm::VTermParserState
/external/antlr/antlr-3.4/gunit/src/main/antlr3/org/antlr/gunit/swingui/parsers/
H A DStGUnit.g117 : '"' ( ESC | ~('\\'|'"') )* '"'
177 : '\'' ( ESC | ~('\''|'\\') ) '\''
182 : '"' ( ESC | ~('\\'|'"') )* '"'
186 ESC : '\\'
H A DANTLRv3.g487 : ESC
492 : '"' (ESC | ~('\\'|'"'))* '"'
500 ESC : '\\'
/external/autotest/site_utils/
H A Ddeploy_production_local.py49 ESC = '\x1b'
50 return re.sub(ESC+r'\[[^m]*m', '', text)
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
H A DAbstractComboBoxPropertyEditor.java92 if (e.keyCode == SWT.ESC) {
H A DAbstractComboPropertyEditor.java73 case SWT.ESC :
H A DAbstractTextPropertyEditor.java277 } else if (e.keyCode == SWT.ESC) {
/external/guava/guava/src/com/google/common/base/
H A DAscii.java347 public static final byte ESC = 27; field in class:Ascii
/external/sl4a/ScriptingLayerForAndroid/src/de/mud/terminal/
H A Dvt320.java688 private final static char ESC = 27; field in class:vt320
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/deqp/framework/qphelper/
H A DqpXmlWriter.c90 case 27: repl = "<ESC>"; break;
/external/antlr/antlr-3.4/gunit/src/main/antlr3/org/antlr/gunit/
H A DgUnit.g190 STRING : '"' ( ESC | ~('\\'|'"') )* '"' {setText(getText().substring(1, getText().length()-1));}
316 : '\'' ( ESC | ~('\''|'\\') ) '\''
321 : '"' ( ESC | ~('\\'|'"') )* '"'
325 ESC : '\\'
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
H A DPython.g519 | '"' (ESC|~('\\'|'\n'|'"'))* '"'
520 | '\'' (ESC|~('\\'|'\n'|'\''))* '\''
525 ESC
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
H A DANTLRv3.g493 : ESC
498 : '"' (ESC | ~('\\'|'"'))* '"'
506 ESC : '\\'
H A DActionTranslator.g755 ESC : '\\' '$' {chunks.add("\$");}
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
H A DCTableCombo.java247 if (event.character == SWT.ESC) {
369 if (event.character == SWT.ESC) { // escape key cancels popup
H A DCComboBox.java162 case SWT.ESC :
/external/guice/extensions/persist/lib/
H A Dantlr-2.7.5h3.jarMETA-INF/ META-INF/MANIFEST.MF antlr/ antlr/ActionElement.class ActionElement.java package antlr ...
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 3280 milliseconds

12