HomeSort by relevance Sort by last modified time
    Searched full:skipcache (Results 1 - 7 of 7) sorted by null

  /frameworks/minikin/include/minikin/
MinikinFont.h 46 // Note: if you add a field here, either add it to LayoutCacheKey or to skipCache()
51 bool skipCache() const {
  /frameworks/minikin/libs/minikin/
Layout.cpp 649 bool skipCache = ctx->paint.skipCache();
650 if (skipCache) {
    [all...]
  /frameworks/base/core/java/android/database/sqlite/
SQLiteConnection.java     [all...]
  /external/clang/include/clang/Lex/
HeaderSearch.h 396 ModuleMap::KnownHeader *SuggestedModule, bool SkipCache = false);
Preprocessor.h     [all...]
  /external/clang/lib/Lex/
PPDirectives.cpp 618 bool SkipCache) {
673 SkipCache)) {
689 RelativePath, SuggestedModule, SkipCache);
    [all...]
HeaderSearch.cpp 579 ModuleMap::KnownHeader *SuggestedModule, bool SkipCache) {
703 if (!SkipCache && CacheLookup.StartIdx == i+1) {
    [all...]

Completed in 132 milliseconds