/third_party/backends/backend/ |
H A D | epson2-commands.c | 2 * ESC/I commands for Epson scanners 31 /* ESC H, set zoom */ 45 params[0] = ESC; in esci_set_zoom() 58 /* ESC R */ 72 params[0] = ESC; in esci_set_resolution() 111 params[0] = ESC; in esci_set_scan_area() 289 params[0] = ESC; in esci_set_color_correction_coefficients() 331 params[0] = ESC; in esci_set_gamma_table() 375 /* ESC F - Request Status 376 * -> ESC [all...] |
H A D | epson2-io.c | 56 case ESC: in e2_send() 57 DBG(9, "%s: ESC %c\n", __func__, cmd[1]); in e2_send() 356 /* This is used for ESC commands with a single byte parameter. Scanner 369 params[0] = ESC; in e2_esc_cmd()
|
H A D | epson.c | 243 state" went away in between doing ESC G and getting the 359 #define ESC 0x1B macro 1072 params[0] = ESC; in set_cmd() 1151 cmd[0] = ESC; in set_zoom() 1179 params[0] = ESC; in set_resolution() 1224 params[0] = ESC; in set_scan_area() 1267 params[0] = ESC; in set_color_correction_coefficients() 1319 params[0] = ESC; in set_gamma_table() 1493 params[0] = ESC; in check_ext_status() 1613 param[0] = ESC; in reset() [all...] |
H A D | epson2.h | 94 #define ESC 0x1B macro
|
H A D | epson2-ops.c | 535 /* ESC I, request identity in e2_discover_capabilities() 588 /* ESC F, request status */ in e2_discover_capabilities() 601 * Extended status flag request (ESC f). in e2_discover_capabilities() 759 * request identity 2 (ESC i), if available will in e2_discover_capabilities() 881 /* ESC R, resolution */ in e2_set_extended_scanning_parameters() 885 /* ESC A, scanning area */ in e2_set_extended_scanning_parameters() 896 /* ESC C, set color */ in e2_set_extended_scanning_parameters() 908 /* ESC D, set data format */ in e2_set_extended_scanning_parameters() 912 /* ESC e, control option */ in e2_set_extended_scanning_parameters() 940 /* ESC in e2_set_extended_scanning_parameters() [all...] |
/third_party/alsa-utils/alsaucm/ |
H A D | dump.c | 94 #define ESC(s, esc) tesc((s), (esc), sizeof(esc)) macro 100 printf("Verb.%s {\n", ESC(verb, buf1)); in text_verb_start() 102 printf("\tComment %s\n", ESC(comment, buf2)); in text_verb_start() 118 printf("\t%s.%s {\n", key, ESC(val, buf1)); in text_2nd_level_begin() 120 printf("\t\tComment %s\n", ESC(comment, buf2)); in text_2nd_level_begin() 163 ESC(value, buf); in text_supcon_value() 202 ESC(ident, buf1); in text_value() 206 ESC(value, buf2); in text_value()
|
/third_party/python/Modules/cjkcodecs/ |
H A D | _codecs_iso2022.c | 32 +----- ESC Throughout 35 #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 in iso2022processesc() [all...] |
/third_party/libuv/test/ |
H A D | test-tty-duplicate-key.c | 32 #define ESC "\x1b" macro 166 expect_str = ESC"[[A"; in TEST_IMPL() 220 expect_str = ESC"a"ESC"a"; in TEST_IMPL()
|
H A D | test-tty-escape-sequence-processing.c | 33 #define ESC "\033" macro 34 #define CSI ESC "[" 35 #define ST ESC "\\" 1282 snprintf(buffer, sizeof(buffer), "%s7", ESC); in TEST_IMPL() 1290 snprintf(buffer, sizeof(buffer), "%s8", ESC); in TEST_IMPL() 1331 snprintf(buffer, sizeof(buffer), "%sc", ESC); in TEST_IMPL() 1427 /* ESC Single-char control does not output anyghing */ in TEST_IMPL() 1440 /* Nothing is output from ESC + ^, _, P, ] to BEL or ESC \ */ in TEST_IMPL() 1447 snprintf(buffer, sizeof(buffer), "%s]0;%s%s%s", ESC, HELL in TEST_IMPL() [all...] |
/third_party/python/Lib/test/ |
H A D | test_multibytecodec.py | 254 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/vk-gl-cts/executor/ |
H A D | xeXMLWriter.cpp | 70 case 27: return "<ESC>"; in getEscapeEntity()
|
/third_party/python/Lib/curses/ |
H A D | ascii.py | 32 ESC = 0x1b # ^[ variable 44 "CAN", "EM", "SUB", "ESC", "FS", "GS", "RS", "US",
|
/third_party/vk-gl-cts/framework/qphelper/ |
H A D | qpXmlWriter.c | 90 case 27: repl = "<ESC>"; break; in writeEscaped()
|
/third_party/ffmpeg/libavcodec/ |
H A D | aacenc_quantization.h | 190 QUANTIZE_AND_ENCODE_BAND_COST_FUNC(ESC, 0, 1, 1, 1, 0, 0, ROUND_STANDARD)
|