Searched defs:UniformOptions (Results 1 – 2 of 2) sorted by relevance
/system/core/libstats/expresslog/tests/ |
D | Histogram_test.cpp | 25 TEST(UniformOptions, getBinsCount) { in TEST() argument 35 TEST(UniformOptions, constructZeroBinsCount) { in TEST() argument 41 TEST(UniformOptions, constructNegativeBinsCount) { in TEST() argument 47 TEST(UniformOptions, constructMaxValueLessThanMinValue) { in TEST() argument 53 TEST(UniformOptions, testBinIndexForRangeEqual1) { in TEST() argument 61 TEST(UniformOptions, testBinIndexForRangeEqual2) { in TEST() argument 70 TEST(UniformOptions, testBinIndexForRangeEqual5) { in TEST() argument 81 TEST(UniformOptions, testBinIndexForRangeEqual10) { in TEST() argument 94 TEST(UniformOptions, testBinIndexForRangeEqual90) { in TEST() argument
|
/system/core/libstats/expresslog/ |
D | Histogram.cpp | 45 Histogram::UniformOptions::UniformOptions(int binCount, float minValue, float exclusiveMaxValue) in UniformOptions() function in android::expresslog::Histogram::UniformOptions
|