Searched defs:TEST_ASSERT (Results 1 – 24 of 24) sorted by relevance
/external/linux-kselftest/tools/testing/selftests/kvm/include/ |
D | test_util.h | 31 #define TEST_ASSERT(e, fmt, ...) \ macro
|
/external/icu/icu4c/source/test/intltest/ |
D | v32test.cpp | 66 #define TEST_ASSERT(expr) \ macro
|
D | uvectest.cpp | 66 #define TEST_ASSERT(expr) \ macro
|
D | alphaindextst.cpp | 77 #define TEST_ASSERT(expr) {if ((expr)==FALSE) {errln("%s:%d: Test failure \n", __FILE__, __LINE__);… macro
|
D | itspoof.cpp | 35 #define TEST_ASSERT(expr) {if ((expr)==FALSE) { \ macro
|
D | csdetest.cpp | 36 #define TEST_ASSERT(x) {if (!(x)) { \ macro
|
D | rbbiapts.cpp | 40 #define TEST_ASSERT(expr) {if ((expr) == FALSE) { \ macro
|
D | utxttest.cpp | 32 #define TEST_ASSERT(x) \ macro
|
D | ssearch.cpp | 35 #define TEST_ASSERT(x) {if (!(x)) { \ macro
|
D | caltest.cpp | 44 #define TEST_ASSERT(expr) {if ((expr)==FALSE) {errln("%s:%d: Test failure \n", __FILE__, __LINE__);… macro
|
D | numrgts.cpp | 2746 #define TEST_ASSERT(expr) \ macro
|
D | rbbitst.cpp | 54 #define TEST_ASSERT(x) {if (!(x)) { \ macro
|
D | usettest.cpp | 36 #define TEST_ASSERT(expr) {if (!(expr)) { \ macro
|
/external/flatbuffers/tests/ |
D | test_assert.h | 20 #define TEST_ASSERT(exp) TestEq(exp, true, #exp, __FILE__, __LINE__) macro
|
/external/icu/icu4c/source/test/cintltst/ |
D | utexttst.c | 37 #define TEST_ASSERT(x) \ macro
|
D | hpmufn.c | 51 #define TEST_ASSERT(expr) \ macro
|
D | tracetst.c | 52 #define TEST_ASSERT(expr) \ macro
|
D | spooftest.c | 37 #define TEST_ASSERT(expr) {if ((expr)==FALSE) { \ macro
|
D | cbiapts.c | 41 #define TEST_ASSERT(expr) {if ((expr)==FALSE) { \ macro
|
D | reapits.c | 39 #define TEST_ASSERT(expr) {if ((expr)==FALSE) { \ macro
|
D | usrchtst.c | 2509 #define TEST_ASSERT(x) \ macro
|
/external/skqp/tests/ |
D | GrPorterDuffTest.cpp | 47 #define TEST_ASSERT(...) REPORTER_ASSERT(reporter, __VA_ARGS__) macro
|
/external/skia/tests/ |
D | GrPorterDuffTest.cpp | 47 #define TEST_ASSERT(...) REPORTER_ASSERT(reporter, __VA_ARGS__) macro
|
/external/libcxx/test/support/ |
D | rapid-cxx-test.hpp | 171 # define TEST_ASSERT(...) \ macro
|