HomeSort by relevance Sort by last modified time
    Searched defs:CacheKey (Results 1 - 21 of 21) sorted by null

  /external/icu/icu4c/source/common/
unifiedcache.h 102 class CacheKey : public CacheKeyBase {
104 virtual ~CacheKey() { }
136 class LocaleCacheKey : public CacheKey<T> {
142 : CacheKey<T>(other), fLoc(other.fLoc) { }
145 return (int32_t)(37u * (uint32_t)CacheKey<T>::hashCode() + (uint32_t)fLoc.hashCode());
152 if (!CacheKey<T>::operator == (other)) {
156 // CacheKey returned true.
203 const CacheKey<T>& key,
225 const CacheKey<T>& key,
  /libcore/ojluni/src/main/java/java/lang/reflect/
WeakCache.java 105 Object cacheKey = CacheKey.valueOf(key, refQueue);
107 // lazily install the 2nd level valuesMap for the particular cacheKey
108 ConcurrentMap<Object, Supplier<V>> valuesMap = map.get(cacheKey);
111 = map.putIfAbsent(cacheKey,
188 CacheKey<K> cacheKey;
189 while ((cacheKey = (CacheKey<K>)refQueue.poll()) != null) {
190 cacheKey.expungeFrom(map, reverseMap)
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
IconCache.java 51 private static class CacheKey {
55 CacheKey(ComponentName componentName, UserHandle user) {
67 CacheKey other = (CacheKey) o;
75 private final HashMap<CacheKey, CacheEntry> mCache =
76 new HashMap<CacheKey, CacheEntry>(INITIAL_ICON_CACHE_CAPACITY);
165 mCache.remove(new CacheKey(componentName, user));
228 CacheKey cacheKey = new CacheKey(componentName, user)
    [all...]
  /libcore/ojluni/src/main/java/java/util/
ResourceBundle.java 304 private static final ConcurrentMap<CacheKey, BundleReference> cacheList
356 private volatile CacheKey cacheKey;
537 private static class CacheKey implements Cloneable {
547 // These time values are in CacheKey so that NONEXISTENT_BUNDLE
564 CacheKey(String baseName, Locale locale, ClassLoader loader) {
579 CacheKey setName(String baseName) {
591 CacheKey setLocale(Locale locale) {
608 final CacheKey otherEntry = (CacheKey)other
    [all...]
  /frameworks/base/services/core/java/com/android/server/
LockSettingsStorage.java 589 private final ArrayMap<CacheKey, Object> mCache = new ArrayMap<>();
590 private final CacheKey mCacheKey = new CacheKey();
594 Object cached = peek(CacheKey.TYPE_KEY_VALUE, key, userId);
599 return contains(CacheKey.TYPE_KEY_VALUE, key, userId);
603 put(CacheKey.TYPE_KEY_VALUE, key, value, userId);
607 putIfUnchanged(CacheKey.TYPE_KEY_VALUE, key, value, userId, version);
611 return (byte[]) peek(CacheKey.TYPE_FILE, fileName, -1 /* userId */);
615 return contains(CacheKey.TYPE_FILE, fileName, -1 /* userId */);
619 put(CacheKey.TYPE_FILE, key, value, -1 /* userId */)
    [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
maven-core-3.2.1.jar 
  /prebuilts/tools/common/m2/repository/commons-beanutils/commons-beanutils/1.9.2/
commons-beanutils-1.9.2.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.2.1/
groovy-all-2.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.3.6/
groovy-all-2.3.6.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.4.7/
groovy-all-2.4.7.jar 
  /external/guice/extensions/persist/lib/
hibernate3.jar 
  /prebuilts/sdk/tools/
jack-launcher.jar 
jack-server-4.11.ALPHA.jar 
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-4.4_r1-robolectric-1.jar 
  /prebuilts/tools/common/intellij-core/171.2455.10/
intellij-core.jar 
  /tools/external/gradle/
gradle-api-2.14.1.jar 
gradle-api-3.2.jar 
gradle-api-3.3.jar 
gradle-api-3.4.1.jar 
gradle-api-3.5-20170307000048+0000.jar 

Completed in 412 milliseconds