Home
last modified time | relevance | path

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

/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/ImageMagick/MagickCore/
Dthread-private.h35 ((GetImagePixelCacheType(source) == MemoryCache) || \
37 ((GetImagePixelCacheType(destination) == MemoryCache) || \
Dcache.h33 MemoryCache, enumerator
Dcache.c314 if ((cache_info->type != MemoryCache) && (cache_info->type != MapCache)) in AcquirePixelCachePixels()
575 if (((cache_info->type == MemoryCache) || in ClonePixelCacheRepository()
577 ((clone_info->type == MemoryCache) || in ClonePixelCacheRepository()
872 case MemoryCache: in RelinquishPixelCachePixels()
1163 if ((cache_info->type != MemoryCache) || (cache_info->mapped != MagickFalse)) in GetAuthenticOpenCLBuffer()
2184 if ((cache_info->type != MemoryCache) && (cache_info->type != MapCache)) in GetPixelCachePixels()
3481 (cache_info->type == MemoryCache)) in OpenPixelCache()
3494 cache_info->type=MemoryCache; in OpenPixelCache()
3619 (cache_info->type != MemoryCache)) in OpenPixelCache()
4162 case MemoryCache: in ReadPixelCacheMetacontent()
[all …]
Dmatrix.c234 matrix_info->type=MemoryCache; in AcquireMatrixInfo()
379 case MemoryCache: in DestroyMatrixInfo()
Doption.c130 { "Memory", MemoryCache, UndefinedOptionFlag, MagickFalse },
/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/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/oauth2client/
Dclient.py159 class MemoryCache(object): class
1558 _cached_http = httplib2.Http(MemoryCache())
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/tests/
Dtest_oauth2client.py55 from oauth2client.client import MemoryCache
1162 m = MemoryCache()