HomeSort by relevance Sort by last modified time
    Searched refs:checkResults (Results 1 - 7 of 7) sorted by null

  /external/icu4c/test/cintltst/
spooftest.c 186 int32_t checkResults;
209 checkResults = uspoof_check(sc2, goodLatin, -1, NULL, &status);
211 TEST_ASSERT_EQ(0, checkResults);
213 checkResults = uspoof_check(sc2, scMixed, -1, NULL, &status);
215 TEST_ASSERT_EQ(USPOOF_SINGLE_SCRIPT | USPOOF_MIXED_SCRIPT_CONFUSABLE, checkResults);
273 int32_t checkResults = 0;
286 checkResults = uspoof_check(clone2, goodLatin, -1, NULL, &status);
288 TEST_ASSERT_EQ(0, checkResults);
290 checkResults = uspoof_check(clone2, scMixed, -1, NULL, &status);
292 TEST_ASSERT_EQ(USPOOF_SINGLE_SCRIPT | USPOOF_MIXED_SCRIPT_CONFUSABLE, checkResults);
    [all...]
  /external/eigen/bench/btl/generic_bench/timers/
portable_perf_analyzer.hh 67 if (BtlConfig::Instance.checkResults && size<128)
  /external/icu4c/test/intltest/
itspoof.cpp 110 int32_t checkResults = uspoof_checkUnicodeString(sc, s, &position, &status);
112 TEST_ASSERT_EQ(0, checkResults);
119 int32_t checkResults = uspoof_areConfusableUnicodeString(sc, s1, s2, &status);
120 TEST_ASSERT_EQ(USPOOF_MIXED_SCRIPT_CONFUSABLE | USPOOF_WHOLE_SCRIPT_CONFUSABLE, checkResults);
rbbitst.cpp 181 void checkResults(const char *heading, RBBITest *test);
217 // checkResults. Compare the actual and expected break positions, report any differences.
219 void BITestData::checkResults(const char *heading, RBBITest *test) {
480 td.checkResults("testFirstAndNext", this);
513 td.checkResults("testLastAndPrevious", this);
557 td.checkResults("testFollowing", this);
599 td.checkResults("testPreceding", this);
620 td.checkResults("testIsBoundary: ", this);
    [all...]
  /external/eigen/bench/btl/generic_bench/
btl.hh 172 : overwriteResults(false), checkResults(true), realclock(false), tries(DEFAULT_NB_TRIES)
209 Instance.checkResults = false;
236 bool checkResults;
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CoreEngine.h 222 virtual bool checkResults() {
280 assert(checkResults());
288 assert(checkResults());
  /external/robolectric/lib/main/
h2-1.2.147.jar 

Completed in 143 milliseconds