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

  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
AnqpCache.java 16 private static final boolean STANDARD_ESS = true; // Regular AP keying; see CacheKey below.
19 private final HashMap<CacheKey, ANQPData> mANQPCache;
26 private static class CacheKey {
31 private CacheKey(String ssid, long bssid, long hessid) {
51 * @return A CacheKey.
53 private static CacheKey buildKey(NetworkDetail network, boolean standardESS) {
73 return new CacheKey(ssid, bssid, hessid);
94 else if (thatObject == null || thatObject.getClass() != CacheKey.class) {
97 CacheKey that = (CacheKey) thatObject
    [all...]
  /external/icu/icu4c/source/common/
unifiedcache.h 99 class CacheKey : public CacheKeyBase {
101 virtual ~CacheKey() { }
133 class LocaleCacheKey : public CacheKey<T> {
139 : CacheKey<T>(other), fLoc(other.fLoc) { }
142 return 37 *CacheKey<T>::hashCode() + fLoc.hashCode();
149 if (!CacheKey<T>::operator == (other)) {
153 // CacheKey returned true.
196 const CacheKey<T>& key,
218 const CacheKey<T>& key,
  /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...]
  /frameworks/base/services/core/java/com/android/server/
LockSettingsStorage.java 505 private final ArrayMap<CacheKey, Object> mCache = new ArrayMap<>();
506 private final CacheKey mCacheKey = new CacheKey();
510 Object cached = peek(CacheKey.TYPE_KEY_VALUE, key, userId);
515 return contains(CacheKey.TYPE_KEY_VALUE, key, userId);
519 put(CacheKey.TYPE_KEY_VALUE, key, value, userId);
523 putIfUnchanged(CacheKey.TYPE_KEY_VALUE, key, value, userId, version);
527 return (byte[]) peek(CacheKey.TYPE_FILE, fileName, -1 /* userId */);
531 return contains(CacheKey.TYPE_FILE, fileName, -1 /* userId */);
535 put(CacheKey.TYPE_FILE, key, value, -1 /* userId */)
    [all...]
  /external/llvm/lib/Analysis/
MemoryDependenceAnalysis.cpp     [all...]
  /external/clang/lib/Format/
UnwrappedLineFormatter.cpp 343 std::pair<const SmallVectorImpl<AnnotatedLine *> *, unsigned> CacheKey(
345 auto CacheIt = PenaltyCache.find(CacheKey);
471 PenaltyCache[CacheKey] = Penalty;
  /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 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.3.6/
groovy-all-2.3.6.jar 

Completed in 660 milliseconds