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

  /external/icu/icu4c/source/common/
unifiedcache.h 100 class CacheKey : public CacheKeyBase {
102 virtual ~CacheKey() { }
134 class LocaleCacheKey : public CacheKey<T> {
140 : CacheKey<T>(other), fLoc(other.fLoc) { }
143 return 37 *CacheKey<T>::hashCode() + fLoc.hashCode();
150 if (!CacheKey<T>::operator == (other)) {
154 // CacheKey returned true.
201 const CacheKey<T>& key,
223 const CacheKey<T>& key,
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
AnqpCache.java 19 private static final boolean STANDARD_ESS = true; // Regular AP keying; see CacheKey below.
23 private final HashMap<CacheKey, ANQPData> mANQPCache;
31 private static class CacheKey {
36 private CacheKey(String ssid, long bssid, long hessid) {
56 * @return A CacheKey.
58 private static CacheKey buildKey(NetworkDetail network, boolean standardESS) {
78 return new CacheKey(ssid, bssid, hessid);
99 else if (thatObject == null || thatObject.getClass() != CacheKey.class) {
102 CacheKey that = (CacheKey) thatObject
    [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...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/gcs-oauth2-boto-plugin/gcs_oauth2_boto_plugin/
oauth2_client.py 310 cache_key = self.CacheKey()
323 def CacheKey(self):
  /libcore/ojluni/src/main/java/java/util/
ResourceBundle.java 296 private static final ConcurrentMap<CacheKey, BundleReference> cacheList
330 private volatile CacheKey cacheKey;
489 private static final class CacheKey implements Cloneable {
499 // These time values are in CacheKey so that NONEXISTENT_BUNDLE
516 CacheKey(String baseName, Locale locale, ClassLoader loader) {
531 CacheKey setName(String baseName) {
543 CacheKey setLocale(Locale locale) {
560 final CacheKey otherEntry = (CacheKey)other
    [all...]
  /frameworks/base/services/core/java/com/android/server/
LockSettingsStorage.java 530 private final ArrayMap<CacheKey, Object> mCache = new ArrayMap<>();
531 private final CacheKey mCacheKey = new CacheKey();
535 Object cached = peek(CacheKey.TYPE_KEY_VALUE, key, userId);
540 return contains(CacheKey.TYPE_KEY_VALUE, key, userId);
544 put(CacheKey.TYPE_KEY_VALUE, key, value, userId);
548 putIfUnchanged(CacheKey.TYPE_KEY_VALUE, key, value, userId, version);
552 return (byte[]) peek(CacheKey.TYPE_FILE, fileName, -1 /* userId */);
556 return contains(CacheKey.TYPE_FILE, fileName, -1 /* userId */);
560 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 
  /external/guice/extensions/persist/lib/
hibernate3.jar 
  /development/tools/checkstyle/
checkstyle.jar 
  /external/libgdx/backends/gdx-backends-gwt/libs/
gwt-user.jar 
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 

Completed in 377 milliseconds