Searched refs:FAIL_IF_UNEQUAL (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/jni/libjnitest/ |
D | macroized_tests.c | 77 #define FAIL_IF_UNEQUAL(printfType, expected, actual) \ macro 251 return FAIL_IF_UNEQUAL("%d", true, result); in help_CallBooleanMethod() 356 return FAIL_IF_UNEQUAL("%d", 14, result); in help_CallByteMethod() 461 return FAIL_IF_UNEQUAL("%d", -608, result); in help_CallShortMethod() 566 return FAIL_IF_UNEQUAL("%d", 9000, result); in help_CallCharMethod() 671 return FAIL_IF_UNEQUAL("%d", 4004004, result); in help_CallIntMethod() 776 return FAIL_IF_UNEQUAL("%lld", -80080080087LL, result); in help_CallLongMethod() 881 return FAIL_IF_UNEQUAL("%g", 2.5e22f, result); in help_CallFloatMethod() 986 return FAIL_IF_UNEQUAL("%g", 7.503e100, result); in help_CallDoubleMethod() 1330 return FAIL_IF_UNEQUAL("%d", true, result); in help_TakeOneOfEach() [all …]
|