| /system/utest/sysinfo/ |
| A D | main.cpp | 68 ASSERT_LE(actual_size, sizeof(board_name), "GetBoardName returned too much data"); in get_board_name_succeeds()
|
| /system/utest/fbl/ |
| A D | ref_counted_upgradeable_tests.cpp | 67 ASSERT_LE(0, res); in upgrade_fail_test()
|
| A D | intrusive_wavl_tree_tests.cpp | 155 ASSERT_LE(0, ns.rank_, "All ranks must be non-negative."); in VerifyRankRule() 163 ASSERT_LE(1, delta, "Left hand rank difference not on range [1, 2]"); in VerifyRankRule() 170 ASSERT_LE(1, delta, "Right hand rank difference not on range [1, 2]"); in VerifyRankRule()
|
| A D | ref_counted_tests.cpp | 79 ASSERT_LE(0, res, "Failed to create inc_and_dec thread!"); in ref_counted_test()
|
| /system/utest/utf_conversion/ |
| A D | main.cpp | 134 ASSERT_LE(v.expected_len, sizeof(v.expected), case_id); in utf16to8_simple_codepoints() 257 ASSERT_LE(encoded_len, sizeof(actual), case_id); in utf16to8_dst_buffer_lengths()
|
| /system/utest/fs/ |
| A D | test-threading.cpp | 79 ASSERT_LE(success_count, kSuccessCount, "Too many succeeding threads"); in thread_action_test()
|
| A D | test-append.cpp | 206 ASSERT_LE(val, sizeof(counts), "Read unexpected value from file"); in TestAppendAtomic()
|
| A D | test-watcher.cpp | 54 ASSERT_LE((uintptr_t)wb->ptr, (uintptr_t) wb->buf + wb->size); in check_local_event()
|
| A D | test-minfs.cpp | 214 ASSERT_LE(free_blocks, max_remaining_blocks); in FillPartition()
|
| /system/utest/core/memory-mapping/ |
| A D | memory-mapping.cpp | 161 ASSERT_LE(static_cast<size_t>(end_add - begin_add), page_size); in mmap_PROT_EXEC_test()
|
| /system/utest/libfzl/ |
| A D | vmo-pool-tests.cpp | 102 ASSERT_LE(release_errors, unfilled_count); in CheckEmptyPool()
|
| A D | vmo-vmar-tests.cpp | 46 ASSERT_LE(vmar_levels, fbl::count_of(managers)); in vmar_vmo_core_test()
|
| /system/utest/devfs/ |
| A D | fidl-tests.cpp | 161 ASSERT_LE((uintptr_t)wb->ptr, (uintptr_t) wb->buf + wb->size); in CheckLocalEvent()
|
| /system/utest/fs-management/ |
| A D | fs-management.cpp | 68 ASSERT_LE(info.used_nodes, info.total_nodes, "Used nodes greater than free nodes"); in CheckMountedFs() 69 ASSERT_LE(info.used_bytes, info.total_bytes, "Used bytes greater than free bytes"); in CheckMountedFs()
|
| /system/ulib/unittest/include/unittest/ |
| A D | unittest.h | 603 #define ASSERT_LE(lhs, rhs, ...) ASSERT_CMP(<=, lhs, rhs, #lhs, #rhs, ##__VA_ARGS__) macro
|
| /system/utest/libzx/ |
| A D | zx-test.cpp | 353 ASSERT_LE(before.get(), after.get()); in ticks_test()
|
| /system/utest/ethernet/ |
| A D | ethernet.cpp | 439 ASSERT_LE(data_length, SETPARAM_REPORT_DATA_SIZE, "Report can't return that much data"); in ExpectSetParamRead()
|
| /system/utest/blobfs/ |
| A D | blobfs.cpp | 476 ASSERT_LE(info.used_nodes, info.total_nodes, "Used nodes greater than free nodes"); in CheckInfo() 477 ASSERT_LE(info.used_bytes, info.total_bytes, "Used bytes greater than free bytes"); in CheckInfo() 692 ASSERT_LE(info.used_bytes, info.total_bytes); in QueryInfo()
|
| /system/utest/core/threads/ |
| A D | threads.cpp | 1493 ASSERT_LE(actual_regs.hw_bps_count, 16u); in TestWriteReadDebugRegisterState()
|
| /system/utest/fvm/ |
| A D | fvm.cpp | 2281 ASSERT_LE(info.total_bytes, slice_size * request.slice_count); in TestMounting() 2365 ASSERT_LE(info.total_bytes, slice_size * request.slice_count); in TestMkfs()
|
| /system/ulib/tftp/ |
| A D | tftp-test.cpp | 316 ASSERT_LE(ts.outlen, 1500, "outlen too large"); in test_tftp_receive_request_unexpected()
|