Home
last modified time | relevance | path

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

/external/cronet/net/disk_cache/blockfile/
Deviction.cc81 Eviction::Eviction() = default;
83 Eviction::~Eviction() = default;
85 void Eviction::Init(BackendImpl* backend) { in Init()
102 void Eviction::Stop() { in Stop()
115 void Eviction::TrimCache(bool empty) { in TrimCache()
152 FROM_HERE, base::BindOnce(&Eviction::TrimCache, in TrimCache()
169 void Eviction::UpdateRank(EntryImpl* entry, bool modified) { in UpdateRank()
176 void Eviction::OnOpenEntry(EntryImpl* entry) { in OnOpenEntry()
181 void Eviction::OnCreateEntry(EntryImpl* entry) { in OnCreateEntry()
188 void Eviction::OnDoomEntry(EntryImpl* entry) { in OnDoomEntry()
[all …]
Deviction.h20 class Eviction {
22 Eviction();
24 Eviction(const Eviction&) = delete;
25 Eviction& operator=(const Eviction&) = delete;
27 ~Eviction();
91 base::WeakPtrFactory<Eviction> ptr_factory_{this};
Dbackend_impl.h55 friend class Eviction; variable
412 Eviction eviction_; // Handler of the eviction algorithm.
/external/cronet/net/third_party/quiche/src/quiche/quic/core/
Dquic_lru_cache_test.cc52 TEST(QuicLRUCacheTest, Eviction) { in TEST() argument
/external/openthread/third_party/mbedtls/repo/tests/suites/
Dtest_suite_psa_crypto_slot_management.data220 # Eviction from a key slot to be able to import a new persistent key.
224 # Eviction from a key slot to be able to import a new volatile key.
/external/mbedtls/tests/suites/
Dtest_suite_psa_crypto_slot_management.data220 # Eviction from a key slot to be able to import a new persistent key.
224 # Eviction from a key slot to be able to import a new volatile key.