Searched refs:ASSERT_LT (Results 1 – 7 of 7) sorted by relevance
/cts/tests/tests/graphics/jni/ |
D | NativeTestHelpers.h | 40 #define ASSERT_LT(a, b) \ macro
|
D | android_graphics_cts_AImageDecoderTest.cpp | 830 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/ |
D | NativeTestHelpers.h | 42 #define ASSERT_LT(a, b) \ macro
|
/cts/tests/sensor/jni/ |
D | nativeTestHelper.h | 43 #define ASSERT_LT(a, b) \ macro
|
D | SensorTestCases.cpp | 210 ASSERT_LT(events.size(), static_cast<size_t>(nominalFreq * 2.2f * maxTestTimeSec)); in testDirectReport()
|
/cts/tests/tests/nativemedia/aaudio/jni/ |
D | test_aaudio.cpp | 424 ASSERT_LT(2, writeLoops); // detect absurdly high framesPerBurst in TEST_P() 526 ASSERT_LT(2, writeLoops); // detect absurdly high framesPerBurst in TEST_P()
|
D | test_aaudio_stream_builder.cpp | 71 ASSERT_LT(getNanoseconds() - beforeTimeNanos, kNanosPerSecond) in try_opening_audio_stream() 80 ASSERT_LT(getNanoseconds() - beforeTimeNanos, kNanosPerSecond) in try_opening_audio_stream()
|