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

  /external/glide/library/src/main/java/com/bumptech/glide/util/
LruCache.java 29 evict(); method
60 evict(); method
89 private void evict() { method in class:LruCache
  /external/glide/library/src/main/java/com/bumptech/glide/load/engine/bitmap_recycle/
LruBitmapPool.java 42 evict(); method
62 evict(); method
66 private void evict() { method in class:LruBitmapPool
  /external/chromium_org/third_party/libaddressinput/src/cpp/src/util/
lru_cache_using_std.h 123 evict();
142 void evict() { function in class:lru_cache_using_std
  /external/chromium_org/third_party/WebKit/Source/core/fetch/
MemoryCache.cpp 166 evict(oldEntry);
178 evict(m_resources.get(resource->url()));
199 bool didEvict = evict(entry);
275 // See if we have any purged resources we can evict.
286 bool wasEvicted = evict(current);
321 // Now evict objects from this queue.
331 bool wasEvicted = evict(current);
361 bool MemoryCache::evict(MemoryCacheEntry* entry) function in class:blink::MemoryCache
652 evict(i->value.get());
697 evict(m_resources.get(justReleasedResource->url()))
    [all...]
MemoryCache.h 249 bool evict(MemoryCacheEntry*);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
nv30_vertprog.c 94 struct nouveau_heap **evict = heap->next->priv; local
95 nouveau_heap_free(evict);
nv30_draw.c 286 struct nouveau_heap **evict = heap->next->priv; local
287 nouveau_heap_free(evict);
nv30_transfer.c 80 struct nouveau_heap **evict = heap->next->priv; local
81 nouveau_heap_free(evict);
  /external/mesa3d/src/gallium/drivers/nv30/
nv30_vertprog.c 94 struct nouveau_heap **evict = heap->next->priv; local
95 nouveau_heap_free(evict);
nv30_draw.c 286 struct nouveau_heap **evict = heap->next->priv; local
287 nouveau_heap_free(evict);
nv30_transfer.c 80 struct nouveau_heap **evict = heap->next->priv; local
81 nouveau_heap_free(evict);
  /external/chromium_org/v8/test/mjsunit/regress/
regress-330046.js 55 // If OSR did not evict the old code, it will be installed in f here.
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
nv50_program.c 391 /* Out of space: evict everything to compactify the code segment, hoping
395 struct nv50_program *evict = heap->next->priv; local
396 if (evict)
397 nouveau_heap_free(&evict->mem);
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_program.c 391 /* Out of space: evict everything to compactify the code segment, hoping
395 struct nv50_program *evict = heap->next->priv; local
396 if (evict)
397 nouveau_heap_free(&evict->mem);
  /external/chromium_org/ui/file_manager/gallery/js/
ribbon.js 331 // Never evict the thumbnails that are currently in the DOM because we rely
  /external/chromium_org/ui/file_manager/image_loader/
cache.js 168 // Enough space, no need to evict.
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
live_regions.js 378 // First, evict expired entries.
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/metadata/
metadata_cache.js 185 * Returns the current threshold to evict caches. When the number of caches
187 * @return {number} Threshold to evict caches.
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
org.eclipse.sisu.inject-0.0.0.M5.jar 

Completed in 640 milliseconds