OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:overall_found
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/lcov/contrib/galaxy/
genflat.pl
233
my $
overall_found
= 0;
299
$
overall_found
+= $lines_found;
304
if ($
overall_found
== 0)
311
$overall_hit, $
overall_found
,
312
$overall_hit*100/$
overall_found
);
331
my $
overall_found
=0;
371
$
overall_found
+= $lines_found;
378
return ($
overall_found
, $overall_hit);
/external/chromium_org/third_party/lcov/bin/
genhtml
698
my $
overall_found
= 0;
827
$
overall_found
+= $lines_found;
841
undef, $
overall_found
, $overall_hit,
851
$
overall_found
, $overall_hit,
856
print_overall_rate(1, $
overall_found
, $overall_hit,
887
my ($name, $rel_dir, $base_dir, $title, $trunc_dir, $
overall_found
,
900
$
overall_found
, $overall_hit, $total_fn_found,
927
my $
overall_found
=0;
1000
$
overall_found
+= $lines_found;
1014
$test_title, $trunc_dir, $
overall_found
,
[
all
...]
Completed in 401 milliseconds