Home
last modified time | relevance | path

Searched refs:getHitCount (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/android/net/http/
DHttpResponseCache.java262 public int getHitCount() { in getHitCount() method in HttpResponseCache
263 return mDelegate.getHitCount(); in getHitCount()
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/planner/
DPredictor.h177 size_t getHitCount(Type type) const {
179 return getHitCount(Type::Exact) + getHitCount(Type::Approximate);
/frameworks/native/services/surfaceflinger/CompositionEngine/tests/planner/
DPredictorTest.cpp401 EXPECT_EQ(kExactMatches, prediction.getHitCount(Prediction::Type::Exact)); in TEST_F()
402 EXPECT_EQ(kApproximateMatches, prediction.getHitCount(Prediction::Type::Approximate)); in TEST_F()
403 EXPECT_EQ(kExactMatches + kApproximateMatches, prediction.getHitCount(Prediction::Type::Total)); in TEST_F()
/frameworks/native/services/surfaceflinger/CompositionEngine/src/planner/
DPredictor.cpp480 prediction.getHitCount(Prediction::Type::Total) + in dumpPredictionsByFrequency()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt17512 method public int getHitCount();
/frameworks/base/core/api/
Dcurrent.txt26957 method public int getHitCount();