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

/external/libchrome/base/metrics/
H A Dhistogram_snapshot_manager.h68 // The set of inconsistencies (flags) already seen for the histogram.
70 uint32_t inconsistencies = 0; member in struct:base::HistogramSnapshotManager::SampleInfo
H A Dhistogram.cc332 int inconsistencies = NO_INCONSISTENCIES; local
337 inconsistencies |= BUCKET_ORDER_ERROR;
342 inconsistencies |= RANGE_CHECKSUM_ERROR;
352 inconsistencies |= COUNT_HIGH_ERROR;
357 inconsistencies |= COUNT_LOW_ERROR;
360 return inconsistencies;

Completed in 191 milliseconds