/third_party/ffmpeg/libavformat/ |
H A D | tls_openssl.c | 54 static void openssl_lock(int mode, int type, const char *file, int line) in openssl_lock() argument
|
/third_party/curl/projects/ |
H A D | checksrc.bat | 192 echo src - Scan the command-line tool source
|
/third_party/ffmpeg/libswscale/x86/ |
H A D | rgb_2_rgb.asm | 294 ;restore initial state of line variable
|
/third_party/backends/backend/ |
H A D | sm3600-gray.c | 206 int iRead; /* read position in raw line */ in ReadNextGrayLine() 223 dprintf(DEBUG_SCAN,"bulk read: %d byte(s), line #%d\n", in ReadNextGrayLine() 232 } /* while raw line buffer acquiring */ in ReadNextGrayLine() 250 if (this->mode==line) in ReadNextGrayLine() 267 me a line (eichholz@computer.org, 1.4.2001) */ in ReadNextGrayLine() 287 } /* line postprocessing */ in ReadNextGrayLine() 350 /* for halftone dithering we need one history line */ in StartScanGray() 366 /* calculate and prepare intermediate line transfer buffer */ in StartScanGray()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | uspoof_conf.cpp | 222 pe->line = builder.fLineNum; in buildConfusableData() 248 // Regular Expression to parse a line from Confusables.txt. The expression will match in build() 249 // any line. What was matched is determined by examining which capture groups have a match. in build() 253 // Capture Group 7: A blank or comment only line. in build() 254 // Capture Group 8: A syntactically invalid line. Anything that didn't match before. in build() 264 "|^(.*?)$", -1, US_INV); // OR match any line, which catches illegal lines. in build() 279 // Parse the input, one line per iteration of this loop. in build() 284 // this was a blank or comment line. in build() 293 // We have a good input line. Extract the key character and mapping string, and in build()
|
H A D | rbt_set.cpp | 145 parseError.line = parseError.offset = -1; in maskingError()
|
/third_party/libwebsockets/lib/core/ |
H A D | private-lib-core.h | 816 void lwsl_emit_stderr(int level, const char *line);
|
/third_party/libuv/src/win/ |
H A D | core.c | 75 const wchar_t* function, const wchar_t * file, unsigned int line, in uv__crt_invalid_parameter_handler() 681 * Avoids dirtying a cache line. in uv_run() 74 uv__crt_invalid_parameter_handler(const wchar_t* expression, const wchar_t* function, const wchar_t * file, unsigned int line, uintptr_t reserved) uv__crt_invalid_parameter_handler() argument
|
/third_party/mesa3d/src/freedreno/ir3/ |
H A D | instr-a3xx.h | 35 void ir3_assert_handler(const char *expr, const char *file, int line,
|
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
H A D | lvp_private.h | 114 void __lvp_finishme(const char *file, int line, const char *format, ...)
|
/third_party/musl/libc-test/src/math/ |
H A D | fenv.c | 231 p->file, p->line, rstr(p->r), p->x, p->x2, p->y, y, d, d-p->dy, p->dy); in test_round_add()
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | rbt_set.cpp | 145 parseError.line = parseError.offset = -1; in maskingError()
|
H A D | uspoof_conf.cpp | 222 pe->line = builder.fLineNum; in buildConfusableData() 248 // Regular Expression to parse a line from Confusables.txt. The expression will match in build() 249 // any line. What was matched is determined by examining which capture groups have a match. in build() 253 // Capture Group 7: A blank or comment only line. in build() 254 // Capture Group 8: A syntactically invalid line. Anything that didn't match before. in build() 264 "|^(.*?)$", -1, US_INV); // OR match any line, which catches illegal lines. in build() 279 // Parse the input, one line per iteration of this loop. in build() 284 // this was a blank or comment line. in build() 293 // We have a good input line. Extract the key character and mapping string, and in build()
|
/third_party/node/deps/icu-small/source/tools/genrb/ |
H A D | reslist.h | 238 int line; /* used internally to report duplicate keys in tables */ member
|
/third_party/icu/icu4c/source/tools/genrb/ |
H A D | reslist.h | 238 int line; /* used internally to report duplicate keys in tables */ member
|
/third_party/node/deps/v8/include/v8-include/ |
H A D | v8-profiler.h | 70 /** The 1-based number of the source line where the function originates. */ 71 int line; member 73 /** The count of samples associated with the source line. */ 121 * Returns the number, 1-based, of the line where the function originates. 122 * kNoLineNumberInfo if no line number information is available. 290 // (from the root to a leaf) will have line numbers that point to the start 291 // line of the function, rather than the line of the callsite of the child. 293 // In the resulting CpuProfile tree, nodes are separated based on the line 363 * \param mode Type of computation of stack frame line number [all...] |
H A D | v8config.h | 11 path. Add it with -I<path> to the command line
|
/third_party/node/deps/v8/include/ |
H A D | v8-profiler.h | 70 /** The 1-based number of the source line where the function originates. */ 71 int line; member 73 /** The count of samples associated with the source line. */ 121 * Returns the number, 1-based, of the line where the function originates. 122 * kNoLineNumberInfo if no line number information is available. 293 // (from the root to a leaf) will have line numbers that point to the start 294 // line of the function, rather than the line of the callsite of the child. 296 // In the resulting CpuProfile tree, nodes are separated based on the line 366 * \param mode Type of computation of stack frame line number [all...] |
/third_party/node/deps/v8/src/inspector/ |
H A D | v8-debugger-agent-impl.h | 164 bool shouldBeSkipped(const String16& scriptId, int line, int column);
|
/third_party/node/deps/v8/src/diagnostics/ |
H A D | perf-jit.cc | 389 entry.line_number_ = info.line + 1; in LogWriteDebugInfo()
|
/third_party/node/deps/v8/src/torque/ |
H A D | earley-parser.cc | 29 current.line += 1; in Advance()
|
/third_party/mesa3d/src/gallium/auxiliary/draw/ |
H A D | draw_pipe_pstipple.c | 309 pstip->stage.line = draw_pipe_passthrough_line; in draw_pstip_stage()
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
H A D | crocus_monitor.c | 148 crocus_monitor_batchbuffer_flush(void *c, const char *file, int line) in crocus_monitor_batchbuffer_flush() argument
|
/third_party/node/deps/uv/src/win/ |
H A D | core.c | 75 const wchar_t* function, const wchar_t * file, unsigned int line, in uv__crt_invalid_parameter_handler() 654 * Avoids dirtying a cache line. in uv_run() 74 uv__crt_invalid_parameter_handler(const wchar_t* expression, const wchar_t* function, const wchar_t * file, unsigned int line, uintptr_t reserved) uv__crt_invalid_parameter_handler() argument
|
/third_party/rust/crates/clap/clap_bench/benches/ |
H A D | 05_ripgrep.rs | 359 .arg(flag("line-number").short('n')) in cmd() 360 .arg(flag("no-line-number").short('N')) in cmd() 567 should be one of path, line or match. {attribute} can be fg, bg \ 572 line numbers to yellow:\n\n\ 573 rg --colors 'match:fg:magenta' --colors 'line:bg:yellow' foo." 602 "line-number", 603 "Show line numbers.", 604 "Show line numbers (1-based). This is enabled by default when \ 609 "no-line-number", 610 "Suppress line number [all...] |