Home
last modified time | relevance | path

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

/aosp12/frameworks/native/cmds/dumpstate/tests/
H A Ddumpstate_test.cpp1069 void AssertStats(const std::string& path, int32_t expected_runs, int32_t expected_average) { in AssertStats() function in android::os::dumpstate::ProgressTest
1203 AssertStats(path, 1, 20); in TEST_F()
1223 AssertStats(path, 2, 15); in TEST_F()
1237 AssertStats(path, 3, 18); in TEST_F()
1252 AssertStats(path, 4, 14); in TEST_F()
1259 AssertStats(path, 2, 15); // Sanity check in TEST_F()
1273 AssertStats(path, 3, 16); in TEST_F()