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

1 2 3

  /external/chromium_org/chrome/third_party/chromevox/extensions/searchvox/
constants.js 27 ESC: 27
  /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/chromium_org/third_party/openssl/openssl/crypto/conf/
keysets.pl 9 $ESC=0x20;
27 $v|=$ESC if ($c =~ /\\/);
122 #define CONF_ESC $ESC
  /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
  /prebuilts/python/darwin-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'')
  /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/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) {
  /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/chromium_org/chrome/test/functional/gtalk/
jsutils.js 14 ESC: 27
  /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/chromium_org/third_party/pexpect/
screen.py 42 ESC = 27 # Introduce a control sequence.
226 def cursor_home (self, r=1, c=1): # <ESC>[{ROW};{COLUMN}H
232 def cursor_back (self,count=1): # <ESC>[{COUNT}D (not confused with down)
237 def cursor_down (self,count=1): # <ESC>[{COUNT}B (not confused with back)
242 def cursor_forward (self,count=1): # <ESC>[{COUNT}C
247 def cursor_up (self,count=1): # <ESC>[{COUNT}A
252 def cursor_up_reverse (self): # <ESC> M (called RI -- Reverse Index)
259 def cursor_force_position (self, r, c): # <ESC>[{ROW};{COLUMN}f
265 def cursor_save (self): # <ESC>[s
271 def cursor_unsave (self): # <ESC>[
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
ANTLRv3.g 493 : ESC
498 : '"' (ESC | ~('\\'|'"'))* '"'
506 ESC : '\\'
  /external/chromium_org/third_party/WebKit/Source/web/resources/
colorSuggestionPicker.js 144 if (key === "U+001B") // ESC
  /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 :

Completed in 331 milliseconds

1 2 3