Searched refs:compareHints (Results 1 – 3 of 3) sorted by relevance
/hardware/interfaces/power/1.2/vts/functional/ |
D | VtsHalPowerV1_2TargetTest.cpp | 76 auto compareHints = [](PowerHint l, PowerHint r) { in TEST_F() local 79 std::sort(hints2.begin(), hints2.end(), compareHints); in TEST_F() 89 } while (std::next_permutation(hints2.begin(), hints2.end(), compareHints)); in TEST_F()
|
/hardware/interfaces/power/1.1/vts/functional/ |
D | VtsHalPowerV1_1TargetTest.cpp | 91 auto compareHints = [](PowerHint l, PowerHint r) { in TEST_F() local 94 std::sort(hints2.begin(), hints2.end(), compareHints); in TEST_F() 104 } while (std::next_permutation(hints2.begin(), hints2.end(), compareHints)); in TEST_F()
|
/hardware/interfaces/power/1.0/vts/functional/ |
D | VtsHalPowerV1_0TargetTest.cpp | 149 auto compareHints = [](PowerHint l, PowerHint r) { in TEST_F() local 152 std::sort(hints2.begin(), hints2.end(), compareHints); in TEST_F() 162 } while (std::next_permutation(hints2.begin(), hints2.end(), compareHints)); in TEST_F()
|