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

  /external/chromium_org/third_party/lcov-1.9/bin/
geninfo 611 my @gcov_functions = @{$funcdata};
621 return @gcov_functions;
625 while (@gcov_functions) {
626 $count = shift(@gcov_functions);
627 $fn = shift(@gcov_functions);
665 # Convert hash to list in @gcov_functions format
667 push(@gcov_functions, $fn_count{$fn}, $fn);
670 return @gcov_functions;
724 my @gcov_functions; # Function calls of a .gcov file
975 @gcov_functions = @{$result[2]}
    [all...]
  /external/chromium_org/third_party/lcov/bin/
geninfo 522 my @gcov_functions; # Function calls of a .gcov file
761 @gcov_functions = @{$result[2]};
821 while (@gcov_functions)
824 $gcov_functions[0],
825 $gcov_functions[1]);
827 $funcs_hit++ if $gcov_functions[0];
828 splice(@gcov_functions,0,2);
    [all...]

Completed in 32 milliseconds