Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkYUVPlanesCache.cpp15 #define CHECK_LOCAL(localCache, localName, globalName, ...) \ argument
78 SkResourceCache* localCache) { in FindAndRef()
90 SkResourceCache* localCache) { in Add()
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()
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/skqp/src/core/
DSkYUVPlanesCache.cpp12 #define CHECK_LOCAL(localCache, localName, globalName, ...) \ argument
74 SkResourceCache* localCache) { in FindAndRef()
86 SkResourceCache* localCache) { in Add()
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()
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()
288 SkResourceCache* localCache) { in AddAndRef()
/external/llvm-project/llvm/lib/LTO/
DCaching.cpp30 Expected<NativeObjectCache> lto::localCache(StringRef CacheDirectoryPath, in localCache() function in lto
/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/llvm-project/mlir/lib/Support/
DStorageUniquer.cpp197 ThreadLocalCache<StorageTypeSet> localCache; member in __anonb14bee2a0111::ParametricStorageUniquer
/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