Home
last modified time | relevance | path

Searched refs:skipCache (Results 1 – 4 of 4) sorted by relevance

/frameworks/minikin/include/minikin/
DMinikinPaint.h62 bool skipCache() const { return !fontFeatureSettings.empty(); } in skipCache() function
DBoundsCache.h57 if (paint.skipCache() || range.getLength() >= LENGTH_LIMIT_CACHE) { in getOrCreate()
DLayoutCache.h139 if (paint.skipCache() || range.getLength() >= LENGTH_LIMIT_CACHE) { in getOrCreate()
/frameworks/base/core/java/android/database/sqlite/
DSQLiteConnection.java1036 boolean skipCache = false; in acquirePreparedStatement()
1044 skipCache = true; in acquirePreparedStatement()
1053 if (!skipCache && isCacheable(type)) { in acquirePreparedStatement()