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

  /external/chromium_org/third_party/lcov/contrib/galaxy/
genflat.pl 232 my $lines_hit;
296 ($lines_found, $lines_hit) = process_dir($dir_name);
298 $overview{$dir_name} = "$lines_found,$lines_hit, ";
300 $overall_hit += $lines_hit;
330 my $lines_hit;
362 ($lines_found, $lines_hit, $testdata) =
367 $overview{$base_name} = "$lines_found,$lines_hit";
372 $overall_hit += $lines_hit;
399 my $lines_hit;
403 ($testdata, $sumcount, $funcdata, $lines_found, $lines_hit)
    [all...]
  /external/chromium_org/third_party/lcov/bin/
genhtml 693 my $lines_hit;
798 ($lines_found, $lines_hit, $fn_found, $fn_hit,
822 $overview{$dir_name} = [$lines_found, $lines_hit, $fn_found,
824 get_rate($lines_found, $lines_hit),
828 $overall_hit += $lines_hit;
922 my $lines_hit;
974 ($lines_found, $lines_hit, $fn_found, $fn_hit, $br_found,
989 $overview{$base_name} = [$lines_found, $lines_hit, $fn_found,
992 get_rate($lines_found, $lines_hit),
1001 $overall_hit += $lines_hit;
    [all...]
lcov     [all...]
geninfo 855 my $lines_hit; # Number of instrumented lines hit
1261 $lines_hit = 0;
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
trace.py 300 lines_hit = per_file[filename] = per_file.get(filename, {})
301 lines_hit[lineno] = self.counts[(filename, lineno)]
357 def write_results_file(self, path, lines, lnotab, lines_hit):
373 if lineno in lines_hit:
374 outfile.write("%5d: " % lines_hit[lineno])
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
trace.py 300 lines_hit = per_file[filename] = per_file.get(filename, {})
301 lines_hit[lineno] = self.counts[(filename, lineno)]
357 def write_results_file(self, path, lines, lnotab, lines_hit):
373 if lineno in lines_hit:
374 outfile.write("%5d: " % lines_hit[lineno])

Completed in 146 milliseconds