/external/icu/icu4c/source/i18n/ |
D | ucol_res.cpp | 164 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
|
D | ucol_imp.h | 99 const CollationCacheEntry *getCacheEntry(UErrorCode &errorCode);
|
/external/cronet/stable/third_party/icu/source/i18n/ |
D | ucol_res.cpp | 164 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
|
D | ucol_imp.h | 99 const CollationCacheEntry *getCacheEntry(UErrorCode &errorCode);
|
/external/cronet/tot/third_party/icu/source/i18n/ |
D | ucol_res.cpp | 164 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
|
D | ucol_imp.h | 99 const CollationCacheEntry *getCacheEntry(UErrorCode &errorCode);
|
/external/volley/core/src/test/java/com/android/volley/ |
D | CacheDispatcherTest.java | 100 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/ |
D | mtl_library_cache.mm | 40 getCacheEntry(LibraryKey(source, macros, disableFastMath, usesInvariance)); 73 getCacheEntry(LibraryKey(source, macros, disableFastMath, usesInvariance)); 88 LibraryCache::LibraryCacheEntry &LibraryCache::getCacheEntry(LibraryKey &&key)
|
D | mtl_library_cache.h | 80 LibraryCacheEntry &getCacheEntry(LibraryKey &&key);
|
/external/icu/libicu/cts_headers/ |
D | ucol_imp.h | 99 const CollationCacheEntry *getCacheEntry(UErrorCode &errorCode);
|
/external/volley/core/src/main/java/com/android/volley/toolbox/ |
D | BasicNetwork.java | 103 HttpHeaderParser.getCacheHeaders(request.getCacheEntry()); in performRequest()
|
D | NetworkUtility.java | 65 Cache.Entry entry = request.getCacheEntry(); in getNotModifiedNetworkResponse()
|
D | BasicAsyncNetwork.java | 179 HttpHeaderParser.getCacheHeaders(request.getCacheEntry()); in performRequest()
|
/external/volley/core/src/main/java/com/android/volley/ |
D | Request.java | 330 public Cache.Entry getCacheEntry() { in getCacheEntry() method in Request
|
/external/cronet/stable/third_party/icu/source/common/ |
D | ucurr.cpp | 1463 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/ |
D | ucurr.cpp | 1463 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/ |
D | ucurr.cpp | 1424 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()
|