Searched refs:LRUCache (Results 1 - 15 of 15) sorted by relevance

/external/icu/icu4c/source/common/
H A Dlrucache.h22 * LRUCache keyed by locale ID.
25 class U_COMMON_API LRUCache : public UObject { class in inherits:UObject
36 virtual ~LRUCache();
39 LRUCache(int32_t maxSize, UErrorCode &status);
60 LRUCache();
61 LRUCache(const LRUCache &other);
62 LRUCache &operator=(const LRUCache &other);
78 class U_COMMON_API SimpleLRUCache : public LRUCache {
[all...]
H A Dlrucache.cpp21 LRUCache::CacheEntry::CacheEntry()
26 LRUCache::CacheEntry::~CacheEntry() {
30 void LRUCache::CacheEntry::unlink() {
41 void LRUCache::CacheEntry::reset() {
48 void LRUCache::CacheEntry::init(
56 void LRUCache::moveToMostRecent(CacheEntry *entry) {
67 void LRUCache::init(char *adoptedLocId, CacheEntry *entry) {
73 UBool LRUCache::contains(const char *localeId) const {
78 const SharedObject *LRUCache::_get(const char *localeId, UErrorCode &status) {
130 LRUCache function in class:LRUCache
[all...]
/external/libphonenumber/java/src/com/android/i18n/phonenumbers/
H A DRegexCache.java29 private LRUCache<String, Pattern> cache;
32 cache = new LRUCache<String, Pattern>(size);
49 private static class LRUCache<K, V> { class in class:RegexCache
55 public LRUCache(int size) { method in class:RegexCache.LRUCache
60 return size() > LRUCache.this.size;
/external/jsilver/src/com/google/clearsilver/jsilver/adaptor/
H A DLoadPathToFileCache.java34 private final LRUCache<String, String> cache;
38 cache = new LRUCache<String, String>(capacity);
110 * This code is copied from {@link com.google.common.cache.LRUCache} but is distilled to basics in
114 static class LRUCache<K, V> extends LinkedHashMap<K, V> { class in class:LoadPathToFileCache
118 LRUCache(int capacity) { method in class:LoadPathToFileCache.LRUCache
/external/chromium_org/third_party/leveldatabase/src/util/
H A Dcache.cc135 class LRUCache { class in namespace:leveldb::__anon12466
137 LRUCache();
138 ~LRUCache();
140 // Separate from constructor so caller can easily make an array of LRUCache
170 LRUCache::LRUCache() function in class:leveldb::__anon12466::LRUCache
177 LRUCache::~LRUCache() {
186 void LRUCache::Unref(LRUHandle* e) {
196 void LRUCache
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dlrucachetest.cpp38 class LRUCacheForTesting : public LRUCache {
54 LRUCache(maxSize, status), defaultFormatStr() {
/external/chromium_org/third_party/jinja2/
H A Dutils.py294 class LRUCache(object): class in inherits:object
474 MutableMapping.register(LRUCache)
H A Denvironment.py28 from jinja2.utils import import_string, LRUCache, Markup, missing, \
37 _spontaneous_environments = LRUCache(10)
66 return LRUCache(size)
75 return LRUCache(cache.capacity)
29 concat, consume, internalcode namespace
H A Dlexer.py22 from jinja2.utils import LRUCache namespace
29 _lexer_cache = LRUCache(50)
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.expressions_3.4.200.v20100505.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/icu/icu4c/source/i18n/
H A Dreldatefmt.cpp36 static icu::LRUCache *gCache = NULL;
H A Dmeasfmt.cpp41 static icu::LRUCache *gCache = NULL;
H A Dnumfmt.cpp149 static icu::LRUCache *gNumberFormatCache = NULL;
H A Dplurrule.cpp37 static icu::LRUCache *gPluralRulesCache = NULL;

Completed in 1777 milliseconds