Home
last modified time | relevance | path

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

/external/libphonenumber/java/src/com/android/i18n/phonenumbers/
DRegexCache.java49 private static class LRUCache<K, V> { class in RegexCache
55 public LRUCache(int size) { in LRUCache() method in RegexCache.LRUCache
/external/jsilver/src/com/google/clearsilver/jsilver/adaptor/
DLoadPathToFileCache.java114 static class LRUCache<K, V> extends LinkedHashMap<K, V> { class in LoadPathToFileCache
118 LRUCache(int capacity) { in LRUCache() method in LoadPathToFileCache.LRUCache
/external/icu/icu4c/source/common/
Dlrucache.cpp130 LRUCache::LRUCache(int32_t size, UErrorCode &status) : in LRUCache() function in LRUCache
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/
Dlru_cache.py34 class LRUCache(): class
/external/chromium_org/third_party/leveldatabase/src/util/
Dcache.cc135 class LRUCache { class
170 LRUCache::LRUCache() in LRUCache() function in leveldb::__anoneb7dc3500111::LRUCache
/external/chromium_org/third_party/jinja2/
Dutils.py294 class LRUCache(object): class