Home
last modified time | relevance | path

Searched refs:getCacheEntry (Results 1 – 9 of 9) sorted by relevance

/external/icu/icu4c/source/i18n/
Ducol_res.cpp164 return loader.getCacheEntry(errorCode); in loadTailoring()
247 return getCacheEntry(errorCode); in loadFromLocale()
299 return getCacheEntry(errorCode); in loadFromBundle()
343 return getCacheEntry(errorCode); in loadFromCollations()
373 const CollationCacheEntry *entry = getCacheEntry(errorCode); in loadFromCollations()
464 CollationLoader::getCacheEntry(UErrorCode &errorCode) { in getCacheEntry() function in CollationLoader
Ducol_imp.h99 const CollationCacheEntry *getCacheEntry(UErrorCode &errorCode);
/external/volley/src/test/java/com/android/volley/
DCacheDispatcherTest.java100 assertNull(mRequest.getCacheEntry()); in cacheMiss()
127 assertSame(entry, mRequest.getCacheEntry()); in softExpiredCacheHit()
140 assertSame(entry, mRequest.getCacheEntry()); in expiredCacheHit()
157 assertNull(request.getCacheEntry()); in freshCacheHit_parseError()
/external/icu/libicu/cts_headers/
Ducol_imp.h99 const CollationCacheEntry *getCacheEntry(UErrorCode &errorCode);
/external/volley/src/main/java/com/android/volley/toolbox/
DBasicNetwork.java102 HttpHeaderParser.getCacheHeaders(request.getCacheEntry()); in performRequest()
DNetworkUtility.java67 Cache.Entry entry = request.getCacheEntry(); in getNotModifiedNetworkResponse()
DBasicAsyncNetwork.java147 HttpHeaderParser.getCacheHeaders(request.getCacheEntry()); in performRequest()
/external/volley/src/main/java/com/android/volley/
DRequest.java326 public Cache.Entry getCacheEntry() { in getCacheEntry() method in Request
/external/icu/icu4c/source/common/
Ducurr.cpp1414 getCacheEntry(const char* locale, UErrorCode& ec) { in getCacheEntry() function
1509 CurrencyNameCacheEntry* cacheEntry = getCacheEntry(locale, ec); in uprv_parseCurrency()
1575 CurrencyNameCacheEntry* cacheEntry = getCacheEntry(locale, ec); in uprv_currencyLeads()