HomeSort by relevance Sort by last modified time
    Searched refs:output_line (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/tools/gn/bin/
help_as_html.py 34 output_line = ['<li>']
37 output_line.append('<a href="#' + cgi.escape(command) + '">')
38 output_line.append(cgi.escape(command))
40 output_line.append('</a>')
41 output_line.extend([sep + cgi.escape(rest) + '</li>'])
42 output.append(''.join(output_line))
  /external/ltrace/
output.h 27 void output_line(struct process *proc, const char *fmt, ...);
debug.c 41 output_line(NULL, "DEBUG: %s:%d: %s", file, line, buf);
handle_event.c 415 output_line(event->proc, "--- %s (%s) ---",
504 output_line(event->proc, "+++ exited (status %d) +++",
516 output_line(event->proc, "+++ killed by %s +++",
589 output_line(proc, "--- Called exec() ---");
744 output_line(event->proc,
output.c 255 output_line(struct process *proc, const char *fmt, ...) function
851 output_line(0, "%s:%d: %s: %s",
854 output_line(0, "%s: %s", severity, buf);
  /external/strace/
unwind.c 80 char *output_line; member in struct:call_t
460 char *output_line = NULL; local
464 n = asprintf(&output_line, STACK_ENTRY_SYMBOL_FMT);
466 n = asprintf(&output_line, STACK_ENTRY_NOSYMBOL_FMT);
469 ? asprintf(&output_line, STACK_ENTRY_ERROR_WITH_OFFSET_FMT)
470 : asprintf(&output_line, STACK_ENTRY_ERROR_FMT);
472 n = asprintf(&output_line, STACK_ENTRY_BUG_FMT, __FUNCTION__);
477 return output_line;
497 call->output_line = sprint_call_or_error(binary_filename,
548 tprints(tmp->output_line);
    [all...]
  /external/chromium_org/tools/valgrind/
gdb_helper.py 14 def _GdbOutputToFileLine(output_line):
16 match = GDB_LINE_RE.match(output_line)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
validate-committer-lists 170 output_line = process.stdout.readline()
171 if output_line == '' and process.poll() != None:
174 match_result = line_regexp.match(output_line)
176 error("Failed to match line: %s" % output_line)
  /ndk/sources/host-tools/sed-4.2.1/sed/
execute.c 568 static void output_line P_((const char *, size_t, int, struct output *));
570 output_line(text, length, nl, outf)
566 output_line(text, length, nl, outf) function
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
executive.py 109 output_line = child_process.stdout.readline()
110 if output_line == "" and child_process.poll() != None:
116 teed_output.write(output_line)
  /external/ltrace/sysdeps/linux-gnu/arm/
trace.c 96 output_line(proc, "unexpected instruction 0x%x at %p",

Completed in 907 milliseconds