Home
last modified time | relevance | path

Searched refs:hitCount (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/core/java/android/util/
DLruCache.java75 private int hitCount; field in LruCache
122 hitCount++; in get()
336 public synchronized final int hitCount() { in hitCount() method in LruCache
337 return hitCount; in hitCount()
378 int accesses = hitCount + missCount; in toString()
379 int hitPercent = accesses != 0 ? (100 * hitCount / accesses) : 0; in toString()
381 maxSize, hitCount, missCount, hitPercent); in toString()
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/planner/
DPredictor.h179 return getStatsForType(type).hitCount;
189 void recordHit(Type type) { ++getStatsForType(type).hitCount; }
198 const size_t totalAttempts = hitCount + missCount;
199 base::StringAppendF(&result, "%.2f%% (%zd/%zd)", 100.0f * hitCount / totalAttempts,
200 hitCount, totalAttempts);
203 size_t hitCount = 0;
/frameworks/native/services/surfaceflinger/CompositionEngine/src/planner/
DPredictor.cpp205 const size_t hitCount = mExactHitCount + mApproximateHitCount; in dump() local
206 const size_t totalAttempts = hitCount + mMissCount; in dump()
208 100.0f * hitCount / totalAttempts, hitCount, totalAttempts); in dump()
/frameworks/base/core/tests/coretests/src/android/util/
DLruCacheTest.java490 assertEquals("hit count", expectedHitCount, cache.hitCount());
/frameworks/base/core/java/android/database/sqlite/
DSQLiteConnection.java1331 mPreparedStatementCache.hitCount(), in getMainDbStatsUnsafe()
/frameworks/base/boot/
Dboot-image-profile.txt16126 HSPLandroid/util/LruCache;->hitCount()I
/frameworks/base/core/api/
Dcurrent.txt46326 method public final int hitCount();
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt31619 method public final synchronized int hitCount();
/frameworks/base/config/
Dboot-image-profile.txt16175 HSPLandroid/util/LruCache;->hitCount()I
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt61282 Landroid/util/LruCache;->hitCount:I