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

  /external/chromium_org/third_party/lcov/bin/
geninfo 520 my @gcov_content; # Content of a .gcov file
759 @gcov_content = @{$result[0]};
764 if (!@gcov_content)
780 \@matches, \@gcov_content);
841 # Note: @gcov_content contains a list of (flag, count, source)
843 while (@gcov_content)
848 if ($gcov_content[0])
852 $gcov_content[1].($checksum ?
853 ",". md5_base64($gcov_content[2]) : "").
858 if ($gcov_content[1] > 0) { $lines_hit++;
    [all...]
  /external/chromium_org/third_party/lcov-1.9/bin/
geninfo 610 my @gcov_content = @{$contentdata};
643 my $lcount = $gcov_content[ ( $line - 1 ) * 3 + 1 ];
722 my @gcov_content; # Content of a .gcov file
973 @gcov_content = @{$result[0]};
978 if (!@gcov_content)
994 \@matches, \@gcov_content);
1014 derive_data(\@gcov_content, \@gcov_functions,
1108 # Note: @gcov_content contains a list of (flag, count, source)
1110 while (@gcov_content)
1115 if ($gcov_content[0]
    [all...]

Completed in 107 milliseconds