/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/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/ltrace/ |
debug.c | 41 output_line(NULL, "DEBUG: %s:%d: %s", file, line, buf);
|
output.h | 27 void output_line(struct process *proc, const char *fmt, ...);
|
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/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)
|
/external/chromium_org/third_party/skia/tools/ |
find_bad_images_in_skps.py | 151 output_line = '"{0}","{1}","{2}","{3}","{4}"\n'.format( 153 sys.stdout.write(output_line)
|
/external/skia/tools/ |
find_bad_images_in_skps.py | 151 output_line = '"{0}","{1}","{2}","{3}","{4}"\n'.format( 153 sys.stdout.write(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/tools/grit/grit/format/ |
rc_unittest.py | 154 for expected_line, output_line in zip(expected.split(), output.split()): 155 self.assertEqual(expected_line, output_line)
|
/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)
|
/ndk/sources/host-tools/sed-4.2.1/ |
ChangeLog | 348 * sed/execute.c (output_line): Don't print text if it is NULL. 740 (output_line): Use struct output, set its flag accordingly. 741 (dump_append_queue): Use `ck_fwrite' instead of output_line. 751 function output_line with chomped==FALSE; instead, they chomp 753 (execute_program): Command `e' no longer uses output_line; it [all...] |
/external/ltrace/sysdeps/linux-gnu/arm/ |
trace.c | 96 output_line(proc, "unexpected instruction 0x%x at %p",
|