Home
last modified time | relevance | path

Searched refs:SkipCache (Results 1 – 7 of 7) sorted by relevance

/external/glide/library/src/main/java/com/bumptech/glide/load/
DSkipCache.java7 public class SkipCache<T> implements ResourceEncoder<T> { class
8 private static final SkipCache SKIP_CACHE = new SkipCache();
11 public static <T> SkipCache<T> get() { in get()
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/gif/
DGifFrameManager.java13 import com.bumptech.glide.load.SkipCache;
78 encoder = SkipCache.get(); in GifFrameManager()
/external/glide/library/src/main/java/com/bumptech/glide/
DGenericRequestBuilder.java13 import com.bumptech.glide.load.SkipCache;
471 final SkipCache<ResourceType> skipCache = SkipCache.get(); in skipDiskCache()
/external/clang/include/clang/Lex/
DHeaderSearch.h394 bool SkipCache = false);
DPreprocessor.h1314 bool SkipCache = false);
/external/clang/lib/Lex/
DHeaderSearch.cpp569 ModuleMap::KnownHeader *SuggestedModule, bool SkipCache) { in LookupFile() argument
703 if (!SkipCache && CacheLookup.StartIdx == i+1) { in LookupFile()
DPPDirectives.cpp569 bool SkipCache) { in LookupFile() argument
607 RelativePath, SuggestedModule, SkipCache); in LookupFile()