Searched refs:CacheEntry (Results 1 – 4 of 4) sorted by relevance
31 private final HashMap<K, CacheEntry<V>> mCacheMap;34 mCacheMap = new HashMap<K, CacheEntry<V>>(); in AbstractCache()52 CacheEntry<V> cacheEntry = new CacheEntry<V>(); in put()70 CacheEntry<V> cacheEntry = mCacheMap.get(key); in get()87 CacheEntry<V> v = mCacheMap.remove(key); in purge()108 private static class CacheEntry<V> { class in AbstractCache
21 struct CacheEntry { struct26 CacheEntry() {} in CacheEntry() argument27 CacheEntry(const android::String16& name, uint32_t resId) : hashedName(name), id(resId) { } in CacheEntry() argument30 static std::map< uint32_t, CacheEntry > mIdMap;64 std::map<uint32_t, CacheEntry>::iterator item = mIdMap.find(hashcode); in lookup()92 mIdMap[hashcode] = CacheEntry(hashedName, resId); in store()
1130 android.icu.impl.ICUService$CacheEntry1230 android.icu.impl.locale.LocaleObjectCache$CacheEntry4073 sun.security.util.MemoryCache$CacheEntry4154 sun.util.locale.LocaleObjectCache$CacheEntry
1846 android.icu.impl.ICUService$CacheEntry1985 android.icu.impl.locale.LocaleObjectCache$CacheEntry8234 sun.security.util.MemoryCache$CacheEntry8320 sun.util.locale.LocaleObjectCache$CacheEntry