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

  /external/chromium/base/metrics/
histogram.cc 308 Histogram::Inconsistencies Histogram::FindCorruption(
310 int inconsistencies = NO_INCONSISTENCIES; local
317 inconsistencies |= BUCKET_ORDER_ERROR;
322 inconsistencies |= RANGE_CHECKSUM_ERROR;
341 inconsistencies |= COUNT_HIGH_ERROR;
346 inconsistencies |= COUNT_LOW_ERROR;
349 return static_cast<Inconsistencies>(inconsistencies);
    [all...]
  /external/e2fsprogs/
e2fsprogs.spec 19 checking, modifying, and correcting any inconsistencies in ext2, ext3,
21 filesystem inconsistencies after an unclean shutdown), mke2fs (used to

Completed in 110 milliseconds