Searched refs:inconsistencies (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/base/metrics/
H A Dhistogram.cc177 int inconsistencies = NO_INCONSISTENCIES; local
182 inconsistencies |= BUCKET_ORDER_ERROR;
187 inconsistencies |= RANGE_CHECKSUM_ERROR;
197 inconsistencies |= COUNT_HIGH_ERROR;
202 inconsistencies |= COUNT_LOW_ERROR;
205 return inconsistencies;
/external/chromium/base/metrics/
H A Dhistogram.cc310 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);
/external/e2fsprogs/
H A De2fsprogs.spec19 checking, modifying, and correcting any inconsistencies in ext2, ext3,
21 filesystem inconsistencies after an unclean shutdown), mke2fs (used to

Completed in 115 milliseconds