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

  /system/core/sh/
show.c 269 FILE *tracefile; variable
278 putc(c, tracefile);
291 (void) vfprintf(tracefile, fmt, va);
302 (void) vfprintf(tracefile, fmt, va);
313 fputs(s, tracefile);
325 putc('"', tracefile);
338 backslash: putc('\\', tracefile);
339 putc(c, tracefile);
343 putc(*p, tracefile);
345 putc('\\', tracefile);
    [all...]
histedit.c 76 extern FILE *tracefile;
119 if (tracefile)
120 el_err = tracefile;
  /external/chromium_org/third_party/lcov/bin/
lcov 31 # 2002-10-16 / Peter Oberparleiter: implemented --add-tracefile option
149 our $list; # If set, list contents of tracefile
150 our $extract; # If set, extracts parts of tracefile
151 our $remove; # If set, removes parts of tracefile
152 our $diff; # If set, modifies tracefile according to diff
166 our $diff_path = ""; # Path removed from tracefile when applying diff
259 "add-tracefile|a=s" => \@add_tracefile,
506 -a, --add-tracefile FILE Add contents of tracefiles
509 -l, --list FILE List contents of tracefile FILE
510 --diff FILE DIFF Transform tracefile FILE according to DIF
    [all...]
genhtml     [all...]
  /external/chromium_org/third_party/lcov/contrib/galaxy/
genflat.pl 441 my $tracefile = $_[0]; # Name of tracefile
604 die("ERROR: No valid records found in tracefile $tracefile\n");
608 warn("WARNING: Negative counts found in tracefile ".
609 "$tracefile\n");
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvoiceengine.cc 1202 std::vector<std::string>::iterator tracefile = local
    [all...]
webrtcvideoengine.cc 1298 std::vector<std::string>::iterator tracefile = local
    [all...]

Completed in 1177 milliseconds