Searched refs:getHitCount (Results 1 – 8 of 8) sorted by relevance
262 public int getHitCount() { in getHitCount() method in HttpResponseCache263 return mDelegate.getHitCount(); in getHitCount()
175 size_t getHitCount(Type type) const {177 return getHitCount(Type::Exact) + getHitCount(Type::Approximate);
397 EXPECT_EQ(kExactMatches, prediction.getHitCount(Prediction::Type::Exact)); in TEST_F()398 EXPECT_EQ(kApproximateMatches, prediction.getHitCount(Prediction::Type::Approximate)); in TEST_F()399 EXPECT_EQ(kExactMatches + kApproximateMatches, prediction.getHitCount(Prediction::Type::Total)); in TEST_F()
464 prediction.getHitCount(Prediction::Type::Total) + in dumpPredictionsByFrequency()
144 Lcom/android/okhttp/AndroidShimResponseCache;->getHitCount()I195 Lcom/android/okhttp/Cache;->getHitCount()I
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
26831 method public int getHitCount();
17512 method public int getHitCount();