Searched refs:boundary_value (Results 1 – 2 of 2) sorted by relevance
/external/libchrome/base/metrics/ |
D | histogram_macros.h | 166 #define LOCAL_HISTOGRAM_ENUMERATION(name, sample, boundary_value) \ argument 168 base::LinearHistogram::FactoryGet(name, 1, boundary_value, \ 169 boundary_value + 1, base::HistogramBase::kNoFlags)) 250 #define UMA_HISTOGRAM_ENUMERATION(name, sample, boundary_value) \ argument 251 HISTOGRAM_ENUMERATION_WITH_FLAG(name, sample, boundary_value, \ 257 #define UMA_STABILITY_HISTOGRAM_ENUMERATION(name, sample, boundary_value) \ argument 258 HISTOGRAM_ENUMERATION_WITH_FLAG(name, sample, boundary_value, \
|
/external/skia/include/core/ |
D | SkPostConfig.h | 359 # define SK_HISTOGRAM_ENUMERATION(name, value, boundary_value) argument
|