/third_party/pcre2/pcre2/ |
H A D | RunGrepTest.bat | 315 (pushd %srcdir% & %pcre2grep% --line-offsets "before|zero|after" ./testdata/grepinput & popd) >>testtrygrep
536 (pushd %srcdir% & %pcre2grep% --line-offsets "(?<=\Ka)" %builddir%\testtemp1grep & popd) >>testtrygrep 2>&1
552 (pushd %srcdir% & %pcre2grep% --line-offsets -M "match (\d+):\n (.)\n" testdata/grepinput & popd) >>testtrygrep
612 (pushd %srcdir% & %pcre2grep% --line-offsets -u --newline=any "(?<=\K\x{17f})" ./testdata/grepinput8 & popd) >>testtrygrep
625 :: is not \n. Do not use exported files, whose line endings might be changed.
682 call :checkspecial "--line-buffered --colour=auto abc nul" 1 || exit /b 1
|
/third_party/skia/third_party/externals/freetype/src/smooth/ |
H A D | ftgrays.c | 62 * from straight line becomes much smaller than a pixel. Therefore, the 105 /* The size in bytes of the render pool used by the scan-line converter */ 207 int line, in FT_Throw() 211 FT_UNUSED( line ); in FT_Throw() 383 /* Calculating coverages for a slanted line requires a division each */ 384 /* time the line crosses from cell to cell. These macros speed up */ 387 /* each slanted line. Nevertheless, these divisions are noticeable */ 729 * Render a given line as a series of scanlines. 761 /* vertical line - avoid calling gray_render_scanline */ in gray_render_line() 867 * Render a straight line acros 206 FT_Throw( int error, int line, const char* file ) FT_Throw() argument 1490 unsigned char* line = ras.target.origin - ras.target.pitch * y; gray_sweep() local [all...] |
/third_party/libabigail/tests/lib/ |
H A D | catch.hpp | 231 // https://gcc.gnu.org/onlinedocs/gcc-4.8.2/libstdc++/api/a01053_source.html line 2812-2813 469 #define INTERNAL_CATCH_UNIQUE_NAME_LINE2( name, line ) name##line 470 #define INTERNAL_CATCH_UNIQUE_NAME_LINE( name, line ) INTERNAL_CATCH_UNIQUE_NAME_LINE2( name, line ) 508 line( _line ) in line() function 521 std::size_t line; member 3083 // out-of-line to avoid including stdexcept in the header 3086 // out-of-line to avoid including stdexcept in the header 5967 static char line[CATCH_CONFIG_CONSOLE_WIDT [all...] |
/kernel/linux/linux-6.6/drivers/tty/ |
H A D | n_gsm.c | 71 #define DBG_CD_ON BIT(1) /* Always assume CD line on. */ 1500 * Used when a modem control message or line state inline in adaption 1673 * the GSM mux protocol to pass virtual modem line status and optionally 1787 * gsm_control_rls - remote line status 1884 /* Out of band modem line change indicator for a DLCI */ in gsm_control_message() 2412 case 2: /* Asynchronous serial with line state in each frame */ in gsm_dlci_data() 2748 * the line encoding. All the differences between the encodings have 3202 static inline unsigned int mux_line_to_num(unsigned int line) in mux_line_to_num() argument 3204 return line / NUM_DLCI; in mux_line_to_num() 3510 * modem. Currently called from the line disciplin 4199 unsigned int line = tty->index; gsmtty_install() local [all...] |
/third_party/curl/lib/ |
H A D | ftp.c | 530 #define STATUSCODE(line) (ISDIGIT(line[0]) && ISDIGIT(line[1]) && \ 531 ISDIGIT(line[2])) 533 /* macro to check for the last line in an FTP server response */ 534 #define LASTLINE(line) (STATUSCODE(line) && (' ' == line[3])) 537 char *line, size_t len, int *code) in ftp_endofresp() 542 if((len > 3) && LASTLINE(line)) { in ftp_endofresp() 536 ftp_endofresp(struct Curl_easy *data, struct connectdata *conn, char *line, size_t len, int *code) ftp_endofresp() argument [all...] |
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/ |
H A D | btf.c | 4715 int expected_line_len, const char *line) in check_line() 4721 if (strcmp(expected_line, line)) { in check_line() 4724 fprintf(stderr, " read: %s", line); in check_line() 4746 char *line = NULL; in do_test_pprint() local 4821 while ((nread = getline(&line, &line_len, pin_file)) > 0 && in do_test_pprint() 4822 *line == '#') in do_test_pprint() 4839 next_key = ordered_map ? nr_read_elems : atoi(line); in do_test_pprint() 4853 * let us verify the line containing the key here. in do_test_pprint() 4862 sizeof(expected_line), line); in do_test_pprint() 4868 nread = getline(&line, in do_test_pprint() 4714 check_line(const char *expected_line, int nexpected_line, int expected_line_len, const char *line) check_line() argument [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
H A D | btf.c | 5364 int expected_line_len, const char *line) in check_line() 5370 if (strcmp(expected_line, line)) { in check_line() 5373 fprintf(stderr, " read: %s", line); in check_line() 5395 char *line = NULL; in do_test_pprint() local 5463 while ((nread = getline(&line, &line_len, pin_file)) > 0 && in do_test_pprint() 5464 *line == '#') in do_test_pprint() 5481 next_key = ordered_map ? nr_read_elems : atoi(line); in do_test_pprint() 5495 * let us verify the line containing the key here. in do_test_pprint() 5504 sizeof(expected_line), line); in do_test_pprint() 5510 nread = getline(&line, in do_test_pprint() 5363 check_line(const char *expected_line, int nexpected_line, int expected_line_len, const char *line) check_line() argument [all...] |
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/ndk/drawing_fuzzer/ |
H A D | drawing_fuzzer.cpp | 403 OH_Drawing_TextLine *line = OH_Drawing_LineTypographyCreateLine(lineTypography, startIndex, count); in OHDrawingLineTypographyTest() local 404 OH_Drawing_DestroyTextLine(line); in OHDrawingLineTypographyTest()
|
/foundation/graphic/graphic_2d/rosen/modules/platform/eventhandler/ |
H A D | event_handler.h | 39 Caller(std::string file = __builtin_FILE(), int line = __builtin_LINE(), std::string func = __builtin_FUNCTION()) in Caller() 40 : file_(file), line_(line), func_(func) { in Caller()
|
/kernel/linux/linux-6.6/arch/arm/include/asm/ |
H A D | assembler.h | 566 .macro bug, msg, line 579 .hword \line
|
/kernel/linux/linux-5.10/drivers/macintosh/ |
H A D | macio_asic.c | 230 unsigned int line) in macio_create_fixup_irq() 234 irq = irq_create_mapping(NULL, line); in macio_create_fixup_irq() 229 macio_create_fixup_irq(struct macio_dev *dev, int index, unsigned int line) macio_create_fixup_irq() argument
|
/kernel/linux/linux-5.10/drivers/tty/serial/ |
H A D | vt8500_serial.c | 333 "vt8500_serial%d", port->line); in vt8500_startup() 699 vt8500_port->uart.line = port; in vt8500_serial_probe()
|
H A D | altera_uart.c | 80 unsigned int sigs; /* Local copy of line sigs */ 118 * masked out to keep the irq line inactive. in altera_uart_update_ctrl_reg() 332 "interrupt vector=%d\n", port->line, port->irq); in altera_uart_startup() 604 port->line = i; in altera_uart_probe()
|
/kernel/linux/linux-5.10/sound/pci/ice1712/ |
H A D | maya44.c | 337 static void wm8776_select_input(struct snd_maya44 *chip, int idx, int line) in wm8776_select_input() argument 340 0x1f, 1 << line); in wm8776_select_input()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | lockdep.h | 691 void lockdep_rcu_suspicious(const char *file, const int line, const char *s); 694 lockdep_rcu_suspicious(const char *file, const int line, const char *s) in lockdep_rcu_suspicious() argument
|
H A D | serial_core.h | 24 ((port)->cons && (port)->cons->index == (port)->line) 93 * Stop transmitting characters. This might be due to the CTS line 113 * Notify the serial driver that input buffers for the line discipline are 124 * port without fear of overrunning the input buffers of the line 565 unsigned int line; /* port index */ member
|
/kernel/linux/linux-6.6/drivers/tty/serial/ |
H A D | vt8500_serial.c | 310 "vt8500_serial%d", port->line); in vt8500_startup() 673 vt8500_port->uart.line = port; in vt8500_serial_probe()
|
/kernel/linux/linux-6.6/drivers/macintosh/ |
H A D | macio_asic.c | 235 unsigned int line) in macio_create_fixup_irq() 239 irq = irq_create_mapping(NULL, line); in macio_create_fixup_irq() 234 macio_create_fixup_irq(struct macio_dev *dev, int index, unsigned int line) macio_create_fixup_irq() argument
|
/kernel/linux/linux-6.6/sound/pci/ice1712/ |
H A D | maya44.c | 337 static void wm8776_select_input(struct snd_maya44 *chip, int idx, int line) in wm8776_select_input() argument 340 0x1f, 1 << line); in wm8776_select_input()
|
/kernel/linux/linux-6.6/net/core/ |
H A D | xdp.c | 584 void xdp_warn(const char *msg, const char *func, const int line) in xdp_warn() argument 586 WARN(1, "XDP_WARN: %s(line:%d): %s\n", func, line, msg); in xdp_warn()
|
/third_party/curl/tests/ |
H A D | runner.pm | 306 my $line; 309 $line++; 337 print STDERR "error: test$testnum:$line: %else no %if\n"; 346 print STDERR "error: test$testnum:$line: %endif had no %if\n"; 789 # get the command line options to use 794 # substitute variables in the command line 828 # run the command line prepended with "perl" 835 # run the command line prepended with "/bin/sh" 842 # run curl, add suitable command line options 866 $cmdargs = " $cmd"; # $cmd is the command line fo [all...] |
/third_party/ffmpeg/libavcodec/x86/ |
H A D | snowdsp.c | 612 IDWTELEM * * dst_array = sb->line + src_y;\ 766 IDWTELEM * * dst_array = sb->line + src_y;\
|
/third_party/ffmpeg/libavformat/tests/ |
H A D | movenc.c | 165 static void check_func(int value, int line, const char *msg, ...) in check_func() argument 170 printf("%d: ", line); in check_func()
|
/third_party/gn/src/gn/ |
H A D | functions_target.cc | 141 If the command line length is very long, you can use response files to pass 229 If the command line length is very long, you can use response files to pass 685 A loadable module will be specified on the linker line for targets listing 778 A shared library will be specified on the linker line for targets listing the 815 implicitly added to the linker line of all targets that depend on the source
|
/third_party/ffmpeg/tests/checkasm/ |
H A D | checkasm.c | 871 int checkasm_check_##type(const char *const file, const int line, \ 884 checkasm_fail_func("%s:%d", file, line); \
|