Home
last modified time | relevance | path

Searched refs:TRIM_ENTRY (Results 1 – 4 of 4) sorted by relevance

/external/cronet/net/disk_cache/blockfile/
Dstats_unittest.cc14 EXPECT_EQ(0, stats.GetCounter(disk_cache::Stats::TRIM_ENTRY)); in TEST()
24 EXPECT_EQ(0, stats.GetCounter(disk_cache::Stats::TRIM_ENTRY)); in TEST()
51 stats->OnEvent(disk_cache::Stats::TRIM_ENTRY); in TEST()
64 EXPECT_EQ(1, stats->GetCounter(disk_cache::Stats::TRIM_ENTRY)); in TEST()
77 EXPECT_EQ(1, stats->GetCounter(disk_cache::Stats::TRIM_ENTRY)); in TEST()
Dstats.h31 TRIM_ENTRY, enumerator
Deviction.cc305 backend_->OnEvent(Stats::TRIM_ENTRY); in EvictEntry()
Dbackend_impl.cc1948 int64_t trim_rate = stats_.GetCounter(Stats::TRIM_ENTRY) / use_hours; in ReportStats()
1975 stats_.SetCounter(Stats::TRIM_ENTRY, 0); in ReportStats()