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

  /external/chromium_org/chrome/browser/
icon_manager.h 94 struct CacheKey {
95 CacheKey(const IconGroupID& group, IconLoader::IconSize size);
98 bool operator<(const CacheKey &other) const;
107 typedef std::map<CacheKey, gfx::Image*> IconMap;
icon_manager.cc 51 IconMap::iterator it = icon_cache_.find(CacheKey(group, size));
114 CacheKey key(group, client_request.size);
138 IconManager::CacheKey::CacheKey(const IconGroupID& group,
144 bool IconManager::CacheKey::operator<(const CacheKey &other) const {
  /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);
228 CacheKey cacheKey = new CacheKey(componentName, user);
229 CacheEntry entry = mCache.get(cacheKey);
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
IconCache.java 72 private static class CacheKey {
76 CacheKey(ComponentName componentName, UserHandleCompat user) {
88 CacheKey other = (CacheKey) o;
99 private final HashMap<CacheKey, CacheEntry> mCache =
100 new HashMap<CacheKey, CacheEntry>(INITIAL_ICON_CACHE_CAPACITY);
187 mCache.remove(new CacheKey(componentName, user));
194 HashSet<CacheKey> forDeletion = new HashSet<CacheKey>();
195 for (CacheKey key: mCache.keySet())
    [all...]
  /frameworks/base/services/core/java/com/android/server/
LockSettingsStorage.java 389 private final ArrayMap<CacheKey, Object> mCache = new ArrayMap<>();
390 private final CacheKey mCacheKey = new CacheKey();
394 Object cached = peek(CacheKey.TYPE_KEY_VALUE, key, userId);
399 return contains(CacheKey.TYPE_KEY_VALUE, key, userId);
403 put(CacheKey.TYPE_KEY_VALUE, key, value, userId);
407 putIfUnchanged(CacheKey.TYPE_KEY_VALUE, key, value, userId, version);
411 return (byte[]) peek(CacheKey.TYPE_FILE, fileName, -1 /* userId */);
415 return contains(CacheKey.TYPE_FILE, fileName, -1 /* userId */);
419 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/org/codehaus/groovy/groovy-all/2.2.1/
groovy-all-2.2.1.jar 

Completed in 333 milliseconds