Home
last modified time | relevance | path

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

/external/icu/icu4c/source/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/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/text/
DSpoofCheckerTest.java208 boolean checkResults; in TestGetSetChecks()
222 checkResults = sc.failsChecks(scMixed); in TestGetSetChecks()
223 assertFalse("", checkResults); in TestGetSetChecks()
233 boolean checkResults; in TestAllowedLocales()
267 checkResults = sc.failsChecks(goodLatin); in TestAllowedLocales()
268 assertFalse("", checkResults); in TestAllowedLocales()
270 checkResults = sc.failsChecks(goodGreek, result); in TestAllowedLocales()
273 checkResults = sc.failsChecks(goodCyrl); in TestAllowedLocales()
274 assertFalse("", checkResults); in TestAllowedLocales()
280 checkResults = sc.failsChecks(goodGreek); in TestAllowedLocales()
[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/guava/guava-tests/test/com/google/common/util/concurrent/
DWrappingExecutorServiceTest.java105 checkResults(futures); in testInvokeAll()
114 checkResults(futures); in testInvokeAll()
138 private static void checkResults(List<Future<String>> futures) in checkResults() method in WrappingExecutorServiceTest
/external/eigen/bench/btl/generic_bench/timers/
Dportable_perf_analyzer.hh67 if (BtlConfig::Instance.checkResults && size<128) in eval_mflops()
/external/icu/icu4c/source/test/intltest/
Ditspoof.cpp146 int32_t checkResults = uspoof_checkUnicodeString(sc, s, &position, &status); in testSpoofAPI() local
148 TEST_ASSERT_EQ(0, checkResults); in testSpoofAPI()
155 int32_t checkResults = uspoof_areConfusableUnicodeString(sc, s1, s2, &status); in testSpoofAPI() local
156 … TEST_ASSERT_EQ(USPOOF_MIXED_SCRIPT_CONFUSABLE | USPOOF_WHOLE_SCRIPT_CONFUSABLE, checkResults); in testSpoofAPI()
Drbbitst.cpp182 void checkResults(const char *heading, RBBITest *test);
220 void BITestData::checkResults(const char *heading, RBBITest *test) { in checkResults() function in BITestData
485 td.checkResults("testFirstAndNext", this); in testFirstAndNext()
518 td.checkResults("testLastAndPrevious", this); in testLastAndPrevious()
562 td.checkResults("testFollowing", this); in testFollowing()
604 td.checkResults("testPreceding", this); in testPreceding()
625 td.checkResults("testIsBoundary: ", this); in testIsBoundary()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DCoreEngine.h221 virtual bool checkResults() { in checkResults() function
279 assert(checkResults()); in getResults()
287 assert(checkResults()); in begin()
/external/robolectric/lib/main/
Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org ...