Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/CompositionEngine/tests/planner/
DPredictorTest.cpp392 const constexpr uint32_t kApproximateMatches = 3; in TEST_F() local
393 for (uint32_t i = 0; i < kApproximateMatches; i++) { 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()
410 const constexpr uint32_t kApproximateMatches = 3; in TEST_F() local
411 for (uint32_t i = 0; i < kApproximateMatches; i++) { in TEST_F()
416 EXPECT_EQ(kApproximateMatches, prediction.getMissCount(Prediction::Type::Approximate)); in TEST_F()
417 EXPECT_EQ(kExactMatches + kApproximateMatches, in TEST_F()