Home
last modified time | relevance | path

Searched refs:ESC (Results 1 – 25 of 89) sorted by relevance

1234

/third_party/openssl/crypto/conf/
Dkeysets.pl21 my $ESC = 0x0020;
42 $v |= $ESC if $c =~ /\\/;
83 #define CONF_ESC $ESC
/third_party/python/Modules/cjkcodecs/
D_codecs_iso2022.c35 #define ESC 0x1B macro
149 WRITEBYTE3(ESC, '(', 'B'); in ENCODER_RESET()
166 WRITEBYTE3(ESC, '(', 'B'); in ENCODER()
219 WRITEBYTE3(ESC, '(', ESCMARK(dsg->mark)); in ENCODER()
224 WRITEBYTE3(ESC, '$', ESCMARK(dsg->mark)); in ENCODER()
229 WRITEBYTE4(ESC, '$', '(', in ENCODER()
239 WRITEBYTE3(ESC, ')', ESCMARK(dsg->mark)); in ENCODER()
244 WRITEBYTE4(ESC, '$', ')', ESCMARK(dsg->mark)); in ENCODER()
344 (*inbuf)[3] == ESC && (*inbuf)[4] == '$' && in iso2022processesc()
442 case ESC: in DECODER()
[all …]
/third_party/alsa-utils/alsaucm/
Ddump.c94 #define ESC(s, esc) tesc((s), (esc), sizeof(esc)) macro
99 printf("Verb.%s {\n", ESC(verb, buf1)); in text_verb_start()
101 printf("\tComment %s\n", ESC(comment, buf2)); in text_verb_start()
117 printf("\t%s.%s {\n", key, ESC(val, buf1)); in text_2nd_level_begin()
119 printf("\t\tComment %s\n", ESC(comment, buf2)); in text_2nd_level_begin()
162 ESC(value, buf); in text_supcon_value()
201 ESC(ident, buf1); in text_value()
205 ESC(value, buf2); in text_value()
/third_party/libuv/test/
Dtest-tty-duplicate-key.c32 #define ESC "\x1b" macro
166 expect_str = ESC"[[A"; in TEST_IMPL()
220 expect_str = ESC"a"ESC"a"; in TEST_IMPL()
Dtest-tty-escape-sequence-processing.c33 #define ESC "\033" macro
34 #define CSI ESC "["
35 #define ST ESC "\\"
1281 snprintf(buffer, sizeof(buffer), "%s7", ESC); in TEST_IMPL()
1289 snprintf(buffer, sizeof(buffer), "%s8", ESC); in TEST_IMPL()
1330 snprintf(buffer, sizeof(buffer), "%sc", ESC); in TEST_IMPL()
1447 snprintf(buffer, sizeof(buffer), "%s]0;%s%s%s", ESC, HELLO, BEL, HELLO); in TEST_IMPL()
1457 snprintf(buffer, sizeof(buffer), "%sP$m%s%s", ESC, ST, HELLO); in TEST_IMPL()
1470 ESC, in TEST_IMPL()
1487 ESC, in TEST_IMPL()
[all …]
/third_party/libxml2/test/valid/dtds/
Dxhtml1.dcl8 level 3//ESC 2/5 2/15 4/6"
34 level 3//ESC 2/5 2/15 4/6"
/third_party/python/Lib/test/
Dtest_multibytecodec.py254 ESC = b'\x1b'
255 self.assertEqual(decoder.decode(ESC + b'('), '')
257 self.assertEqual(decoder.decode(ESC + b'$'), '')
263 self.assertEqual(decoder.decode(ESC + b'$'), '')
/third_party/icu/icu4c/source/test/testdata/
Dconversion.txt186 // The first ESC N comes before its designator sequence, the last sequence is ESC+space.
1057 // ibm-9005_X110-2007.ucm (ISO 8859-7, <ESC>.F=1b2e46):
1060 // windows-949-2000 (KSC_5601, <ESC>$(C=1b242843):
1075 // jisx-208.ucm (<ESC>$B=1b2442):
1078 // ibm-897_P100-1995.ucm (JIS X 0201, <ESC>(J=1b284a):
1080 // ibm-9005_X110-2007.ucm (ISO 8859-7, <ESC>.F=1b2e46):
1084 // windows-949-2000 (KSC_5601, <ESC>$(C=1b242843):
1183 "a\x1bc", // Unicode ESC must not occur as a character
1190 "a\x1bc", // Unicode ESC must not occur as a character
1197 "a\x1bc", // Unicode ESC must not occur as a character
[all …]
/third_party/python/Lib/curses/
Dascii.py32 ESC = 0x1b # ^[ variable
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVulkan.rc105 LTEXT "Attach a debugger or ESC to cancel",IDC_STATIC,7,7,115,8
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
DlibGLESv2.rc102 LTEXT "Attach a debugger or ESC to cancel",IDC_STATIC,7,7,115,8
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/
DlibEGL.rc103 LTEXT "Attach a debugger or ESC to cancel",IDC_STATIC,7,7,115,8
/third_party/skia/third_party/externals/angle2/src/libGL/
DlibGL.rc102 LTEXT "Attach a debugger or ESC to cancel",IDC_STATIC,7,7,115,8
/third_party/zlib/doc/
Dtxtvsbin.txt44 7 (BEL), 8 (BS), 11 (VT), 12 (FF), 26 (SUB), 27 (ESC).
65 7 (BEL), 8 (BS), 11 (VT), 12 (FF), 26 (SUB) and 27 (ESC); but these
/third_party/flutter/flutter/packages/flutter/test/services/
Dkeyboard_key_test.dart39 expect(LogicalKeyboardKey.isControlCharacter('\x1b'), isTrue); // ESC
/third_party/pcre2/pcre2/testdata/
DtestinputEBC6 # backslash must be in EBCDIC code. In data, NL, NEL, LF, ESC, and DEL must be
DtestoutputEBC7 # backslash must be in EBCDIC code. In data, NL, NEL, LF, ESC, and DEL must be
/third_party/ffmpeg/libavcodec/
Daacenc_quantization.h190 QUANTIZE_AND_ENCODE_BAND_COST_FUNC(ESC, 0, 1, 1, 1, 0, 0, ROUND_STANDARD)
/third_party/python/Lib/idlelib/
DHISTORY.txt191 followed by an open parenthesis. Hit ESC or click elsewhere in the
247 - Bind ESC to "close window" of the debugger, stack viewer and class
/third_party/mksh/
Dsh_flags.opt166 /* ./. enable ESC as file name completion character (non-standard) */
/third_party/icu/icu4c/source/data/mappings/
Dgsm-03.38-2009.ucm26 # The GSM standard specifies that one or two ESC bytes (\x1B), if not followed
/third_party/skia/third_party/externals/icu/source/data/mappings/
Dgsm-03.38-2009.ucm26 # The GSM standard specifies that one or two ESC bytes (\x1B), if not followed
/third_party/flutter/skia/third_party/externals/icu/source/data/mappings/
Dgsm-03.38-2009.ucm26 # The GSM standard specifies that one or two ESC bytes (\x1B), if not followed
/third_party/python/Doc/library/
Dcurses.ascii.rst77 | :const:`ESC` | Escape |
/third_party/libinput/doc/user/
Dtrackpoint-configuration.rst93 # ESC closes the debug GUI

1234