HomeSort by relevance Sort by last modified time
    Searched refs:ESC (Results 1 - 25 of 49) sorted by null

1 2

  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/lexer/
filter-mode.rb 33 : '"' (options {greedy=false;}: ESC | .)* '"'
37 : '\'' (options {greedy=false;}: ESC | .)* '\''
69 ESC : '\\' ('"'|'\''|'\\')
167 : '"' (options {greedy=false;}: ESC | .)* '"'
171 : '\'' (options {greedy=false;}: ESC | .)* '\''
203 ESC : '\\' ('"'|'\''|'\\')
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/
Fuzzy.h 26 #define ESC 9
FuzzyLexer.h 27 #define ESC 19
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/output1/
FuzzyLexer.h 27 #define ESC 19
  /external/guava/guava/src/com/google/common/base/
Ascii.java 330 public static final byte ESC = 27;
  /external/openssl/crypto/conf/
keysets.pl 9 $ESC=0x20;
27 $v|=$ESC if ($c =~ /\\/);
122 #define CONF_ESC $ESC
  /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/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
AbstractComboBoxPropertyEditor.java 92 if (e.keyCode == SWT.ESC) {
AbstractComboPropertyEditor.java 73 case SWT.ESC :
AbstractTextPropertyEditor.java 277 } else if (e.keyCode == SWT.ESC) {
  /external/webkit/Source/WebCore/loader/
TextResourceDecoder.cpp 77 static const int ESC = 0x1b;
147 if (ptr[i] == ESC && (size - i >= 3)) {
  /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/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
ANTLRv3.g 493 : ESC
498 : '"' (ESC | ~('\\'|'"'))* '"'
506 ESC : '\\'
ActionTranslator.g 755 ESC : '\\' '$' {chunks.add("\$");}
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
CTableCombo.java 247 if (event.character == SWT.ESC) {
369 if (event.character == SWT.ESC) { // escape key cancels popup
CComboBox.java 162 case SWT.ESC :
  /external/qemu/android/
hw-events.h 56 KEY_CODE(ESC ,1) \
  /cts/tools/signature-tools/lib/
antlr-2.7.7.jar 
stringtemplate.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GestureManager.java 560 if (e.keyCode == SWT.ESC) {
    [all...]
SelectionManager.java     [all...]
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 

Completed in 587 milliseconds

1 2