Searched refs:AssertStats (Results 1 – 1 of 1) sorted by relevance
/frameworks/native/cmds/dumpstate/tests/ |
D | dumpstate_test.cpp | 1114 void AssertStats(const std::string& path, int32_t expected_runs, int32_t expected_average) { in AssertStats() function in android::os::dumpstate::ProgressTest 1248 AssertStats(path, 1, 20); in TEST_F() 1268 AssertStats(path, 2, 15); in TEST_F() 1282 AssertStats(path, 3, 18); in TEST_F() 1297 AssertStats(path, 4, 14); in TEST_F() 1304 AssertStats(path, 2, 15); // Sanity check in TEST_F() 1318 AssertStats(path, 3, 16); in TEST_F()
|