OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:no_store_policy
(Results
1 - 2
of
2
) sorted by null
/external/libbrillo/brillo/
backoff_entry_unittest.cc
106
BackoffEntry::Policy
no_store_policy
= base_policy;
local
107
no_store_policy
.entry_lifetime_ms = 0;
108
TestBackoffEntry not_stored(&
no_store_policy
);
/external/libweave/src/
backoff_entry_unittest.cc
104
BackoffEntry::Policy
no_store_policy
= base_policy;
local
105
no_store_policy
.entry_lifetime_ms = 0;
106
TestBackoffEntry not_stored(&
no_store_policy
);
Completed in 378 milliseconds