HomeSort by relevance Sort by last modified time
    Searched defs:Evict (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/gpu/command_buffer/service/
program_cache_unittest.cc 77 void Evict(const std::string& program_hash) {
78 ProgramCache::Evict(program_hash);
145 cache_->Evict(std::string(sha, ProgramCache::kHashLength));
169 cache_->Evict(std::string(sha, ProgramCache::kHashLength));
180 cache_->Evict(std::string(sha, ProgramCache::kHashLength));
program_cache.cc 83 void ProgramCache::Evict(const std::string& program_hash) {
  /external/chromium_org/third_party/leveldatabase/src/db/
table_cache.cc 115 void TableCache::Evict(uint64_t file_number) {
  /external/chromium_org/chrome/browser/net/
evicted_domain_cookie_counter_unittest.cc 78 void Evict(net::CanonicalCookie* cookie);
175 void EvictedDomainCookieCounterTest::Evict(net::CanonicalCookie* cookie) {
213 Evict(cookies_[i]);
220 // Basic flow: add cookies, evict, then reinstate.
229 // Evict cookies at t = [1,3,6,10,15,21].
232 Evict(cookies_[i]);
276 // Evict cookies at t = [1,3,6,10,15,21].
279 Evict(cookies_[i]);
300 // Evict cookies at t = [1,3,6,10].
303 Evict(cookies_[i])
    [all...]
  /external/chromium_org/net/base/
expiring_cache.h 132 Evict(it, now, true);
182 Evict(it++, now, false);
194 Evict(it++, now, false);
198 void Evict(typename EntryMap::iterator it,
  /external/chromium_org/third_party/tcmalloc/chromium/src/
profiledata.cc 65 void ProfileData::Evict(const Entry& entry) {
174 Evict(bucket->entry[a]);
249 Evict(bucket->entry[a]);
300 // Evict entry with smallest count
309 Evict(*e);
  /external/chromium_org/third_party/tcmalloc/vendor/src/
profiledata.cc 65 void ProfileData::Evict(const Entry& entry) {
174 Evict(bucket->entry[a]);
249 Evict(bucket->entry[a]);
300 // Evict entry with smallest count
309 Evict(*e);

Completed in 685 milliseconds