Searched refs:output_line (Results 1 – 9 of 9) sorted by relevance
/external/strace/ |
D | unwind.c | 80 char *output_line; member 448 char *output_line = NULL; in sprint_call_or_error() local 452 n = asprintf(&output_line, STACK_ENTRY_SYMBOL_FMT); in sprint_call_or_error() 454 n = asprintf(&output_line, STACK_ENTRY_NOSYMBOL_FMT); in sprint_call_or_error() 457 ? asprintf(&output_line, STACK_ENTRY_ERROR_WITH_OFFSET_FMT) in sprint_call_or_error() 458 : asprintf(&output_line, STACK_ENTRY_ERROR_FMT); in sprint_call_or_error() 460 n = asprintf(&output_line, STACK_ENTRY_BUG_FMT, __FUNCTION__); in sprint_call_or_error() 465 return output_line; in sprint_call_or_error() 482 call->output_line = sprint_call_or_error(binary_filename, in queue_put() 533 tprints(tmp->output_line); in queue_print() [all …]
|
/external/vixl/tools/ |
D | lint.py | 83 output_line = progress_prefix + line.rstrip('\r\n') 86 printer.PrintOverwritableLine(output_line, 90 printer.PrintOverwritableLine(output_line,
|
/external/ltrace/ |
D | output.h | 27 void output_line(struct process *proc, const char *fmt, ...);
|
D | debug.c | 41 output_line(NULL, "DEBUG: %s:%d: %s", file, line, buf); in debug_()
|
D | handle_event.c | 415 output_line(event->proc, "--- %s (%s) ---", in handle_signal() 504 output_line(event->proc, "+++ exited (status %d) +++", in handle_exit() 516 output_line(event->proc, "+++ killed by %s +++", in handle_exit_signal() 589 output_line(proc, "--- Called exec() ---"); in handle_exec() 744 output_line(event->proc, in handle_breakpoint()
|
D | output.c | 255 output_line(struct process *proc, const char *fmt, ...) in output_line() function 851 output_line(0, "%s:%d: %s: %s", in do_report() 854 output_line(0, "%s: %s", severity, buf); in do_report()
|
/external/skia/tools/ |
D | find_bad_images_in_skps.py | 151 output_line = '"{0}","{1}","{2}","{3}","{4}"\n'.format( 153 sys.stdout.write(output_line)
|
/external/ltrace/sysdeps/linux-gnu/arm/ |
D | trace.c | 96 output_line(proc, "unexpected instruction 0x%x at %p", in syscall_p()
|
/external/bison/ |
D | ChangeLog-2012 | 19632 * src/output.c (output_parser): Rename 'line' as 'output_line'.
|