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

  /external/libchrome/base/metrics/
histogram_snapshot_manager.h 68 // The set of inconsistencies (flags) already seen for the histogram.
70 uint32_t inconsistencies = 0; member in struct:base::HistogramSnapshotManager::SampleInfo
histogram.cc 332 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;
    [all...]

Completed in 81 milliseconds