Searched defs:SkipCache (Results 1 - 3 of 3) sorted by relevance

/external/glide/library/src/main/java/com/bumptech/glide/load/
H A DSkipCache.java7 public class SkipCache<T> implements ResourceEncoder<T> { class in inherits:ResourceEncoder
8 private static final SkipCache SKIP_CACHE = new SkipCache();
11 public static <T> SkipCache<T> get() {
22 return "SkipCache.com.bumptech.glide.load";
/external/clang/lib/Lex/
H A DHeaderSearch.cpp569 ModuleMap::KnownHeader *SuggestedModule, bool SkipCache) {
703 if (!SkipCache && CacheLookup.StartIdx == i+1) {
564 LookupFile( StringRef Filename, SourceLocation IncludeLoc, bool isAngled, const DirectoryLookup *FromDir, const DirectoryLookup *&CurDir, ArrayRef<const FileEntry *> Includers, SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath, ModuleMap::KnownHeader *SuggestedModule, bool SkipCache) argument
H A DPPDirectives.cpp569 bool SkipCache) {
607 RelativePath, SuggestedModule, SkipCache);
1498 /*SkipCache*/ true);
560 LookupFile( SourceLocation FilenameLoc, StringRef Filename, bool isAngled, const DirectoryLookup *FromDir, const DirectoryLookup *&CurDir, SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath, ModuleMap::KnownHeader *SuggestedModule, bool SkipCache) argument

Completed in 213 milliseconds