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

  /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/icu/icu4c/source/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/guava/guava-tests/test/com/google/common/util/concurrent/
WrappingExecutorServiceTest.java 105 checkResults(futures);
114 checkResults(futures);
138 private static void checkResults(List<Future<String>> futures)
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CoreEngine.h 221 virtual bool checkResults() {
279 assert(checkResults());
287 assert(checkResults());
  /external/icu/icu4c/source/test/intltest/
itspoof.cpp 146 int32_t checkResults = uspoof_checkUnicodeString(sc, s, &position, &status);
148 TEST_ASSERT_EQ(0, checkResults);
155 int32_t checkResults = uspoof_areConfusableUnicodeString(sc, s1, s2, &status);
156 TEST_ASSERT_EQ(USPOOF_MIXED_SCRIPT_CONFUSABLE | USPOOF_WHOLE_SCRIPT_CONFUSABLE, checkResults);
rbbitst.cpp 182 void checkResults(const char *heading, RBBITest *test);
218 // checkResults. Compare the actual and expected break positions, report any differences.
220 void BITestData::checkResults(const char *heading, RBBITest *test) {
485 td.checkResults("testFirstAndNext", this);
518 td.checkResults("testLastAndPrevious", this);
562 td.checkResults("testFollowing", this);
604 td.checkResults("testPreceding", this);
625 td.checkResults("testIsBoundary: ", this);
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/text/
SpoofCheckerTest.java 208 boolean checkResults;
222 checkResults = sc.failsChecks(scMixed);
223 assertFalse("", checkResults);
233 boolean checkResults;
267 checkResults = sc.failsChecks(goodLatin);
268 assertFalse("", checkResults);
270 checkResults = sc.failsChecks(goodGreek, result);
273 checkResults = sc.failsChecks(goodCyrl);
274 assertFalse("", checkResults);
280 checkResults = sc.failsChecks(goodGreek)
    [all...]
  /external/robolectric/lib/main/
h2-1.2.147.jar 

Completed in 148 milliseconds