Home
last modified time | relevance | path

Searched refs:boundary_value (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/base/metrics/
Dhistogram_macros.h137 #define LOCAL_HISTOGRAM_ENUMERATION(name, sample, boundary_value) \ argument
139 base::LinearHistogram::FactoryGet(name, 1, boundary_value, \
140 boundary_value + 1, base::HistogramBase::kNoFlags))
221 #define UMA_HISTOGRAM_ENUMERATION(name, sample, boundary_value) \ argument
222 HISTOGRAM_ENUMERATION_WITH_FLAG(name, sample, boundary_value, \
228 #define UMA_STABILITY_HISTOGRAM_ENUMERATION(name, sample, boundary_value) \ argument
229 HISTOGRAM_ENUMERATION_WITH_FLAG(name, sample, boundary_value, \
/external/skia/include/core/
DSkPostConfig.h354 # define SK_HISTOGRAM_ENUMERATION(name, value, boundary_value) argument