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

  /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...]
  /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/util/
ResourceBundle.java 304 private static final ConcurrentMap<CacheKey, BundleReference> cacheList
356 private volatile CacheKey cacheKey;
538 private static class CacheKey implements Cloneable {
548 // These time values are in CacheKey so that NONEXISTENT_BUNDLE
565 CacheKey(String baseName, Locale locale, ClassLoader loader) {
580 CacheKey setName(String baseName) {
592 CacheKey setLocale(Locale locale) {
609 final CacheKey otherEntry = (CacheKey)other
    [all...]
  /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...]
  /frameworks/base/services/core/java/com/android/server/locksettings/
LockSettingsStorage.java 777 private final ArrayMap<CacheKey, Object> mCache = new ArrayMap<>();
778 private final CacheKey mCacheKey = new CacheKey();
782 Object cached = peek(CacheKey.TYPE_KEY_VALUE, key, userId);
787 return contains(CacheKey.TYPE_KEY_VALUE, key, userId);
791 put(CacheKey.TYPE_KEY_VALUE, key, value, userId);
795 putIfUnchanged(CacheKey.TYPE_KEY_VALUE, key, value, userId, version);
799 return (byte[]) peek(CacheKey.TYPE_FILE, fileName, -1 /* userId */);
803 return contains(CacheKey.TYPE_FILE, fileName, -1 /* userId */);
807 put(CacheKey.TYPE_FILE, key, value, -1 /* userId */)
    [all...]
  /external/llvm/lib/Analysis/
MemoryDependenceAnalysis.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
MemoryDependenceAnalysis.cpp 790 ValueIsLoadPair CacheKey(Loc.Ptr, isLoad);
791 RemoveFromReverseMap(ReverseNonLocalPtrDeps, ScanPos, CacheKey);
816 ValueIsLoadPair CacheKey(Loc.Ptr, isLoad);
817 ReverseNonLocalPtrDeps[Inst].insert(CacheKey);
    [all...]
  /external/clang/lib/Format/
UnwrappedLineFormatter.cpp 803 std::pair<const SmallVectorImpl<AnnotatedLine *> *, unsigned> CacheKey(
805 auto CacheIt = PenaltyCache.find(CacheKey);
    [all...]
  /prebuilts/tools/common/m2/repository/commons-beanutils/commons-beanutils/1.9.2/
commons-beanutils-1.9.2.jar 
  /frameworks/base/config/
compiled-classes-phone     [all...]
preloaded-classes     [all...]
  /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 
  /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 818 milliseconds