Searched refs:lruEntries (Results 1 - 8 of 8) sorted by relevance

/external/glide/third_party/disklrucache/src/main/java/com/bumptech/glide/disklrucache/
H A DDiskLruCache.java146 private final LinkedHashMap<String, Entry> lruEntries = field in class:DiskLruCache
267 redundantOpCount = lineCount - lruEntries.size();
293 lruEntries.remove(key);
300 Entry entry = lruEntries.get(key);
303 lruEntries.put(key, entry);
314 // This work was already done by calling lruEntries.get().
326 for (Iterator<Entry> i = lruEntries.values().iterator(); i.hasNext(); ) {
365 for (Entry entry : lruEntries.values()) {
408 Entry entry = lruEntries.get(key);
446 Entry entry = lruEntries
[all...]
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/
H A DDiskLruCache.java151 private final LinkedHashMap<String, Entry> lruEntries = new LinkedHashMap<>(0, 0.75f, true); field in class:DiskLruCache
287 redundantOpCount = lineCount - lruEntries.size();
323 lruEntries.remove(key);
330 Entry entry = lruEntries.get(key);
333 lruEntries.put(key, entry);
344 // This work was already done by calling lruEntries.get().
356 for (Iterator<Entry> i = lruEntries.values().iterator(); i.hasNext(); ) {
390 for (Entry entry : lruEntries.values()) {
426 Entry entry = lruEntries.get(key);
454 Entry entry = lruEntries
[all...]
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 169 milliseconds