Home
last modified time | relevance | path

Searched defs:evictAll (Results 1 – 13 of 13) sorted by relevance

/external/leakcanary2/shark-graph/src/main/java/shark/internal/
DLruCache.kt65 fun evictAll() { in evictAll() method
/external/icu/android_icu4j/libcore_bridge/src/java/com/android/i18n/timezone/internal/
DBasicLruCache.java118 public synchronized final void evictAll() { in evictAll() method in BasicLruCache
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
DConnectionPool.java210 public void evictAll() { in evictAll() method in ConnectionPool
DCache.java307 public void evictAll() throws IOException { in evictAll() method in Cache
/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/
DConnectionPool.java216 public void evictAll() { in evictAll() method in ConnectionPool
DCache.java309 public void evictAll() throws IOException { in evictAll() method in Cache
/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/analysis/util/
DLruCache.java327 public final void evictAll() { in evictAll() method in LruCache
/external/skia/src/gpu/graphite/
DPathAtlas.cpp208 void PathAtlas::DrawAtlasMgr::evictAll() { in evictAll() function in skgpu::graphite::PathAtlas::DrawAtlasMgr
DClipAtlasManager.cpp299 void ClipAtlasManager::DrawAtlasMgr::evictAll() { in evictAll() function in skgpu::graphite::ClipAtlasManager::DrawAtlasMgr
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/
DDiskLruCache.java682 public synchronized void evictAll() throws IOException { in evictAll() method in DiskLruCache
/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/internal/
DDiskLruCache.java684 public synchronized void evictAll() throws IOException { in evictAll() method in DiskLruCache
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/
DDiskLruCacheTest.java883 @Test public void evictAll() throws Exception { in evictAll() method in DiskLruCacheTest
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
DCacheTest.java1959 @Test public void evictAll() throws Exception { in evictAll() method in CacheTest