HomeSort by relevance Sort by last modified time
    Searched defs:HistogramTest (Results 1 - 3 of 3) sorted by null

  /system/update_engine/scripts/update_payload/
histogram_unittest.py 15 class HistogramTest(unittest.TestCase):
  /external/webrtc/webrtc/modules/audio_processing/agc/
histogram_unittest.cc 33 class HistogramTest : public ::testing::Test {
43 void HistogramTest::TestClean() {
49 void HistogramTest::RunTest(bool enable_circular_buff, const char* filename) {
92 TEST_F(HistogramTest, ActiveCircularBuffer) {
98 TEST_F(HistogramTest, InactiveCircularBuffer) {
  /external/libchrome/base/metrics/
histogram_unittest.cc 34 class HistogramTest : public testing::TestWithParam<bool> {
38 HistogramTest() : use_persistent_histogram_allocator_(GetParam()) {}
90 DISALLOW_COPY_AND_ASSIGN(HistogramTest);
93 // Run all HistogramTest cases with both heap and persistent memory.
94 INSTANTIATE_TEST_CASE_P(HeapAndPersistent, HistogramTest, testing::Bool());
98 TEST_P(HistogramTest, BasicTest) {
132 TEST_P(HistogramTest, NameMatchTest) {
152 TEST_P(HistogramTest, DeltaTest) {
181 TEST_P(HistogramTest, FinalDeltaTest) {
206 TEST_P(HistogramTest, ExponentialRangesTest)
    [all...]

Completed in 491 milliseconds