OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fn_found
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/lcov/bin/
genhtml
528
my $
fn_found
;
628
($lines_found, $lines_hit, $
fn_found
, $fn_hit)
648
$overview{$dir_name} = [$lines_found, $lines_hit, $
fn_found
,
651
get_rate($
fn_found
, $fn_hit)];
654
$total_fn_found += $
fn_found
;
766
my $
fn_found
;
807
($lines_found, $lines_hit, $
fn_found
, $fn_hit, $testdata,
821
$overview{$base_name} = [$lines_found, $lines_hit, $
fn_found
,
824
get_rate($
fn_found
, $fn_hit)];
832
$total_fn_found += $
fn_found
;
[
all
...]
/external/chromium_org/third_party/lcov-1.9/bin/
genhtml
616
# print_overall_rate(ln_do, ln_found, ln_hit, fn_do,
fn_found
, fn_hit, br_do
624
my ($ln_do, $ln_found, $ln_hit, $fn_do, $
fn_found
, $fn_hit,
632
get_overall_line($
fn_found
, $fn_hit, "function", "functions"))
658
my $
fn_found
;
762
($lines_found, $lines_hit, $
fn_found
, $fn_hit,
783
$overview{$dir_name} = [$lines_found, $lines_hit, $
fn_found
,
786
get_rate($
fn_found
, $fn_hit),
790
$total_fn_found += $
fn_found
;
883
my $
fn_found
;
930
($lines_found, $lines_hit, $
fn_found
, $fn_hit, $br_found
[
all
...]
lcov
[
all
...]
Completed in 166 milliseconds