OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Evict
(Results
1 - 10
of
10
) 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
40
size_t GlobalTileManager::
Evict
(size_t desired_num_tiles, Key key) {
49
//
evict
the requester itself. And we only
evict
the inactive views,
94
// Does not have enough tiles. Now
evict
other clients' tiles.
98
Evict
(new_total_allocated_tiles - num_tiles_limit_, key);
/external/chromium_org/net/spdy/
hpack_header_table.cc
114
Evict
(EvictionCountToReclaim(size_ - max_size_));
156
void HpackHeaderTable::
Evict
(size_t count) {
169
Evict
(EvictionCountForEntry(name, value));
hpack_header_table_test.cc
61
void
Evict
(size_t count) {
62
return table_->
Evict
(count);
188
//
Evict
|entry|. Table counts are again updated appropriately.
189
peer_.
Evict
(1);
252
//
Evict
|entry1|. Queries for its name & value now return the static entry.
254
peer_.
Evict
(1);
261
//
Evict
|entry2|. Queries by its name & value are not found.
262
peer_.
Evict
(1);
344
// size down to
evict
an entry one at a time. Make sure the eviction
/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/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 3635 milliseconds