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

  /external/chromium_org/third_party/lcov/bin/
geninfo 222 our $no_checksum;
297 "geninfo_no_checksum" => \$no_checksum, # deprecated
309 if (defined($no_checksum))
311 $checksum = ($no_checksum ? 0 : 1);
312 $no_checksum = undef;
341 "no-checksum" => \$no_checksum,
369 if (defined($no_checksum))
371 $checksum = ($no_checksum ? 0 : 1);
372 $no_checksum = undef;
    [all...]
lcov 169 our $no_checksum; # If set, don't calculate a checksum for each line
278 "no-checksum" => \$no_checksum,
306 if (defined($no_checksum))
308 $checksum = ($no_checksum ? 0 : 1);
309 $no_checksum = undef;
    [all...]

Completed in 28 milliseconds