Home
last modified time | relevance | path

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

/external/libchrome/base/files/
Dimportant_file_writer_unittest.cc331 base::HistogramTester histogram_tester; in TEST_F() local
336 histogram_tester.ExpectTotalCount("ImportantFile.FileCreateError", 0); in TEST_F()
337 histogram_tester.ExpectTotalCount("ImportantFile.FileCreateError.test", 0); in TEST_F()
343 histogram_tester.ExpectTotalCount("ImportantFile.FileCreateError", 1); in TEST_F()
344 histogram_tester.ExpectTotalCount("ImportantFile.FileCreateError.test", 0); in TEST_F()
347 histogram_tester.ExpectTotalCount("ImportantFile.FileCreateError", 1); in TEST_F()
348 histogram_tester.ExpectTotalCount("ImportantFile.FileCreateError.test", 1); in TEST_F()
/external/libchrome/
DAndroid.bp538 "base/test/metrics/histogram_tester.cc",