HomeSort by relevance Sort by last modified time
    Searched defs:Evict (Results 1 - 12 of 12) 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/android_webview/browser/
global_tile_manager.cc 38 size_t GlobalTileManager::Evict(size_t desired_num_tiles, Key key) {
47 // evict the requester itself. And we only evict the inactive views,
87 // Does not have enough tiles. Now evict other clients' tiles.
91 Evict(new_total_allocated_tiles - num_tiles_limit_, key);
  /external/chromium_org/third_party/leveldatabase/src/db/
table_cache.cc 121 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) {
215 Evict(cookies_[i]);
222 // Basic flow: add cookies, evict, then reinstate.
231 // Evict cookies at t = [1,3,6,10,15,21].
234 Evict(cookies_[i]);
278 // Evict cookies at t = [1,3,6,10,15,21].
281 Evict(cookies_[i]);
302 // Evict cookies at t = [1,3,6,10].
305 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/net/spdy/
hpack_header_table.cc 190 Evict(EvictionCountToReclaim(size_ - max_size_));
232 void HpackHeaderTable::Evict(size_t count) {
245 Evict(EvictionCountForEntry(name, value));
hpack_header_table_test.cc 61 void Evict(size_t count) {
62 return table_->Evict(count);
201 // Evict |entry|. Table counts are again updated appropriately.
202 peer_.Evict(1);
263 // Evict |entry1|. Queries for its name & value now return the static entry.
265 peer_.Evict(1);
272 // Evict |entry2|. Queries by its name & value are not found.
273 peer_.Evict(1);
336 // Evict |entry1|. Implicit removal from reference set.
337 peer_.Evict(1)
    [all...]
  /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);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
cluscfgserver.h     [all...]
msclus.h     [all...]

Completed in 209 milliseconds