/external/skqp/src/core/ |
D | SkYUVPlanesCache.cpp | 12 #define CHECK_LOCAL(localCache, localName, globalName, ...) \ argument 13 ((localCache) ? localCache->localName(__VA_ARGS__) : SkResourceCache::globalName(__VA_ARGS__)) 74 SkResourceCache* localCache) { in FindAndRef() argument 77 if (!CHECK_LOCAL(localCache, find, Find, key, YUVPlanesRec::Visitor, &result)) { in FindAndRef() 86 SkResourceCache* localCache) { in Add() argument 88 return CHECK_LOCAL(localCache, add, Add, new YUVPlanesRec(key, data, info)); in Add()
|
D | SkMaskCache.cpp | 10 #define CHECK_LOCAL(localCache, localName, globalName, ...) \ argument 11 ((localCache) ? localCache->localName(__VA_ARGS__) : SkResourceCache::globalName(__VA_ARGS__)) 76 const SkRRect& rrect, SkMask* mask, SkResourceCache* localCache) { in FindAndRef() argument 79 if (!CHECK_LOCAL(localCache, find, Find, key, RRectBlurRec::Visitor, &result)) { in FindAndRef() 90 SkResourceCache* localCache) { in Add() argument 92 return CHECK_LOCAL(localCache, add, Add, new RRectBlurRec(key, mask, data)); in Add() 168 SkResourceCache* localCache) { in FindAndRef() argument 171 if (!CHECK_LOCAL(localCache, find, Find, key, RectsBlurRec::Visitor, &result)) { in FindAndRef() 182 SkResourceCache* localCache) { in Add() argument 184 return CHECK_LOCAL(localCache, add, Add, new RectsBlurRec(key, mask, data)); in Add()
|
D | SkBitmapCache.cpp | 216 #define CHECK_LOCAL(localCache, localName, globalName, ...) \ argument 217 ((localCache) ? localCache->localName(__VA_ARGS__) : SkResourceCache::globalName(__VA_ARGS__)) 272 SkResourceCache* localCache) { in FindAndRef() argument 276 if (!CHECK_LOCAL(localCache, find, Find, key, MipMapRec::Finder, &result)) { in FindAndRef() 282 static SkResourceCache::DiscardableFactory get_fact(SkResourceCache* localCache) { in get_fact() argument 283 return localCache ? localCache->GetDiscardableFactory() in get_fact() 288 SkResourceCache* localCache) { in AddAndRef() argument 294 SkMipMap* mipmap = SkMipMap::Build(src, get_fact(localCache)); in AddAndRef() 297 CHECK_LOCAL(localCache, add, Add, rec); in AddAndRef()
|
D | SkMaskCache.h | 28 SkResourceCache* localCache = nullptr); 31 SkResourceCache* localCache = nullptr); 38 SkResourceCache* localCache = nullptr); 41 SkResourceCache* localCache = nullptr);
|
D | SkYUVPlanesCache.h | 38 SkResourceCache* localCache = nullptr); 44 SkResourceCache* localCache = nullptr);
|
D | SkBitmapCache.h | 62 SkResourceCache* localCache = nullptr); 64 SkResourceCache* localCache = nullptr);
|
/external/skia/src/core/ |
D | SkYUVPlanesCache.cpp | 12 #define CHECK_LOCAL(localCache, localName, globalName, ...) \ argument 13 ((localCache) ? localCache->localName(__VA_ARGS__) : SkResourceCache::globalName(__VA_ARGS__)) 74 SkResourceCache* localCache) { in FindAndRef() argument 77 if (!CHECK_LOCAL(localCache, find, Find, key, YUVPlanesRec::Visitor, &result)) { in FindAndRef() 86 SkResourceCache* localCache) { in Add() argument 88 return CHECK_LOCAL(localCache, add, Add, new YUVPlanesRec(key, data, info)); in Add()
|
D | SkMaskCache.cpp | 10 #define CHECK_LOCAL(localCache, localName, globalName, ...) \ argument 11 ((localCache) ? localCache->localName(__VA_ARGS__) : SkResourceCache::globalName(__VA_ARGS__)) 76 const SkRRect& rrect, SkMask* mask, SkResourceCache* localCache) { in FindAndRef() argument 79 if (!CHECK_LOCAL(localCache, find, Find, key, RRectBlurRec::Visitor, &result)) { in FindAndRef() 90 SkResourceCache* localCache) { in Add() argument 92 return CHECK_LOCAL(localCache, add, Add, new RRectBlurRec(key, mask, data)); in Add() 168 SkResourceCache* localCache) { in FindAndRef() argument 171 if (!CHECK_LOCAL(localCache, find, Find, key, RectsBlurRec::Visitor, &result)) { in FindAndRef() 182 SkResourceCache* localCache) { in Add() argument 184 return CHECK_LOCAL(localCache, add, Add, new RectsBlurRec(key, mask, data)); in Add()
|
D | SkBitmapCache.cpp | 216 #define CHECK_LOCAL(localCache, localName, globalName, ...) \ argument 217 ((localCache) ? localCache->localName(__VA_ARGS__) : SkResourceCache::globalName(__VA_ARGS__)) 272 SkResourceCache* localCache) { in FindAndRef() argument 276 if (!CHECK_LOCAL(localCache, find, Find, key, MipMapRec::Finder, &result)) { in FindAndRef() 282 static SkResourceCache::DiscardableFactory get_fact(SkResourceCache* localCache) { in get_fact() argument 283 return localCache ? localCache->GetDiscardableFactory() in get_fact() 287 const SkMipMap* SkMipMapCache::AddAndRef(const SkImage_Base* image, SkResourceCache* localCache) { in AddAndRef() argument 293 SkMipMap* mipmap = SkMipMap::Build(src, get_fact(localCache)); in AddAndRef() 296 CHECK_LOCAL(localCache, add, Add, rec); in AddAndRef()
|
D | SkMaskCache.h | 28 SkResourceCache* localCache = nullptr); 31 SkResourceCache* localCache = nullptr); 38 SkResourceCache* localCache = nullptr); 41 SkResourceCache* localCache = nullptr);
|
D | SkYUVPlanesCache.h | 38 SkResourceCache* localCache = nullptr); 44 SkResourceCache* localCache = nullptr);
|
D | SkBitmapCache.h | 62 SkResourceCache* localCache = nullptr); 64 SkResourceCache* localCache = nullptr);
|
/external/guava/guava-gwt/src-super/com/google/common/cache/super/com/google/common/cache/ |
D | LocalCache.java | 350 final LocalCache<K, V> localCache; field in LocalCache.LocalManualCache 358 this.localCache = new LocalCache<K, V>(builder, loader); in LocalManualCache() 365 V value = localCache.get(key); in get() 372 localCache.put(key, newValue); in get() 382 return localCache.getIfPresent(key); in getIfPresent() 387 localCache.put(key, value); in put() 393 localCache.remove(key); in invalidate() 398 localCache.clear(); in invalidateAll() 403 return localCache.size(); in size() 408 return localCache; in asMap() [all …]
|
/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/ |
D | ThreadReferenceImpl.java | 100 private LocalCache localCache; field in ThreadReferenceImpl 103 localCache = new LocalCache(); in resetLocalCache() 267 LocalCache snapshot = localCache; in jdwpStatus() 332 LocalCache snapshot = localCache; in frameCount() 400 LocalCache snapshot = localCache; in privateFrames() 444 LocalCache snapshot = localCache; in ownedMonitors() 470 LocalCache snapshot = localCache; in currentContendedMonitor() 497 LocalCache snapshot = localCache; in ownedMonitorsAndFrames()
|
/external/python/cpython3/PC/ |
D | python_uwp.cpp | 36 const auto localCache = appData.LocalCacheFolder(); in get_user_base() local 37 if (localCache) { in get_user_base() 38 auto path = localCache.Path(); in get_user_base()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/LTO/ |
D | Caching.h | 34 Expected<NativeObjectCache> localCache(StringRef CacheDirectoryPath,
|
/external/guava/android/guava/src/com/google/common/cache/ |
D | LocalCache.java | 4692 final LocalCache<K, V> localCache; 4698 private LocalManualCache(LocalCache<K, V> localCache) { 4699 this.localCache = localCache; 4707 return localCache.getIfPresent(key); 4713 return localCache.get( 4725 return localCache.getAllPresent(keys); 4730 localCache.put(key, value); 4735 localCache.putAll(m); 4741 localCache.remove(key); 4746 localCache.invalidateAll(keys); [all …]
|
/external/guava/guava/src/com/google/common/cache/ |
D | LocalCache.java | 4853 final LocalCache<K, V> localCache; 4859 private LocalManualCache(LocalCache<K, V> localCache) { 4860 this.localCache = localCache; 4867 return localCache.getIfPresent(key); 4873 return localCache.get( 4885 return localCache.getAllPresent(keys); 4890 localCache.put(key, value); 4895 localCache.putAll(m); 4901 localCache.remove(key); 4906 localCache.invalidateAll(keys); [all …]
|
/external/guava/android/guava-tests/test/com/google/common/cache/ |
D | LocalLoadingCacheTest.java | 61 assertSame(loader, cache.localCache.defaultLoader); in testComputingFunction() 135 ConcurrentMap<Object, Object> map = cache.localCache; // modifiable map view in testStatsNoops() 284 Segment<Object, Object> segment = cache.localCache.segments[0]; in testAsMapRecency()
|
D | CacheTesting.java | 118 return ((LocalLoadingCache<K, V>) cache).localCache; in toLocalCache()
|
D | CacheBuilderTest.java | 178 LocalCache<?, ?> cache = ((LocalCache.LocalManualCache<?, ?>) builder.build()).localCache; in testMaximumSize_largerThanInt()
|
/external/guava/guava-tests/test/com/google/common/cache/ |
D | LocalLoadingCacheTest.java | 61 assertSame(loader, cache.localCache.defaultLoader); in testComputingFunction() 135 ConcurrentMap<Object, Object> map = cache.localCache; // modifiable map view in testStatsNoops() 284 Segment<Object, Object> segment = cache.localCache.segments[0]; in testAsMapRecency()
|
D | CacheTesting.java | 118 return ((LocalLoadingCache<K, V>) cache).localCache; in toLocalCache()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/ |
D | Caching.cpp | 31 Expected<NativeObjectCache> lto::localCache(StringRef CacheDirectoryPath, in localCache() function in lto
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-lto2/ |
D | llvm-lto2.cpp | 314 Cache = check(localCache(CacheDir, AddBuffer), "failed to create cache"); in run()
|