Searched refs:ASSERT_LT (Results 1 – 5 of 5) sorted by relevance
40 #define ASSERT_LT(a, b) \ macro
813 ASSERT_LT(width, origWidth); in testComputeSampledSize()814 ASSERT_LT(height, origHeight); in testComputeSampledSize()816 ASSERT_LT(width, origWidth / sampleSize + sampleSize); in testComputeSampledSize()817 ASSERT_LT(height, origHeight / sampleSize + sampleSize); in testComputeSampledSize()
43 #define ASSERT_LT(a, b) \ macro
208 ASSERT_LT(events.size(), static_cast<size_t>(nominalFreq * 2.2f * maxTestTimeSec)); in testDirectReport()
293 ASSERT_LT(2, writeLoops); // detect absurdly high framesPerBurst in TEST_P()395 ASSERT_LT(2, writeLoops); // detect absurdly high framesPerBurst in TEST_P()