Searched refs:FAIL_IF_UNEQUAL (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/jni/libjnitest/ |
D | macroized_tests.c | 78 #define FAIL_IF_UNEQUAL(printfType, expected, actual) \ macro 252 return FAIL_IF_UNEQUAL("%d", true, result); in help_CallBooleanMethod() 357 return FAIL_IF_UNEQUAL("%d", 14, result); in help_CallByteMethod() 462 return FAIL_IF_UNEQUAL("%d", -608, result); in help_CallShortMethod() 567 return FAIL_IF_UNEQUAL("%d", 9000, result); in help_CallCharMethod() 672 return FAIL_IF_UNEQUAL("%d", 4004004, result); in help_CallIntMethod() 777 return FAIL_IF_UNEQUAL("%" PRId64, -80080080087LL, result); in help_CallLongMethod() 882 return FAIL_IF_UNEQUAL("%g", 2.5e22f, result); in help_CallFloatMethod() 987 return FAIL_IF_UNEQUAL("%g", 7.503e100, result); in help_CallDoubleMethod() 1331 return FAIL_IF_UNEQUAL("%d", true, result); in help_TakeOneOfEach() [all …]
|