OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gcov_branches
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/lcov/bin/
geninfo
521
my @
gcov_branches
; # Branch content of a .gcov file
760
@
gcov_branches
= @{$result[1]};
875
while (@
gcov_branches
)
877
if ($
gcov_branches
[0])
880
$
gcov_branches
[0],
881
$
gcov_branches
[1]);
883
splice(@
gcov_branches
,0,2);
[
all
...]
/external/chromium_org/third_party/lcov-1.9/bin/
geninfo
723
my $
gcov_branches
; # Branch content of a .gcov file
974
$
gcov_branches
= $result[1];
1088
$num = br_gvec_len($
gcov_branches
);
1091
br_gvec_get($
gcov_branches
, $i);
[
all
...]
Completed in 191 milliseconds