Searched refs:tracefile (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/lcov/bin/
H A Dlcov31 # 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 FIL
[all...]
H A Dgenhtml1274 my $tracefile = $_[0]; # Name of tracefile
1300 info("Reading data file $tracefile\n");
1569 die("ERROR: no valid records found in tracefile $tracefile\n");
1573 warn("WARNING: negative counts found in tracefile ".
1574 "$tracefile\n");
1579 "tracefile $tracefile\n");
/external/chromium_org/third_party/lcov/contrib/galaxy/
H A Dgenflat.pl441 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/
H A Dwebrtcvideoengine.cc1365 std::vector<std::string>::iterator tracefile = local
1366 std::find(opts.begin(), opts.end(), "tracefile");
1367 if (tracefile != opts.end() && ++tracefile != opts.end()) {
1369 if (tracing_->SetTraceFile(tracefile->c_str()) == -1) {
1370 LOG_RTCERR1(SetTraceFile, *tracefile);
H A Dwebrtcvoiceengine.cc1288 // Use --voice_loglevel --voice_logfilter "tracefile file_name"
1299 std::vector<std::string>::iterator tracefile = local
1300 std::find(opts.begin(), opts.end(), "tracefile");
1301 if (tracefile != opts.end() && ++tracefile != opts.end()) {
1304 if (tracing_->SetTraceFile(tracefile->c_str()) == -1) {
1305 LOG_RTCERR1(SetTraceFile, *tracefile);

Completed in 309 milliseconds