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

  /external/chromium/base/metrics/
histogram_unittest.cc 366 EXPECT_EQ(Histogram::BUCKET_ORDER_ERROR | Histogram::RANGE_CHECKSUM_ERROR,
373 EXPECT_EQ(Histogram::RANGE_CHECKSUM_ERROR,
378 EXPECT_EQ(Histogram::RANGE_CHECKSUM_ERROR,
histogram.h 309 RANGE_CHECKSUM_ERROR = 0x1,
histogram.cc 322 inconsistencies |= RANGE_CHECKSUM_ERROR;
    [all...]
  /external/chromium/chrome/common/
metrics_helpers.cc 541 CHECK_NE(0, Histogram::RANGE_CHECKSUM_ERROR & corruption);
545 CHECK_EQ(0, Histogram::RANGE_CHECKSUM_ERROR & corruption);

Completed in 377 milliseconds