Home
last modified time | relevance | path

Searched refs:line (Results 3801 - 3825 of 5502) sorted by relevance

1...<<151152153154155156157158159160>>...221

/third_party/ffmpeg/libavformat/
H A Drtpdec_xiph.c354 PayloadContext *data, const char *line) in xiph_parse_sdp_line()
361 if (av_strstart(line, "fmtp:", &p)) { in xiph_parse_sdp_line()
353 xiph_parse_sdp_line(AVFormatContext *s, int st_index, PayloadContext *data, const char *line) xiph_parse_sdp_line() argument
H A Drtpdec_h264.c390 PayloadContext *h264_data, const char *line) in parse_h264_sdp_line()
393 const char *p = line; in parse_h264_sdp_line()
389 parse_h264_sdp_line(AVFormatContext *s, int st_index, PayloadContext *h264_data, const char *line) parse_h264_sdp_line() argument
H A Drtpdec_mpeg4.c339 PayloadContext *data, const char *line) in parse_sdp_line()
346 if (av_strstart(line, "fmtp:", &p)) in parse_sdp_line()
338 parse_sdp_line(AVFormatContext *s, int st_index, PayloadContext *data, const char *line) parse_sdp_line() argument
/third_party/glslang/glslang/MachineIndependent/
H A Dglslang_tab.cpp.h527 #line 72 "MachineIndependent/glslang.y"
566 #line 567 "MachineIndependent/glslang_tab.cpp.h"
/third_party/glslang/glslang/Include/
H A DCommon.h228 name = nullptr; string = 0; line = 0; column = 0; in init()
250 int line; member
/third_party/alsa-utils/seq/aconnect/
H A Daconnect.c39 static void error_handler(const char *file, int line, const char *function, int err, const char *fmt, ...) in error_handler() argument
46 fprintf(stderr, "ALSA lib %s:%i:(%s) ", file, line, function); in error_handler()
/third_party/libuv/src/unix/
H A Dibmi.c318 static int get_ibmi_physical_address(const char* line, char (*phys_addr)[6]) { in get_ibmi_physical_address() argument
330 iconv_a2e(line, line_name, sizeof(line_name)); in get_ibmi_physical_address()
457 * line description. Normally, the name field contains the line in uv_interface_addresses()
478 * it off so we can get the line description to pass to QDCRLIND. in uv_interface_addresses()
/third_party/mbedtls/programs/x509/
H A Dcert_app.c90 const char *file, int line, in my_debug()
95 mbedtls_fprintf((FILE *) ctx, "%s:%04d: %s", file, line, str); in my_debug()
89 my_debug(void *ctx, int level, const char *file, int line, const char *str) my_debug() argument
/third_party/mbedtls/programs/ssl/
H A Dssl_pthread_server.c67 const char *file, int line, in my_mutexed_debug()
76 file, line, thread_id, str); in my_mutexed_debug()
66 my_mutexed_debug(void *ctx, int level, const char *file, int line, const char *str) my_mutexed_debug() argument
/third_party/mbedtls/tests/scripts/
H A Danalyze_outcomes.py172 for line in input_file:
173 (_platform, component, suite, case, result, _cause) = line.split(';')
330 # pylint: disable=line-too-long
/third_party/mbedtls/
H A DMakefile7 # Use the define keyword to get a multi-line message.
206 CTAGS = ctags --langmap=c:+.h.function --line-directives=no -o
210 etags --no-line-directive -o $@ $(C_SOURCE_FILES)
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_util.h31 int line,
44 __tu_finishme(const char *file, int line, const char *format, ...)
/third_party/node/lib/
H A Dreadline.js440 const string = StringPrototypeSlice(this.line, 0, this.cursor);
509 this.line += s;
/third_party/node/deps/v8/tools/
H A Dgc-nvp-trace-processor.py156 for line in trace:
157 data_line = [str(get_field(line, field)) for field in fields]
/third_party/node/test/parallel/
H A Dtest-worker-debug.js22 // This is at the top so line numbers change less often
26 debugger; // eslint-disable-line no-debugger
103 async waitForBreakAfterCommand(command, script, line) {
108 assert.strictEqual(callFrame.location.lineNumber, line);
154 'Debugger.resume', __filename, 25); // V8 line number is zero-based
/third_party/ninja/misc/
H A Dninja_syntax.py41 for line in textwrap.wrap(text, self.width - 2, break_long_words=False,
43 self.output.write('# ' + line + '\n')
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_cb_feedback.c196 fs->stage.line = feedback_line; in draw_glfeedback_stage()
269 fs->stage.line = select_line; in draw_glselect_stage()
/third_party/node/deps/npm/node_modules/ignore-walk/lib/
H A Dindex.js111 .filter(line => !/^#|^$/.test(line.trim()))
/third_party/node/deps/npm/node_modules/node-gyp/lib/
H A Dinstall.js304 for (const line of (await res.text()).trim().split('\n')) {
305 const items = line.trim().split(/\s+/)
/third_party/node/deps/npm/node_modules/npmlog/lib/
H A Dlog.js290 m.message.split(/\r?\n/).forEach(function (line) {
303 this.write(' ' + line + '\n')
/third_party/node/deps/npm/test/fixtures/
H A Dsandbox.js54 .replace(/\r\n/g, '\n') // normalize line endings (for ini)
116 return this[_output].map((line) => line.join(' ')).join('\n')
/third_party/libinput/tools/
H A Dlibinput-measure-fuzz.py248 print_bold("Probable entry for this device found in line {}:".format(lineno))
358 line = lines[idx]
359 if not line.startswith(" EVDEV_ABS_00"):
/third_party/libdrm/tests/ttmtest/src/
H A Dttmtest.c111 bmError(int val, const char *file, const char *function, int line) in bmError() argument
116 "Detected in file %s, line %d, function %s.\n", in bmError()
117 strerror(-val), file, line, function); in bmError()
/third_party/ltp/tools/sparse/sparse-src/
H A Dc2xml.c84 newNumProp(node, "start-line", sym->pos.line); in new_sym_node()
88 newNumProp(node, "end-line", sym->endpos.line); in new_sym_node()
/third_party/node/deps/v8/src/profiler/
H A Dallocation-tracker.cc99 line(-1), in FunctionInfo()
253 // Converting start offset into line and column may cause heap in AddFunctionInfo()
295 info_->line = Script::GetLineNumber(script_, start_position_); in Resolve()

Completed in 22 milliseconds

1...<<151152153154155156157158159160>>...221