Searched defs:testresult (Results 1 - 3 of 3) sorted by relevance

/external/clang/test/Sema/
H A Dvariadic-block.c32 long testresult = addthem("ii", 10, 20); local
33 if (testresult != 30) {
36 testresult = addthem("idc", 30, 40.0, 'a');
37 if (testresult != (70+'a')) {
/external/compiler-rt/test/BlocksRuntime/
H A Dvariadic.c52 long testresult = addthem("ii", 10, 20); local
53 if (testresult != 30) {
54 printf("got wrong result: %ld\n", testresult);
57 testresult = addthem("idc", 30, 40.0, 'a');
58 if (testresult != (70+'a')) {
59 printf("got different wrong result: %ld\n", testresult);
/external/icu/icu4c/source/test/cintltst/
H A Dcnormtst.c661 UBool testresult = UNORM_YES; local
688 testresult = UNORM_NO;
690 if (testresult == UNORM_YES) {
697 if (unorm_quickCheck(data, size, UNORM_FCD, &status) != testresult || U_FAILURE(status)) {
698 log_data_err("unorm_quickCheck(FCD) failed: expected %d for random data - (Are you missing data?)\n", testresult);

Completed in 142 milliseconds