OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:compareHints
(Results
1 - 3
of
3
) sorted by null
/hardware/interfaces/power/1.2/vts/functional/
VtsHalPowerV1_2TargetTest.cpp
76
auto
compareHints
= [](PowerHint l, PowerHint r) {
79
std::sort(hints2.begin(), hints2.end(),
compareHints
);
89
} while (std::next_permutation(hints2.begin(), hints2.end(),
compareHints
));
/hardware/interfaces/power/1.1/vts/functional/
VtsHalPowerV1_1TargetTest.cpp
91
auto
compareHints
= [](PowerHint l, PowerHint r) {
94
std::sort(hints2.begin(), hints2.end(),
compareHints
);
104
} while (std::next_permutation(hints2.begin(), hints2.end(),
compareHints
));
/hardware/interfaces/power/1.0/vts/functional/
VtsHalPowerV1_0TargetTest.cpp
149
auto
compareHints
= [](PowerHint l, PowerHint r) {
152
std::sort(hints2.begin(), hints2.end(),
compareHints
);
162
} while (std::next_permutation(hints2.begin(), hints2.end(),
compareHints
));
Completed in 117 milliseconds