Home
last modified time | relevance | path

Searched refs:MemoryCache (Results 1 – 25 of 27) sorted by relevance

12

/external/skia/tools/gpu/
DMemoryCache.h25 class MemoryCache : public GrContextOptions::PersistentCache {
27 MemoryCache() = default;
28 MemoryCache(const MemoryCache&) = delete;
29 MemoryCache& operator=(const MemoryCache&) = delete;
DMemoryCache.cpp32 sk_sp<SkData> MemoryCache::load(const SkData& key) { in load()
48 void MemoryCache::store(const SkData& key, const SkData& data) { in store()
/external/skqp/tools/gpu/
DMemoryCache.h25 class MemoryCache : public GrContextOptions::PersistentCache {
27 MemoryCache() = default;
28 MemoryCache(const MemoryCache&) = delete;
29 MemoryCache& operator=(const MemoryCache&) = delete;
DMemoryCache.cpp32 sk_sp<SkData> MemoryCache::load(const SkData& key) { in load()
48 void MemoryCache::store(const SkData& key, const SkData& data) { in store()
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/prefill/
DBitmapPreFillRunner.java11 import com.bumptech.glide.load.engine.cache.MemoryCache;
57 private final MemoryCache memoryCache;
66 …public BitmapPreFillRunner(BitmapPool bitmapPool, MemoryCache memoryCache, PreFillQueue allocation… in BitmapPreFillRunner()
71 …BitmapPreFillRunner(BitmapPool bitmapPool, MemoryCache memoryCache, PreFillQueue allocationOrder, … in BitmapPreFillRunner()
DBitmapPreFiller.java9 import com.bumptech.glide.load.engine.cache.MemoryCache;
21 private final MemoryCache memoryCache;
28 …public BitmapPreFiller(MemoryCache memoryCache, BitmapPool bitmapPool, DecodeFormat defaultFormat)… in BitmapPreFiller()
/external/glide/library/src/main/java/com/bumptech/glide/
DGlideBuilder.java15 import com.bumptech.glide.load.engine.cache.MemoryCache;
30 private MemoryCache memoryCache;
59 public GlideBuilder setMemoryCache(MemoryCache memoryCache) { in setMemoryCache()
DGlide.java22 import com.bumptech.glide.load.engine.cache.MemoryCache;
89 private final MemoryCache memoryCache;
187 …Glide(Engine engine, MemoryCache memoryCache, BitmapPool bitmapPool, Context context, DecodeFormat… in Glide()
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/
DEngine.java12 import com.bumptech.glide.load.engine.cache.MemoryCache;
28 public class Engine implements EngineJobListener, MemoryCache.ResourceRemovedListener, EngineResour…
32 private final MemoryCache cache;
56 public Engine(MemoryCache memoryCache, DiskCache diskCache, ExecutorService diskCacheService, in Engine()
62 …Engine(MemoryCache cache, DiskCache diskCache, ExecutorService diskCacheService, ExecutorService s… in Engine()
/external/tensorflow/tensorflow/core/kernels/data/
Dcache_dataset_ops.cc616 class MemoryCache : public ResourceBase { class in tensorflow::data::__anon80340b800111::CacheDatasetOp::MemoryDataset
618 MemoryCache() = default;
702 TF_RETURN_IF_ERROR(mgr->LookupOrCreate<MemoryCache>( in Initialize()
703 "tf_data", name, &cache_, [](MemoryCache** cache) { in Initialize()
704 *cache = new MemoryCache(); in Initialize()
807 explicit MemoryWriterIterator(const Params& params, MemoryCache* cache) in MemoryWriterIterator()
866 MemoryCache* const cache_ GUARDED_BY(mu_); // not owned.
871 explicit MemoryReaderIterator(const Params& params, MemoryCache* cache) in MemoryReaderIterator()
932 MemoryCache* const cache_ GUARDED_BY(mu_); // not owned.
953 MemoryCache* cache_ GUARDED_BY(mu_); // not owned.
/external/ImageMagick/MagickCore/
Dthread-private.h36 ((GetImagePixelCacheType(source) != MemoryCache) && \
38 ((GetImagePixelCacheType(destination) != MemoryCache) && \
Dcache.h33 MemoryCache, enumerator
Dcache.c322 if ((cache_info->type != MemoryCache) && (cache_info->type != MapCache)) in AcquirePixelCachePixels()
648 (((source)->type != MemoryCache) && ((source)->type != MapCache)) || \ in ClonePixelCacheRepository()
649 (((destination)->type != MemoryCache) && ((destination)->type != MapCache)) ? \ in ClonePixelCacheRepository()
686 if (((cache_info->type == MemoryCache) || in ClonePixelCacheRepository()
688 ((clone_info->type == MemoryCache) || (clone_info->type == MapCache))) in ClonePixelCacheRepository()
977 case MemoryCache: in RelinquishPixelCachePixels()
1269 if ((cache_info->type != MemoryCache) || (cache_info->mapped != MagickFalse)) in GetAuthenticOpenCLBuffer()
2332 if ((cache_info->type != MemoryCache) && (cache_info->type != MapCache)) in GetPixelCachePixels()
3747 ((cache_info->type == UndefinedCache) || (cache_info->type == MemoryCache))) in OpenPixelCache()
3775 cache_info->type=MemoryCache; in OpenPixelCache()
[all …]
Dmatrix.c234 matrix_info->type=MemoryCache; in AcquireMatrixInfo()
376 case MemoryCache: in DestroyMatrixInfo()
/external/python/oauth2client/oauth2client/
Dtransport.py32 class MemoryCache(object): class
245 _CACHED_HTTP = httplib2.Http(MemoryCache())
Dclient.py125 MemoryCache = transport.MemoryCache variable
/external/python/oauth2client/tests/
Dtest_transport.py26 cache = transport.MemoryCache()
40 self.assertIsInstance(cached_http.cache, transport.MemoryCache)
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/cache/
DMemoryCache.java9 public interface MemoryCache { interface
DMemoryCacheAdapter.java9 public class MemoryCacheAdapter implements MemoryCache {
DLruResourceCache.java12 public class LruResourceCache extends LruCache<Key, Resource<?>> implements MemoryCache {
/external/skqp/
DBUILD.gn1420 "tools/gpu/MemoryCache.cpp",
1421 "tools/gpu/MemoryCache.h",
/external/skia/
DBUILD.gn1464 "tools/gpu/MemoryCache.cpp",
1465 "tools/gpu/MemoryCache.h",
DAndroid.bp1865 "tools/gpu/MemoryCache.cpp",
2477 "tools/gpu/MemoryCache.cpp",
/external/skqp/dm/
DDMSrcSink.cpp1580 sk_gpu_test::MemoryCache memoryCache; in draw()
/external/skia/dm/
DDMSrcSink.cpp1513 sk_gpu_test::MemoryCache memoryCache; in draw()

12