/third_party/ffmpeg/libavformat/ |
H A D | rtpdec_xiph.c | 354 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 D | rtpdec_h264.c | 390 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 D | rtpdec_mpeg4.c | 339 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 D | glslang_tab.cpp.h | 527 #line 72 "MachineIndependent/glslang.y" 566 #line 567 "MachineIndependent/glslang_tab.cpp.h"
|
/third_party/glslang/glslang/Include/ |
H A D | Common.h | 228 name = nullptr; string = 0; line = 0; column = 0; in init() 250 int line; member
|
/third_party/alsa-utils/seq/aconnect/ |
H A D | aconnect.c | 39 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 D | ibmi.c | 318 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 D | cert_app.c | 90 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 D | ssl_pthread_server.c | 67 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 D | analyze_outcomes.py | 172 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 D | Makefile | 7 # 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 D | tu_util.h | 31 int line, 44 __tu_finishme(const char *file, int line, const char *format, ...)
|
/third_party/node/lib/ |
H A D | readline.js | 440 const string = StringPrototypeSlice(this.line, 0, this.cursor); 509 this.line += s;
|
/third_party/node/deps/v8/tools/ |
H A D | gc-nvp-trace-processor.py | 156 for line in trace: 157 data_line = [str(get_field(line, field)) for field in fields]
|
/third_party/node/test/parallel/ |
H A D | test-worker-debug.js | 22 // 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 D | ninja_syntax.py | 41 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 D | st_cb_feedback.c | 196 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 D | index.js | 111 .filter(line => !/^#|^$/.test(line.trim()))
|
/third_party/node/deps/npm/node_modules/node-gyp/lib/ |
H A D | install.js | 304 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 D | log.js | 290 m.message.split(/\r?\n/).forEach(function (line) { 303 this.write(' ' + line + '\n')
|
/third_party/node/deps/npm/test/fixtures/ |
H A D | sandbox.js | 54 .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 D | libinput-measure-fuzz.py | 248 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 D | ttmtest.c | 111 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 D | c2xml.c | 84 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 D | allocation-tracker.cc | 99 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()
|