Searched refs:EXPECT_NE (Results 1 – 7 of 7) sorted by relevance
| /kernel/lib/crypto/ |
| A D | global_prng_unittest.cpp | 21 EXPECT_NE(prng1, nullptr, ""); in identical()
|
| A D | prng_unittest.cpp | 88 EXPECT_NE(0, memcmp(out1, out2, sizeof(out1)), "prng output is constant"); in prng_output() 106 EXPECT_NE(0, memcmp(out3, out4, sizeof(out3)), "prng output is constant"); in prng_output()
|
| /kernel/object/ |
| A D | message_packet_tests.cpp | 37 EXPECT_NE(0U, mp->get_txid(), ""); in create() 66 EXPECT_NE(0U, mp->get_txid(), ""); in create_void_star()
|
| /kernel/lib/unittest/include/lib/unittest/ |
| A D | unittest.h | 228 #define EXPECT_NE(expected, actual, msg) UTCHECK_NE(expected, actual, msg, false) macro
|
| /kernel/lib/hypervisor/ |
| A D | hypervisor_unittest.cpp | 263 EXPECT_NE(0u, vmo_paddr, "Failed to lookup physical address of VMO\n"); in guest_physical_address_space_get_page() 340 EXPECT_NE(0u, vmo_paddr, "Failed to lookup physical address of VMO\n"); in guest_physical_address_space_get_page_complex()
|
| /kernel/vm/ |
| A D | vm_unittest.cpp | 720 EXPECT_NE(ptr, ptr2, "second mapping is different"); in vmo_double_remap_test() 732 EXPECT_NE(ptr3, ptr2, "third mapping is different"); in vmo_double_remap_test() 733 EXPECT_NE(ptr3, ptr, "third mapping is different"); in vmo_double_remap_test() 851 EXPECT_NE(cache_policy, cache_policy_get, "check initial cache policy"); in vmo_cache_test()
|
| /kernel/lib/fbl/ |
| A D | arena_tests.cpp | 211 EXPECT_NE(0u, obj, ""); in committing_tests()
|
Completed in 14 milliseconds