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

  /external/chromium_org/v8/test/webkit/
flatten-dictionary-structure-from-which-all-properties-were-deleted.js 25 "Tests that deleting all properties from an object and then flattening it doesn't cause inconsistencies."
  /external/chromium_org/base/metrics/
histogram.cc 177 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/
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
  /external/chromium_org/tools/grit/grit/gather/
tr_html.py 24 we would always have little inconsistencies which could cause bugs (the

Completed in 1386 milliseconds