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

  /external/chromium_org/base/metrics/
histogram_base.h 78 COUNT_HIGH_ERROR = 0x4,
histogram_unittest.cc 327 EXPECT_EQ(HistogramBase::COUNT_HIGH_ERROR,
histogram.cc 197 inconsistencies |= COUNT_HIGH_ERROR;
  /external/chromium/base/metrics/
histogram_unittest.cc 349 EXPECT_EQ(Histogram::COUNT_HIGH_ERROR, histogram->FindCorruption(snapshot));
histogram.h 311 COUNT_HIGH_ERROR = 0x4,
histogram.cc 341 inconsistencies |= COUNT_HIGH_ERROR;
    [all...]

Completed in 134 milliseconds