OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:testfnccount
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/lcov/bin/
lcov
894
# %testfncdata: name of test affecting this file -> \%
testfnccount
897
# %
testfnccount
: function name -> execution count for a single test
924
my $
testfnccount
;
1009
$
testfnccount
= $testfncdata->{$testname};
1014
$
testfnccount
= {};
1067
if (!defined($
testfnccount
->{$2})) {
1068
$
testfnccount
->{$2} = 0;
1083
$
testfnccount
->{$2} += $1;
1098
$
testfnccount
;
[
all
...]
genhtml
1059
# %testfncdata: name of test affecting this file -> \%
testfnccount
1062
# %
testfnccount
: function name -> execution count for a single test
1089
my $
testfnccount
;
1174
$
testfnccount
= $testfncdata->{$testname};
1179
$
testfnccount
= {};
[
all
...]
/external/chromium_org/third_party/lcov-1.9/bin/
lcov
[
all
...]
genhtml
[
all
...]
Completed in 1457 milliseconds