Searched defs:inconsistencies (Results 1 - 2 of 2) 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);

Completed in 134 milliseconds