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

  /frameworks/support/volley/src/com/android/volley/
RequestQueue.java 50 * <li>containsKey(cacheKey) indicates that there is a request in flight for the given cache
52 * <li>get(cacheKey) returns waiting requests for the given cache key. The in flight request
283 String cacheKey = request.getCacheKey();
284 if (mWaitingRequests.containsKey(cacheKey)) {
286 Queue<Request> stagedRequests = mWaitingRequests.get(cacheKey);
291 mWaitingRequests.put(cacheKey, stagedRequests);
293 VolleyLog.v("Request for cacheKey=%s is in flight, putting on hold.", cacheKey);
296 // Insert 'null' queue for this cacheKey, indicating there is now a request in
298 mWaitingRequests.put(cacheKey, null)
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
ImageCacheService.java 59 long cacheKey = Utils.crc64Long(key);
62 request.key = cacheKey;
81 long cacheKey = Utils.crc64Long(key);
87 mCache.insert(cacheKey, buffer.array());
  /packages/apps/Mms/src/com/android/mms/util/
ImageCacheService.java 59 long cacheKey = crc64Long(key);
63 value = mCache.lookup(cacheKey);
78 long cacheKey = crc64Long(key);
84 mCache.insert(cacheKey, buffer.array());
  /frameworks/support/volley/tests/src/com/android/volley/mock/
MockRequest.java 51 public void setCacheKey(String cacheKey) {
52 mCacheKey = cacheKey;
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
ResourceHelper.java 263 boolean isFramework, String cacheKey, BridgeContext context) throws IOException {
265 NinePatchChunk chunk = Bridge.getCached9Patch(cacheKey,
267 Bitmap bitmap = Bridge.getCachedBitmap(cacheKey,
279 Bridge.setCached9Patch(cacheKey, chunk,
288 Bridge.setCachedBitmap(cacheKey, bitmap,
  /external/icu4c/i18n/unicode/
colldata.h 425 CollData(UCollator *collator, char *cacheKey, int32_t cachekeyLength, UErrorCode &status);
  /external/icu4c/i18n/
tzgnames.cpp 785 PartialLocationKey* cacheKey = (PartialLocationKey *)uprv_malloc(sizeof(PartialLocationKey));
786 if (cacheKey != NULL) {
787 cacheKey->tzID = key.tzID;
788 cacheKey->mzID = key.mzID;
789 cacheKey->isLong = key.isLong;
790 uhash_put(fPartialLocationNamesMap, (void *)cacheKey, (void *)uplname, &status);
792 uprv_free(cacheKey);
    [all...]
colldata.cpp 640 CollData::CollData(UCollator *collator, char *cacheKey, int32_t cacheKeyLength, UErrorCode &status)
690 ARRAY_COPY(key, cacheKey, cacheKeyLength);
  /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...]
  /external/webkit/Source/WebCore/bindings/js/
JSDOMBinding.cpp 177 StringImpl* cacheKey = static_cast<StringImpl*>(context);
178 cacheKey->deref();
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 

Completed in 1029 milliseconds