/aosp12/system/extras/tests/timetest/ |
H A D | rtc_test.cpp | 85 ASSERT_LE(0, rd_hwtime(&roll)); in rtc_rollover() 88 ASSERT_LE(0, roll.tm_sec); in rtc_rollover() 90 ASSERT_LE(0, roll.tm_min); in rtc_rollover() 92 ASSERT_LE(0, roll.tm_hour); in rtc_rollover() 94 ASSERT_LE(0, roll.tm_mday); in rtc_rollover() 96 ASSERT_LE(0, roll.tm_mon); in rtc_rollover() 98 ASSERT_LE(0, roll.tm_year); in rtc_rollover() 107 ASSERT_LE(0, rd_hwtime(&save)); in rtc_rollover() 135 ASSERT_LE(0, __set_hwtime); in rtc_rollover() 136 ASSERT_LE(0, rd_hwtime(&tm)); in rtc_rollover() [all …]
|
/aosp12/system/core/llkd/tests/ |
H A D | llkd_test.cpp | 197 ASSERT_LE(0, child_pid); in llkd_driver_ABA() 205 ASSERT_LE(0, driver_pid); in llkd_driver_ABA() 257 ASSERT_LE(0, child_pid); in TEST() 260 ASSERT_LE(0, zombie_pid); in TEST() 281 ASSERT_LE(0, child_pid); in TEST() 285 ASSERT_LE(0, driver_pid); in TEST() 307 ASSERT_LE(0, pipe_ret); in TEST() 310 ASSERT_LE(0, child_pid); in TEST() 313 ASSERT_LE(0, child_pid); in TEST() 341 ASSERT_LE(0, child_pid); in TEST() [all …]
|
/aosp12/system/netd/tests/ |
H A D | bpf_base_test.cpp | 89 ASSERT_LE(0, cookieTagMap.getMap()); in TEST_F() 91 ASSERT_LE(0, sock); in TEST_F() 107 ASSERT_LE(0, cookieTagMap.getMap()); in TEST_F() 109 ASSERT_LE(0, sock); in TEST_F() 132 ASSERT_LE(0, uidCounterSetMap.getMap()); in TEST_F() 146 ASSERT_LE(0, statsMapA.getMap()); in TEST_F() 148 ASSERT_LE(0, statsMapB.getMap()); in TEST_F() 150 ASSERT_LE(0, appUidStatsMap.getMap()); in TEST_F()
|
/aosp12/bionic/tests/ |
H A D | malloc_test.cpp | 68 ASSERT_LE(100U, malloc_usable_size(ptr)); in TEST() 202 ASSERT_LE(100U, malloc_usable_size(ptr)); in TEST() 207 ASSERT_LE(200U, malloc_usable_size(ptr)); in TEST() 218 ASSERT_LE(200U, malloc_usable_size(ptr)); in TEST() 223 ASSERT_LE(100U, malloc_usable_size(ptr)); in TEST() 234 ASSERT_LE(200U, malloc_usable_size(ptr)); in TEST() 239 ASSERT_LE(100U, malloc_usable_size(ptr)); in TEST() 246 ASSERT_LE(50U, malloc_usable_size(ptr)); in TEST() 253 ASSERT_LE(150U, malloc_usable_size(ptr)); in TEST() 261 ASSERT_LE(425U, malloc_usable_size(ptr)); in TEST() [all …]
|
H A D | time_test.cpp | 54 ASSERT_LE(t2 - t1, static_cast<time_t>(2)); in TEST() 57 ASSERT_LE(t2, time(nullptr)); in TEST() 58 ASSERT_LE(time(nullptr) - t2, static_cast<time_t>(1)); in TEST() 769 ASSERT_LE(ts0.tv_sec, ts1.tv_sec); in TEST() 771 ASSERT_LE(ts0.tv_nsec, ts1.tv_nsec); in TEST() 773 ASSERT_LE(ts1.tv_sec, ts2.tv_sec); in TEST() 775 ASSERT_LE(ts1.tv_nsec, ts2.tv_nsec); in TEST()
|
/aosp12/frameworks/native/libs/cputimeinstate/ |
H A D | testtimeinstate.cpp | 81 ASSERT_LE(concurrentTime.active[i], policySum); in TestConcurrentTimesConsistent() 94 ASSERT_LE(activeSum, policySum); in TestConcurrentTimesConsistent() 110 ASSERT_LE(concurrentSum - tisSum, NSEC_PER_SEC); in TestUidTimesConsistent() 157 ASSERT_LE(before[i][j], after[i][j]); in TestCheckUpdate() 162 ASSERT_LE(sumBefore, sumAfter); in TestCheckUpdate() 163 ASSERT_LE(sumAfter - sumBefore, NSEC_PER_SEC); in TestCheckUpdate() 326 ASSERT_LE(before, after); in TestCheckDelta() 406 ASSERT_LE(time, NSEC_PER_YEAR); in TEST() 427 ASSERT_LE(time, NSEC_PER_YEAR); in TEST() 432 ASSERT_LE(time, NSEC_PER_YEAR); in TEST() [all …]
|
/aosp12/system/core/fs_mgr/tests/ |
H A D | fs_mgr_test.cpp | 348 ASSERT_LE(11U, fstab.size()); in TEST() 425 ASSERT_LE(6U, fstab.size()); in TEST() 502 ASSERT_LE(3U, fstab.size()); in TEST() 572 ASSERT_LE(1U, fstab.size()); in TEST() 596 ASSERT_LE(4U, fstab.size()); in TEST() 637 ASSERT_LE(2U, fstab.size()); in TEST() 663 ASSERT_LE(2U, fstab.size()); in TEST() 693 ASSERT_LE(6U, fstab.size()); in TEST() 739 ASSERT_LE(1U, fstab.size()); in TEST() 762 ASSERT_LE(1U, fstab.size()); in TEST() [all …]
|
/aosp12/bootable/recovery/tests/unit/ |
H A D | battery_utils_test.cpp | 25 ASSERT_LE(0, info.capacity); in TEST() 26 ASSERT_LE(info.capacity, 100); in TEST()
|
/aosp12/system/extras/simpleperf/ |
H A D | record_lib_test.cpp | 60 ASSERT_LE(counter.time_running_in_ns, counter.time_enabled_in_ns); in TEST() 82 ASSERT_LE(counters[0].time_running_in_ns, counters[0].time_enabled_in_ns); in TEST() 109 ASSERT_LE(counters[0].time_running_in_ns, counters[0].time_enabled_in_ns); in TEST() 135 ASSERT_LE(counters[0].time_running_in_ns, counters[0].time_enabled_in_ns); in TEST()
|
/aosp12/frameworks/av/media/libaaudio/tests/ |
H A D | test_block_adapter.cpp | 39 ASSERT_LE(frameCount, TEST_BUFFER_SIZE); in fillSequence() 130 ASSERT_LE(size, TEST_BUFFER_SIZE); in TEST() 145 ASSERT_LE(size, TEST_BUFFER_SIZE); in TEST()
|
H A D | test_marshalling.cpp | 76 ASSERT_LE(0, fd); in TEST() 108 ASSERT_LE(0, fd); in TEST() 145 ASSERT_LE(0, fd); in TEST()
|
/aosp12/system/chre/apps/test/chqts/src/shared/ |
H A D | macros.h | 47 #define ASSERT_LE(value, upper, failureMessage) \ macro 63 ASSERT_LE((value), (upper), failureMessage)
|
/aosp12/frameworks/av/media/libstagefright/foundation/tests/OpusHeader/ |
H A D | OpusHeaderTest.cpp | 111 ASSERT_LE(headerSize, kMaxOpusHeaderSize) in TEST_P() 182 ASSERT_LE(parsedHeader.num_coupled, parsedHeader.num_streams) in TEST_P() 202 ASSERT_LE(parsedHeader.channels, 2); in TEST_P() 266 ASSERT_LE(header.channels, kMaxChannels); in TEST_P() 268 ASSERT_LE(header.num_coupled, header.num_streams) in TEST_P()
|
/aosp12/system/libfmq/tests/ |
H A D | msgq_test_client.cpp | 637 ASSERT_LE(dataLen, kNumElementsInSyncQueue); in TYPED_TEST() 658 ASSERT_LE(dataLen, kNumElementsInSyncQueue); in TYPED_TEST() 693 ASSERT_LE(dataLen, kNumElementsInSyncQueue); in TYPED_TEST() 721 ASSERT_LE(dataLen, kNumElementsInSyncQueue); in TYPED_TEST() 738 ASSERT_LE(dataLen, kNumElementsInSyncQueue); in TYPED_TEST() 946 ASSERT_LE(dataLen, this->mNumMessagesMax); in TYPED_TEST() 960 ASSERT_LE(dataLen, this->mNumMessagesMax); in TYPED_TEST() 974 ASSERT_LE(numMessages, this->mNumMessagesMax); in TYPED_TEST() 1058 ASSERT_LE(numMessages, this->mNumMessagesMax); in TYPED_TEST() 1079 ASSERT_LE(numMessages, this->mNumMessagesMax); in TYPED_TEST() [all …]
|
H A D | fmq_unit_tests.cpp | 659 ASSERT_LE(dataLen, this->mNumMessagesMax); in TYPED_TEST() 676 ASSERT_LE(dataLen, this->mNumMessagesMax); in TYPED_TEST() 705 ASSERT_LE(dataLen, this->mNumMessagesMax); in TYPED_TEST() 748 ASSERT_LE(dataLen, this->mNumMessagesMax); in TYPED_TEST() 760 ASSERT_LE(dataLen, this->mNumMessagesMax); in TYPED_TEST() 887 ASSERT_LE(dataLen, this->mNumMessagesMax); in TYPED_TEST() 906 ASSERT_LE(dataLen, this->mNumMessagesMax); in TYPED_TEST() 985 ASSERT_LE(dataLen, this->mNumMessagesMax); in TYPED_TEST() 1099 ASSERT_LE(dataLen, this->mNumMessagesMax); in TYPED_TEST() 1117 ASSERT_LE(dataLen, this->mNumMessagesMax); in TYPED_TEST()
|
/aosp12/system/media/audio_utils/tests/ |
H A D | sample_tests.cpp | 60 ASSERT_LE(signum_prev, signum_curr); in TEST() 75 ASSERT_LE(ratio, upper) << "prev " << prev << " curr " << curr; in TEST()
|
/aosp12/frameworks/av/media/codecs/m4v_h263/enc/test/ |
H A D | Mpeg4H263EncoderTest.cpp | 78 ASSERT_LE(mFrameWidth, (mIsMpeg4 ? 720 : 352)) in SetUp() 80 ASSERT_LE(mFrameHeight, (mIsMpeg4 ? 480 : 288)) in SetUp() 82 ASSERT_LE(mFrameRate, 30) << "Frame rate less than or equal to 30"; in SetUp() 83 ASSERT_LE(mBitRate, 2048) << "Bit rate less than or equal to 2048 kbps"; in SetUp()
|
/aosp12/frameworks/av/media/tests/benchmark/tests/ |
H A D | C2DecoderTest.cpp | 78 ASSERT_LE(fileSize, kMaxBufferSize) in TEST_P() 101 ASSERT_LE(inputBufferOffset + info.size, fileSize) << "Memory allocated not sufficient"; in TEST_P() 114 ASSERT_LE(inputBufferOffset + info.size, fileSize) << "Memory allocated not sufficient"; in TEST_P()
|
H A D | C2EncoderTest.cpp | 81 ASSERT_LE(fileSize, kMaxBufferSize) in TEST_P() 103 ASSERT_LE(inputBufferOffset + info.size, fileSize) << "Memory allocated not sufficient"; in TEST_P()
|
/aosp12/frameworks/av/media/codecs/m4v_h263/dec/test/ |
H A D | Mpeg4H263DecoderTest.cpp | 164 ASSERT_LE(range + offset, Info.size()) << "range+offset can't be greater than the no of frames"; in processMpeg4H263Decoder() 210 ASSERT_LE(dispWidth, bufWidth) << "Display width is greater than buffer width"; in processMpeg4H263Decoder() 211 ASSERT_LE(dispHeight, bufHeight) << "Display height is greater than buffer height"; in processMpeg4H263Decoder() 266 ASSERT_LE(dispWidth, bufWidth) << "Display width is greater than buffer width"; in processMpeg4H263Decoder() 267 ASSERT_LE(dispHeight, bufHeight) << "Display height is greater than buffer height"; in processMpeg4H263Decoder()
|
/aosp12/hardware/interfaces/automotive/occupant_awareness/aidl/vts/functional/ |
H A D | VtsHalOccupantAwarenessV1_0TargetTest.cpp | 80 ASSERT_LE(elapsed, kTimeout); in TEST_P() 173 ASSERT_LE(elapsed, kTimeout); in TEST_P() 190 ASSERT_LE(elapsed, kTimeout); in TEST_P()
|
/aosp12/art/libartbase/base/ |
H A D | bit_string_test.cc | 92 ASSERT_LE(3u, BitString::kCapacity); in TEST() 158 ASSERT_LE(3u, BitString::kCapacity); in TEST()
|
/aosp12/system/unwinding/libunwindstack/tests/ |
H A D | TestUtils.cpp | 38 ASSERT_LE(last_allocated_bytes - first_allocated_bytes, kMaxAllowedLeakBytes) in TestCheckForLeaks()
|
/aosp12/frameworks/native/libs/gui/include/gui/test/ |
H A D | CallbackUtils.h | 102 ASSERT_LE(presentFence->getSignalTime(), in verifyCallbackData() 142 ASSERT_LE(acquireTime, latchTime) << "acquire time should be <= latch time"; in verifySurfaceControlStats()
|
/aosp12/art/dex2oat/linker/ |
H A D | image_write_read_test.cc | 104 ASSERT_LE(image_space->GetImageHeader().GetImageSize(), image_file_size); in TestWriteRead() 107 ASSERT_LE(image_file_size, image_space->GetImageHeader().GetImageSize()); in TestWriteRead()
|