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

/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);

Completed in 57 milliseconds