HomeSort by relevance Sort by last modified time
    Searched full:evict (Results 1 - 14 of 14) sorted by null

  /external/webkit/WebCore/loader/
Cache.cpp 194 evict(resource);
200 evict(resource);
215 evict(revalidatingResource);
244 evict(resource);
322 // See if we have any purged resources we can evict.
330 evict(current);
362 // Now evict objects from this queue.
367 evict(current);
368 // If evict() caused pruneDeadResources() to be re-entered, bail out. This can happen when removing an
401 void Cache::evict(CachedResource* resource function in class:WebCore::Cache
    [all...]
Cache.h 133 void remove(CachedResource* resource) { evict(resource); }
179 void evict(CachedResource*);
  /external/chromium/net/disk_cache/
eviction.cc 10 // The new (in-development) eviction policy ads re-use as a factor to evict
19 // and maybe in the future we don't evict that element.
21 // When we have to evict an element, first we try to use the last element from
22 // the NO_USE list, then we move to the LOW_USE and only then we evict an entry
179 // This is the first entry that we have to evict, generate some noise.
disk_cache.h 276 // The Backend implementation is free to evict any range from the cache at any
  /external/webkit/WebKit/mac/Misc/
WebCache.mm 113 // Toggling the cache model like this forces the cache to evict all its in-memory resources.
  /system/core/libpixelflinger/codeflinger/
CodeCache.cpp 139 // evict the LRU
  /external/quake/quake/src/WinQuake/
gl_draw.cpp 244 // Call evict in case the currently bound texture id is already
248 evict(e);
345 evict(e);
350 void evict(entry* e) { function in class:textureStore
    [all...]
  /hardware/broadcom/wlan/bcm4329/src/dhd/sys/
dhd_common.c 338 int eprec = -1; /* precedence to evict from */
349 /* Determine precedence from which to evict packet, if any */
359 /* Evict if needed */
366 /* Evict packet according to discard policy */
    [all...]
  /libcore/luni/src/main/java/java/io/
File.java 476 // A VM-wide cache with no mechanism to evict stale elements is a
    [all...]
  /external/webkit/JavaScriptCore/wtf/
FastMalloc.cpp     [all...]
  /external/sqlite/dist/
sqlite3.h     [all...]
sqlite3.h.orig     [all...]
sqlite3.c     [all...]
sqlite3.c.orig     [all...]

Completed in 300 milliseconds