Home
last modified time | relevance | path

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

/external/chromium_org/third_party/icu/source/test/cintltst/
Dspooftest.c181 int32_t checkResults; in TestUSpoofCAPI() local
204 checkResults = uspoof_check(sc2, goodLatin, -1, NULL, &status); in TestUSpoofCAPI()
206 TEST_ASSERT_EQ(0, checkResults); in TestUSpoofCAPI()
208 checkResults = uspoof_check(sc2, scMixed, -1, NULL, &status); in TestUSpoofCAPI()
210 TEST_ASSERT_EQ(USPOOF_SINGLE_SCRIPT | USPOOF_MIXED_SCRIPT_CONFUSABLE, checkResults); in TestUSpoofCAPI()
268 int32_t checkResults = 0; in TestUSpoofCAPI() local
281 checkResults = uspoof_check(clone2, goodLatin, -1, NULL, &status); in TestUSpoofCAPI()
283 TEST_ASSERT_EQ(0, checkResults); in TestUSpoofCAPI()
285 checkResults = uspoof_check(clone2, scMixed, -1, NULL, &status); in TestUSpoofCAPI()
287 TEST_ASSERT_EQ(USPOOF_SINGLE_SCRIPT | USPOOF_MIXED_SCRIPT_CONFUSABLE, checkResults); in TestUSpoofCAPI()
[all …]
/external/icu4c/test/cintltst/
Dspooftest.c186 int32_t checkResults; in TestUSpoofCAPI() local
209 checkResults = uspoof_check(sc2, goodLatin, -1, NULL, &status); in TestUSpoofCAPI()
211 TEST_ASSERT_EQ(0, checkResults); in TestUSpoofCAPI()
213 checkResults = uspoof_check(sc2, scMixed, -1, NULL, &status); in TestUSpoofCAPI()
215 TEST_ASSERT_EQ(USPOOF_SINGLE_SCRIPT | USPOOF_MIXED_SCRIPT_CONFUSABLE, checkResults); in TestUSpoofCAPI()
273 int32_t checkResults = 0; in TestUSpoofCAPI() local
286 checkResults = uspoof_check(clone2, goodLatin, -1, NULL, &status); in TestUSpoofCAPI()
288 TEST_ASSERT_EQ(0, checkResults); in TestUSpoofCAPI()
290 checkResults = uspoof_check(clone2, scMixed, -1, NULL, &status); in TestUSpoofCAPI()
292 TEST_ASSERT_EQ(USPOOF_SINGLE_SCRIPT | USPOOF_MIXED_SCRIPT_CONFUSABLE, checkResults); in TestUSpoofCAPI()
[all …]
/external/eigen/bench/btl/generic_bench/
Dbtl.hh172 : overwriteResults(false), checkResults(true), realclock(false), tries(DEFAULT_NB_TRIES) in BtlConfig()
209 Instance.checkResults = false; in BtlConfig()
236 bool checkResults; member in BtlConfig
/external/chromium_org/third_party/icu/source/test/intltest/
Ditspoof.cpp104 int32_t checkResults = uspoof_checkUnicodeString(sc, s, &position, &status); in testSpoofAPI() local
106 TEST_ASSERT_EQ(0, checkResults); in testSpoofAPI()
113 int32_t checkResults = uspoof_areConfusableUnicodeString(sc, s1, s2, &status); in testSpoofAPI() local
114 … TEST_ASSERT_EQ(USPOOF_MIXED_SCRIPT_CONFUSABLE | USPOOF_WHOLE_SCRIPT_CONFUSABLE, checkResults); in testSpoofAPI()
Drbbitst.cpp183 void checkResults(const char *heading, RBBITest *test);
221 void BITestData::checkResults(const char *heading, RBBITest *test) { in checkResults() function in BITestData
1274 td.checkResults("testFirstAndNext", this); in testFirstAndNext()
1307 td.checkResults("testLastAndPrevious", this); in testLastAndPrevious()
1351 td.checkResults("testFollowing", this); in testFollowing()
1393 td.checkResults("testPreceding", this); in testPreceding()
1414 td.checkResults("testIsBoundary: ", this); in testIsBoundary()
/external/eigen/bench/btl/generic_bench/timers/
Dportable_perf_analyzer.hh67 if (BtlConfig::Instance.checkResults && size<128) in eval_mflops()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DCoreEngine.h226 virtual bool checkResults() { in checkResults() function
284 assert(checkResults()); in getResults()
292 assert(checkResults()); in begin()
/external/icu4c/test/intltest/
Ditspoof.cpp148 int32_t checkResults = uspoof_checkUnicodeString(sc, s, &position, &status); in testSpoofAPI() local
150 TEST_ASSERT_EQ(0, checkResults); in testSpoofAPI()
157 int32_t checkResults = uspoof_areConfusableUnicodeString(sc, s1, s2, &status); in testSpoofAPI() local
158 … TEST_ASSERT_EQ(USPOOF_MIXED_SCRIPT_CONFUSABLE | USPOOF_WHOLE_SCRIPT_CONFUSABLE, checkResults); in testSpoofAPI()
Drbbitst.cpp181 void checkResults(const char *heading, RBBITest *test);
219 void BITestData::checkResults(const char *heading, RBBITest *test) { in checkResults() function in BITestData
480 td.checkResults("testFirstAndNext", this); in testFirstAndNext()
513 td.checkResults("testLastAndPrevious", this); in testLastAndPrevious()
557 td.checkResults("testFollowing", this); in testFollowing()
599 td.checkResults("testPreceding", this); in testPreceding()
620 td.checkResults("testIsBoundary: ", this); in testIsBoundary()