Home
last modified time | relevance | path

Searched defs:localCache (Results 1 – 7 of 7) sorted by relevance

/external/skia/src/core/
DSkMaskCache.cpp10 #define CHECK_LOCAL(localCache, localName, globalName, ...) \ argument
76 const SkRRect& rrect, SkMask* mask, SkResourceCache* localCache) { in FindAndRef()
90 SkResourceCache* localCache) { in Add()
168 SkResourceCache* localCache) { in FindAndRef()
182 SkResourceCache* localCache) { in Add()
DSkYUVPlanesCache.cpp15 #define CHECK_LOCAL(localCache, localName, globalName, ...) \ argument
78 SkResourceCache* localCache) { in FindAndRef()
90 SkResourceCache* localCache) { in Add()
DSkBitmapCache.cpp216 #define CHECK_LOCAL(localCache, localName, globalName, ...) \ argument
272 SkResourceCache* localCache) { in FindAndRef()
282 static SkResourceCache::DiscardableFactory get_fact(SkResourceCache* localCache) { in get_fact()
287 const SkMipmap* SkMipmapCache::AddAndRef(const SkImage_Base* image, SkResourceCache* localCache) { in AddAndRef()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DCaching.cpp30 Expected<NativeObjectCache> lto::localCache(StringRef CacheDirectoryPath, in localCache() function in lto
/external/python/cpython3/PC/
Dpython_uwp.cpp36 const auto localCache = appData.LocalCacheFolder(); in get_user_base() local
/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/
DThreadReferenceImpl.java100 private LocalCache localCache; field in ThreadReferenceImpl
/external/guava/guava-gwt/src-super/com/google/common/cache/super/com/google/common/cache/
DLocalCache.java351 final LocalCache<K, V> localCache; field in LocalCache.LocalManualCache