Searched refs:AssertStats (Results 1 – 1 of 1) sorted by relevance
/frameworks/native/cmds/dumpstate/tests/ |
D | dumpstate_test.cpp | 1091 void AssertStats(const std::string& path, int32_t expected_runs, int32_t expected_average) { in AssertStats() function in android::os::dumpstate::ProgressTest 1225 AssertStats(path, 1, 20); in TEST_F() 1245 AssertStats(path, 2, 15); in TEST_F() 1259 AssertStats(path, 3, 18); in TEST_F() 1274 AssertStats(path, 4, 14); in TEST_F() 1281 AssertStats(path, 2, 15); // Sanity check in TEST_F() 1295 AssertStats(path, 3, 16); in TEST_F()
|