Home
last modified time | relevance | path

Searched defs:LruCache (Results 1 – 6 of 6) sorted by relevance

/aosp12/packages/apps/Gallery/src/com/android/camera/gallery/
H A DLruCache.java25 public class LruCache<K, V> { class
33 public LruCache(final int capacity) { in LruCache() method in LruCache
/aosp12/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
H A DLruCache.java29 public class LruCache<K, V> { class
37 public LruCache(final int capacity) { in LruCache() method in LruCache
/aosp12/system/bt/gd/common/
H A Dlru_cache.h62 explicit LruCache(size_t capacity) : capacity_(capacity) { in LruCache() function
72 LruCache(const LruCache& other) : capacity_(other.capacity_), list_map_(other.list_map_) {} in LruCache() function
/aosp12/frameworks/base/core/java/android/util/
H A DLruCache.java64 public class LruCache<K, V> { class
83 public LruCache(int maxSize) { in LruCache() method in LruCache
/aosp12/system/core/libutils/include/utils/
H A DLruCache.h163 LruCache<TKey, TValue>::LruCache(uint32_t maxCapacity) in LruCache() function
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...