Searched refs:AtLeast (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/services/surfaceflinger/tests/unittests/ |
D | RefreshRateStatsTest.cpp | 35 using testing::AtLeast; 96 EXPECT_CALL(mTimeStats, recordRefreshRate(0, _)).Times(AtLeast(1)); in TEST_F() 97 EXPECT_CALL(mTimeStats, recordRefreshRate(90, _)).Times(AtLeast(1)); in TEST_F() 143 EXPECT_CALL(mTimeStats, recordRefreshRate(0, _)).Times(AtLeast(1)); in TEST_F() 144 EXPECT_CALL(mTimeStats, recordRefreshRate(60, _)).Times(AtLeast(1)); in TEST_F() 145 EXPECT_CALL(mTimeStats, recordRefreshRate(90, _)).Times(AtLeast(1)); in TEST_F()
|
D | CompositionTest.cpp | 62 using testing::AtLeast; 588 .Times(AtLeast(1)) in setupHwcSetGeometryCallExpectations()
|
/frameworks/ml/nn/runtime/test/ |
D | TestValidateOperations.cpp | 161 static TensorRankConstraint AtLeast(uint32_t min) { in AtLeast() function in __anon37b312a30111::TensorRankConstraint 774 auto constraint = TensorRankConstraint::AtLeast(1); in TEST() 800 auto constraint = TensorRankConstraint::AtLeast(2); in TEST() 818 auto constraint = TensorRankConstraint::AtLeast(1); in TEST() 960 TensorRankMutator mutator{TensorRankConstraint::AtLeast(2), {0, 2}}; in TEST() 1008 TensorRankMutator mutator{TensorRankConstraint::AtLeast(2), {0, 2}}; in TEST()
|
D | TestVersionedInterfaces.cpp | 518 EXPECT_CALL(*mockDeviceFactory, Call(/*blocking=*/true)).Times(testing::AtLeast(1)); in makeVersionedIDeviceFrom()
|
/frameworks/native/services/surfaceflinger/tests/fakehwc/ |
D | SFFakeHwc_test.cpp | 64 using ::testing::AtLeast;
|