Home
last modified time | relevance | path

Searched refs:line (Results 4726 - 4750 of 5502) sorted by relevance

1...<<181182183184185186187188189190>>...221

/third_party/ffmpeg/libavformat/
H A Dtls_openssl.c54 static void openssl_lock(int mode, int type, const char *file, int line) in openssl_lock() argument
/third_party/curl/projects/
H A Dchecksrc.bat192 echo src - Scan the command-line tool source
/third_party/ffmpeg/libswscale/x86/
H A Drgb_2_rgb.asm294 ;restore initial state of line variable
/third_party/backends/backend/
H A Dsm3600-gray.c206 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 Duspoof_conf.cpp222 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 Drbt_set.cpp145 parseError.line = parseError.offset = -1; in maskingError()
/third_party/libwebsockets/lib/core/
H A Dprivate-lib-core.h816 void lwsl_emit_stderr(int level, const char *line);
/third_party/libuv/src/win/
H A Dcore.c75 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 Dinstr-a3xx.h35 void ir3_assert_handler(const char *expr, const char *file, int line,
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_private.h114 void __lvp_finishme(const char *file, int line, const char *format, ...)
/third_party/musl/libc-test/src/math/
H A Dfenv.c231 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 Drbt_set.cpp145 parseError.line = parseError.offset = -1; in maskingError()
H A Duspoof_conf.cpp222 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 Dreslist.h238 int line; /* used internally to report duplicate keys in tables */ member
/third_party/icu/icu4c/source/tools/genrb/
H A Dreslist.h238 int line; /* used internally to report duplicate keys in tables */ member
/third_party/node/deps/v8/include/v8-include/
H A Dv8-profiler.h70 /** 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 Dv8config.h11 path. Add it with -I<path> to the command line
/third_party/node/deps/v8/include/
H A Dv8-profiler.h70 /** 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 Dv8-debugger-agent-impl.h164 bool shouldBeSkipped(const String16& scriptId, int line, int column);
/third_party/node/deps/v8/src/diagnostics/
H A Dperf-jit.cc389 entry.line_number_ = info.line + 1; in LogWriteDebugInfo()
/third_party/node/deps/v8/src/torque/
H A Dearley-parser.cc29 current.line += 1; in Advance()
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_pstipple.c309 pstip->stage.line = draw_pipe_passthrough_line; in draw_pstip_stage()
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_monitor.c148 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 Dcore.c75 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 D05_ripgrep.rs359 .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...]

Completed in 24 milliseconds

1...<<181182183184185186187188189190>>...221