Searched refs:record_fail (Results 1 – 8 of 8) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | restest.cpp | 37 … myAction) if ((expected)==(actual)) { record_pass(myAction); } else { record_fail(myAction + (Uni… 38 … myAction) if ((actual)>=(expected)) { record_pass(myAction); } else { record_fail(myAction + (Uni… 39 … myAction) if ((expected)!=(actual)) { record_pass(myAction); } else { record_fail(myAction + (Uni… 41 … myAction) if ((expected)==(actual)) { record_pass(myAction); } else { record_fail(myAction + (Uni… 465 record_fail("Error getting " + (UnicodeString)tag); in testTag() 481 ResourceBundleTest::record_fail(UnicodeString errMessage) in record_fail() function in ResourceBundleTest
|
D | restsnew.h | 52 void record_fail(void);
|
D | restest.h | 49 void record_fail(UnicodeString errMessage);
|
D | restsnew.cpp | 36 #define CONFIRM_EQ(actual,expected) if ((expected)==(actual)) { record_pass(); } else { record_fail… 37 #define CONFIRM_GE(actual,expected) if ((actual)>=(expected)) { record_pass(); } else { record_fail… 38 #define CONFIRM_NE(actual,expected) if ((expected)!=(actual)) { record_pass(); } else { record_fail… 40 …e(actual,expected) if ((expected)==(actual)) { record_pass(); } else { record_fail(); errln(action… 919 record_fail(); in testTag() 933 record_fail(); in testTag() 1000 NewResourceBundleTest::record_fail() in record_fail() function in NewResourceBundleTest
|
/external/icu/icu4c/source/test/cintltst/ |
D | crestst.h | 49 void record_fail(void);
|
D | creststn.h | 86 static void record_fail(void);
|
D | crestst.c | 52 …l,expected) if (u_strcmp(expected,actual)==0){ record_pass(); } else { record_fail(); log_err("%s … 54 …e(actual,expected) if ((expected)==(actual)) { record_pass(); } else { record_fail(); log_err("%s… 406 void record_fail() in record_fail() function
|
D | creststn.c | 130 …l,expected) if (u_strcmp(expected,actual)==0){ record_pass(); } else { record_fail(); log_err("%s … 131 …Q(actual,expected) if ((expected)==(actual)) { record_pass(); } else { record_fail(); log_err("%s … 132 …E(actual,expected) if ((actual)>=(expected)) { record_pass(); } else { record_fail(); log_err("%s … 133 …E(actual,expected) if ((expected)!=(actual)) { record_pass(); } else { record_fail(); log_err("%s … 142 record_fail(); in CONFIRM_ErrorCode() 1934 record_fail(); in testTag() 1962 record_fail(); in testTag() 2003 static void record_fail() in record_fail() function
|