Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/jni/
DNativeTestHelpers.h40 #define ASSERT_LT(a, b) \ macro
Dandroid_graphics_cts_AImageDecoderTest.cpp830 ASSERT_LT(width, origWidth); in testComputeSampledSize()
831 ASSERT_LT(height, origHeight); in testComputeSampledSize()
833 ASSERT_LT(width, origWidth / sampleSize + sampleSize); in testComputeSampledSize()
834 ASSERT_LT(height, origHeight / sampleSize + sampleSize); in testComputeSampledSize()
/cts/tests/tests/uirendering/jni/
DNativeTestHelpers.h42 #define ASSERT_LT(a, b) \ macro
/cts/tests/sensor/jni/
DnativeTestHelper.h43 #define ASSERT_LT(a, b) \ macro
DSensorTestCases.cpp210 ASSERT_LT(events.size(), static_cast<size_t>(nominalFreq * 2.2f * maxTestTimeSec)); in testDirectReport()
/cts/tests/tests/nativemedia/aaudio/jni/
Dtest_aaudio.cpp424 ASSERT_LT(2, writeLoops); // detect absurdly high framesPerBurst in TEST_P()
526 ASSERT_LT(2, writeLoops); // detect absurdly high framesPerBurst in TEST_P()
Dtest_aaudio_stream_builder.cpp71 ASSERT_LT(getNanoseconds() - beforeTimeNanos, kNanosPerSecond) in try_opening_audio_stream()
80 ASSERT_LT(getNanoseconds() - beforeTimeNanos, kNanosPerSecond) in try_opening_audio_stream()