Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Ducol_res.cpp164 return loader.getCacheEntry(errorCode); in loadTailoring()
257 return getCacheEntry(errorCode); in loadFromLocale()
309 return getCacheEntry(errorCode); in loadFromBundle()
353 return getCacheEntry(errorCode); in loadFromCollations()
383 const CollationCacheEntry *entry = getCacheEntry(errorCode); in loadFromCollations()
474 CollationLoader::getCacheEntry(UErrorCode &errorCode) { in getCacheEntry() function in CollationLoader
Ducol_imp.h99 const CollationCacheEntry *getCacheEntry(UErrorCode &errorCode);
/external/cronet/stable/third_party/icu/source/i18n/
Ducol_res.cpp164 return loader.getCacheEntry(errorCode); in loadTailoring()
257 return getCacheEntry(errorCode); in loadFromLocale()
309 return getCacheEntry(errorCode); in loadFromBundle()
353 return getCacheEntry(errorCode); in loadFromCollations()
383 const CollationCacheEntry *entry = getCacheEntry(errorCode); in loadFromCollations()
474 CollationLoader::getCacheEntry(UErrorCode &errorCode) { in getCacheEntry() function in CollationLoader
Ducol_imp.h99 const CollationCacheEntry *getCacheEntry(UErrorCode &errorCode);
/external/cronet/tot/third_party/icu/source/i18n/
Ducol_res.cpp164 return loader.getCacheEntry(errorCode); in loadTailoring()
257 return getCacheEntry(errorCode); in loadFromLocale()
309 return getCacheEntry(errorCode); in loadFromBundle()
353 return getCacheEntry(errorCode); in loadFromCollations()
383 const CollationCacheEntry *entry = getCacheEntry(errorCode); in loadFromCollations()
474 CollationLoader::getCacheEntry(UErrorCode &errorCode) { in getCacheEntry() function in CollationLoader
Ducol_imp.h99 const CollationCacheEntry *getCacheEntry(UErrorCode &errorCode);
/external/volley/core/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/angle/src/libANGLE/renderer/metal/
Dmtl_library_cache.mm40 getCacheEntry(LibraryKey(source, macros, disableFastMath, usesInvariance));
73 getCacheEntry(LibraryKey(source, macros, disableFastMath, usesInvariance));
88 LibraryCache::LibraryCacheEntry &LibraryCache::getCacheEntry(LibraryKey &&key)
Dmtl_library_cache.h80 LibraryCacheEntry &getCacheEntry(LibraryKey &&key);
/external/icu/libicu/cts_headers/
Ducol_imp.h99 const CollationCacheEntry *getCacheEntry(UErrorCode &errorCode);
/external/volley/core/src/main/java/com/android/volley/toolbox/
DBasicNetwork.java103 HttpHeaderParser.getCacheHeaders(request.getCacheEntry()); in performRequest()
DNetworkUtility.java65 Cache.Entry entry = request.getCacheEntry(); in getNotModifiedNetworkResponse()
DBasicAsyncNetwork.java179 HttpHeaderParser.getCacheHeaders(request.getCacheEntry()); in performRequest()
/external/volley/core/src/main/java/com/android/volley/
DRequest.java330 public Cache.Entry getCacheEntry() { in getCacheEntry() method in Request
/external/cronet/stable/third_party/icu/source/common/
Ducurr.cpp1463 getCacheEntry(const char* locale, UErrorCode& ec) { in getCacheEntry() function
1558 CurrencyNameCacheEntry* cacheEntry = getCacheEntry(locale, ec); in uprv_parseCurrency()
1624 CurrencyNameCacheEntry* cacheEntry = getCacheEntry(locale, ec); in uprv_currencyLeads()
/external/cronet/tot/third_party/icu/source/common/
Ducurr.cpp1463 getCacheEntry(const char* locale, UErrorCode& ec) { in getCacheEntry() function
1558 CurrencyNameCacheEntry* cacheEntry = getCacheEntry(locale, ec); in uprv_parseCurrency()
1624 CurrencyNameCacheEntry* cacheEntry = getCacheEntry(locale, ec); in uprv_currencyLeads()
/external/icu/icu4c/source/common/
Ducurr.cpp1424 getCacheEntry(const char* locale, UErrorCode& ec) { in getCacheEntry() function
1525 CurrencyNameCacheEntry* cacheEntry = getCacheEntry(locale, ec); in uprv_parseCurrency()
1591 CurrencyNameCacheEntry* cacheEntry = getCacheEntry(locale, ec); in uprv_currencyLeads()