Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/CompositionEngine/tests/planner/
DPredictorTest.cpp406 const constexpr uint32_t kExactMatches = 2; in TEST_F() local
407 for (uint32_t i = 0; i < kExactMatches; i++) { in TEST_F()
416 EXPECT_EQ(kExactMatches, prediction.getHitCount(Prediction::Type::Exact)); in TEST_F()
418 EXPECT_EQ(kExactMatches + kApproximateMatches, prediction.getHitCount(Prediction::Type::Total)); in TEST_F()
424 const constexpr uint32_t kExactMatches = 2; in TEST_F() local
425 for (uint32_t i = 0; i < kExactMatches; i++) { in TEST_F()
434 EXPECT_EQ(kExactMatches, prediction.getMissCount(Prediction::Type::Exact)); in TEST_F()
436 EXPECT_EQ(kExactMatches + kApproximateMatches, in TEST_F()