/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/ |
D | t019lexer.g | 26 : '"' (options {greedy=false;}: ESC | .)* '"' 30 : '\'' (options {greedy=false;}: ESC | .)* '\'' 62 ESC : '\\' ('"'|'\''|'\\')
|
D | t020fuzzy.g | 58 : '"' (options {greedy=false;}: ESC | .)* '"' 62 : '\'' (options {greedy=false;}: ESC | .)* '\'' 94 ESC : '\\' ('"'|'\''|'\\')
|
/external/antlr/antlr-3.4/runtime/Python/tests/ |
D | t019lexer.g | 26 : '"' (options {greedy=false;}: ESC | .)* '"' 30 : '\'' (options {greedy=false;}: ESC | .)* '\'' 62 ESC : '\\' ('"'|'\''|'\\')
|
D | t020fuzzyLexer.g | 59 : '"' (options {greedy=false;}: ESC | .)* '"' 63 : '\'' (options {greedy=false;}: ESC | .)* '\'' 95 ESC : '\\' ('"'|'\''|'\\')
|
/external/openssl/crypto/conf/ |
D | keysets.pl | 9 $ESC=0x20; 27 $v|=$ESC if ($c =~ /\\/); 122 #define CONF_ESC $ESC
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/ |
D | Fuzzy.g | 48 : '"' (options {greedy=false;}: ESC | .)* '"' 52 : '\'' (options {greedy=false;}: ESC | .)* '\'' 84 ESC : '\\' ('"'|'\''|'\\')
|
D | Fuzzy.tokens | 6 ESC=9
|
D | Fuzzy.h | 26 #define ESC 9 macro
|
D | FuzzyLexer.h | 27 #define ESC 19 macro
|
/external/libvterm/src/ |
D | parser.c | 146 case ESC: in do_string() 199 case ESC: in vterm_push_bytes() 232 ENTER_STRING_STATE(ESC); in vterm_push_bytes() 262 vt->parser_state = ESC; in vterm_push_bytes() 266 case ESC: in vterm_push_bytes()
|
/external/chromium_org/tools/vim/ |
D | clang-format.vim | 15 execute "imap <D-I> <ESC>:pyf " . s:script . "<CR>i" 18 execute "imap <C-I> <ESC>:pyf " . s:script . "<CR>i"
|
/external/antlr/antlr-3.4/gunit/src/main/antlr3/org/antlr/gunit/swingui/parsers/ |
D | StGUnit.g | 117 : '"' ( ESC | ~('\\'|'"') )* '"' 177 : '\'' ( ESC | ~('\''|'\\') ) '\'' 182 : '"' ( ESC | ~('\\'|'"') )* '"' 186 ESC : '\\'
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/extensions/searchvox/ |
D | constants.js | 29 ESC: 27 property
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/output1/ |
D | Fuzzy.tokens | 3 ESC=19
|
D | FuzzyLexer.h | 27 #define ESC 19 macro
|
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/examples/ |
D | cnokw.re | 132 ESC = [\\] ([abfnrtv?'"\\] | "x" H+ | O+); 141 (['] (ESC|any\[\n\\'])* [']) 147 (["] (ESC|any\[\n\\"])* ["])
|
D | cunroll.re | 133 ESC = [\\] ([abfnrtv?'"\\] | "x" H+ | O+); 152 (['] (ESC|any\[\n\\'])* [']) 158 (["] (ESC|any\[\n\\"])* ["])
|
D | c.re | 132 ESC = [\\] ([abfnrtv?'"\\] | "x" H+ | O+); 174 (['] (ESC|any\[\n\\'])* [']) 180 (["] (ESC|any\[\n\\"])* ["])
|
D | cmmap.re | 115 ESC = [\\] ([abfnrtv?'"\\] | "x" H+ | O+); 157 (['] (ESC|any\[\n\\'])* [']) 163 (["] (ESC|any\[\n\\"])* ["])
|
/external/antlr/antlr-3.4/gunit/src/main/antlr3/org/antlr/gunit/ |
D | gUnit.g | 190 STRING : '"' ( ESC | ~('\\'|'"') )* '"' {setText(getText().substring(1, getText().length()-1));} 316 : '\'' ( ESC | ~('\''|'\\') ) '\'' 321 : '"' ( ESC | ~('\\'|'"') )* '"' 325 ESC : '\\'
|
/external/chromium_org/ui/login/ |
D | bubble.js | 25 ESC: 27, property 340 if (e.keyCode == KeyCodes.ESC ||
|
/external/chromium_org/ppapi/api/ |
D | ppp_mouse_lock.idl | 23 * when the user presses the ESC key.
|
/external/guava/guava/src/com/google/common/base/ |
D | Ascii.java | 330 public static final byte ESC = 27; field in Ascii
|
/external/icu/icu4c/source/test/testdata/ |
D | conversion.txt | 184 // The first ESC N comes before its designator sequence, the last sequence is ESC+space. 1058 // ibm-9005_X110-2007.ucm (ISO 8859-7, <ESC>.F=1b2e46): 1061 // windows-949-2000 (KSC_5601, <ESC>$(C=1b242843): 1076 // jisx-208.ucm (<ESC>$B=1b2442): 1079 // ibm-897_P100-1995.ucm (JIS X 0201, <ESC>(J=1b284a): 1081 // ibm-9005_X110-2007.ucm (ISO 8859-7, <ESC>.F=1b2e46): 1085 // windows-949-2000 (KSC_5601, <ESC>$(C=1b242843): 1184 "a\x1bc", // Unicode ESC must not occur as a character 1191 "a\x1bc", // Unicode ESC must not occur as a character 1198 "a\x1bc", // Unicode ESC must not occur as a character [all …]
|
/external/chromium_org/third_party/icu/source/test/testdata/ |
D | conversion.txt | 184 // The first ESC N comes before its designator sequence, the last sequence is ESC+space. 1055 // ibm-9005_X110-2007.ucm (ISO 8859-7, <ESC>.F=1b2e46): 1058 // windows-949-2000 (KSC_5601, <ESC>$(C=1b242843): 1073 // jisx-208.ucm (<ESC>$B=1b2442): 1076 // ibm-897_P100-1995.ucm (JIS X 0201, <ESC>(J=1b284a): 1078 // ibm-9005_X110-2007.ucm (ISO 8859-7, <ESC>.F=1b2e46): 1082 // windows-949-2000 (KSC_5601, <ESC>$(C=1b242843): 1181 "a\x1bc", // Unicode ESC must not occur as a character 1188 "a\x1bc", // Unicode ESC must not occur as a character 1195 "a\x1bc", // Unicode ESC must not occur as a character [all …]
|