HomeSort by relevance Sort by last modified time
    Searched full:evict (Results 1 - 12 of 12) 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/webkit/WebKit/mac/Misc/
WebCache.mm 113 // Toggling the cache model like this forces the cache to evict all its in-memory resources.
  /hardware/broadcom/wlan/bcm4329/src/dhd/sys/
dhd_common.c 285 int eprec = -1; /* precedence to evict from */
296 /* Determine precedence from which to evict packet, if any */
306 /* Evict if needed */
313 /* Evict packet according to discard policy */
  /system/core/libpixelflinger/codeflinger/
CodeCache.cpp 117 // 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...]
  /dalvik/libcore/luni/src/main/java/java/io/
File.java 488 // 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 444 milliseconds