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

  /packages/apps/Gallery2/src/com/android/gallery3d/data/
ImageCacheService.java 57 long cacheKey = Utils.crc64Long(key);
61 value = mCache.lookup(cacheKey);
76 long cacheKey = Utils.crc64Long(key);
82 mCache.insert(cacheKey, buffer.array());
  /external/webkit/Source/WebCore/bindings/js/
JSDOMBinding.cpp 177 StringImpl* cacheKey = static_cast<StringImpl*>(context);
178 cacheKey->deref();
  /libcore/luni/src/main/java/java/util/
ResourceBundle.java 301 Object cacheKey = loader != null ? loader : "null";
302 Hashtable<String, ResourceBundle> loaderCache = getLoaderCache(cacheKey);
481 Object cacheKey = loader != null ? loader : "null";
482 Hashtable<String, ResourceBundle> loaderCache = getLoaderCache(cacheKey);
551 private static Hashtable<String, ResourceBundle> getLoaderCache(Object cacheKey) {
553 Hashtable<String, ResourceBundle> loaderCache = cache.get(cacheKey);
556 cache.put(cacheKey, loaderCache);
    [all...]
  /prebuilt/common/ant/
ant.jar 

Completed in 104 milliseconds