Searched refs:DONOT_RET (Results 1 – 2 of 2) sorted by relevance
| /system/ulib/unittest/include/unittest/ |
| A D | unittest.h | 408 #define DONOT_RET macro 564 UT_CMP(op, lhs, rhs, lhs_str, rhs_str, DONOT_RET, ##__VA_ARGS__) 576 #define EXPECT_TRUE(actual, ...) UT_TRUE(actual, DONOT_RET, ##__VA_ARGS__) 577 #define EXPECT_FALSE(actual, ...) UT_FALSE(actual, DONOT_RET, ##__VA_ARGS__) 578 #define EXPECT_NULL(actual, ...) UT_NULL(actual, DONOT_RET, ##__VA_ARGS__) 579 #define EXPECT_NONNULL(actual, ...) UT_NONNULL(actual, DONOT_RET, ##__VA_ARGS__) 580 …XPECT_BYTES_EQ(expected, actual, length, msg) UT_BYTES_EQ(expected, actual, length, msg, DONOT_RET) 581 …ne EXPECT_BYTES_NE(bytes1, bytes2, length, msg) UT_BYTES_NE(bytes1, bytes2, length, msg, DONOT_RET) 582 #define EXPECT_STR_EQ(str1, str2, ...) UT_STR_EQ(str1, str2, DONOT_RET, ##__VA_ARGS__) 583 #define EXPECT_STR_NE(str1, str2, ...) UT_STR_NE(str1, str2, DONOT_RET, ##__VA_ARGS__)
|
| /system/utest/crypto/ |
| A D | utils.h | 31 #define EXPECT_ZX(expr, status) UT_ZX(expr, status, DONOT_RET) 33 #define EXPECT_OK(expr) UT_ZX(expr, ZX_OK, DONOT_RET)
|
Completed in 6 milliseconds