OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:testresult
(Results
1 - 3
of
3
) sorted by null
/external/compiler-rt/BlocksRuntime/tests/
variadic.c
52
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/clang/test/Sema/
variadic-block.c
32
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/icu4c/test/cintltst/
cnormtst.c
662
UBool
testresult
= UNORM_YES;
local
689
testresult
= UNORM_NO;
691
if (
testresult
== UNORM_YES) {
698
if (unorm_quickCheck(data, size, UNORM_FCD, &status) !=
testresult
|| U_FAILURE(status)) {
699
log_data_err("unorm_quickCheck(FCD) failed: expected %d for random data - (Are you missing data?)\n",
testresult
);
[
all
...]
Completed in 352 milliseconds