Searched defs:TEST_EQ (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/flatbuffers/tests/ |
H A D | test_assert.h | 19 #define TEST_EQ(exp, val) TestEq(exp, val, "'" #exp "' != '" #val "'", __FILE__, __LINE__, "") macro
|
/aosp_15_r20/external/vboot_reference/tests/common/ |
H A D | tests.h | 28 #define TEST_EQ(result, expected, comment) \ macro
|
/aosp_15_r20/system/update_engine/common/ |
H A D | utils.h | 635 #define TEST_EQ(_x, _y) TEST_OP(_x, _y, ==) macro
|