Home
last modified time | relevance | path

Searched refs:FAIL_IF_UNEQUAL (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/jni/libjnitest/
Dmacroized_tests.c77 #define FAIL_IF_UNEQUAL(printfType, expected, actual) \ macro
249 return FAIL_IF_UNEQUAL("%d", true, result); in help_CallBooleanMethod()
352 return FAIL_IF_UNEQUAL("%d", 14, result); in help_CallByteMethod()
455 return FAIL_IF_UNEQUAL("%d", -608, result); in help_CallShortMethod()
558 return FAIL_IF_UNEQUAL("%d", 9000, result); in help_CallCharMethod()
661 return FAIL_IF_UNEQUAL("%d", 4004004, result); in help_CallIntMethod()
764 return FAIL_IF_UNEQUAL("%lld", -80080080087LL, result); in help_CallLongMethod()
867 return FAIL_IF_UNEQUAL("%g", 2.5e22f, result); in help_CallFloatMethod()
970 return FAIL_IF_UNEQUAL("%g", 7.503e100, result); in help_CallDoubleMethod()
1308 return FAIL_IF_UNEQUAL("%d", true, result); in help_TakeOneOfEach()
[all …]