OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DayPercentagePair
(Results
1 - 5
of
5
) sorted by null
/external/libbrillo/policy/tests/
device_policy_impl_unittest.cc
192
std::vector<
DayPercentagePair
> staging_schedule;
208
std::vector<
DayPercentagePair
> staging_schedule;
210
EXPECT_THAT(staging_schedule, ElementsAre(
DayPercentagePair
{4, 40},
211
DayPercentagePair
{10, 100}));
225
std::vector<
DayPercentagePair
> staging_schedule;
227
EXPECT_THAT(staging_schedule, ElementsAre(
DayPercentagePair
{4, 40},
228
DayPercentagePair
{10, 100}));
244
std::vector<
DayPercentagePair
> staging_schedule;
246
EXPECT_THAT(staging_schedule, ElementsAre(
DayPercentagePair
{1, 0},
247
DayPercentagePair
{28, 100}))
[
all
...]
/external/libbrillo/policy/
device_policy.h
57
struct
DayPercentagePair
{
58
bool operator==(const
DayPercentagePair
& other) const {
225
std::vector<
DayPercentagePair
>* staging_schedule_out) const = 0;
mock_device_policy.h
108
bool(std::vector<
DayPercentagePair
>*));
device_policy_impl.h
85
std::vector<
DayPercentagePair
> *staging_schedule_out) const override;
device_policy_impl.cc
527
std::vector<
DayPercentagePair
>* staging_schedule_out) const {
Completed in 286 milliseconds