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

  /external/chromium_org/third_party/icu/source/test/cintltst/
spooftest.c 181 int32_t checkResults;
204 checkResults = uspoof_check(sc2, goodLatin, -1, NULL, &status);
206 TEST_ASSERT_EQ(0, checkResults);
208 checkResults = uspoof_check(sc2, scMixed, -1, NULL, &status);
210 TEST_ASSERT_EQ(USPOOF_SINGLE_SCRIPT | USPOOF_MIXED_SCRIPT_CONFUSABLE, checkResults);
268 int32_t checkResults = 0;
281 checkResults = uspoof_check(clone2, goodLatin, -1, NULL, &status);
283 TEST_ASSERT_EQ(0, checkResults);
285 checkResults = uspoof_check(clone2, scMixed, -1, NULL, &status);
287 TEST_ASSERT_EQ(USPOOF_SINGLE_SCRIPT | USPOOF_MIXED_SCRIPT_CONFUSABLE, checkResults);
    [all...]
  /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/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/banners/
InstallerDelegateTest.java 102 private void checkResults(boolean expectedResult) throws InterruptedException {
127 checkResults(true);
142 checkResults(false);
151 checkResults(false);
161 checkResults(true);
  /external/eigen/bench/btl/generic_bench/timers/
portable_perf_analyzer.hh 67 if (BtlConfig::Instance.checkResults && size<128)
  /external/chromium_org/third_party/icu/source/test/intltest/
itspoof.cpp 104 int32_t checkResults = uspoof_checkUnicodeString(sc, s, &position, &status);
106 TEST_ASSERT_EQ(0, checkResults);
113 int32_t checkResults = uspoof_areConfusableUnicodeString(sc, s1, s2, &status);
114 TEST_ASSERT_EQ(USPOOF_MIXED_SCRIPT_CONFUSABLE | USPOOF_WHOLE_SCRIPT_CONFUSABLE, checkResults);
rbbitst.cpp 183 void checkResults(const char *heading, RBBITest *test);
219 // checkResults. Compare the actual and expected break positions, report any differences.
221 void BITestData::checkResults(const char *heading, RBBITest *test) {
    [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 226 virtual bool checkResults() {
284 assert(checkResults());
292 assert(checkResults());
  /external/icu/icu4c/source/test/intltest/
itspoof.cpp 148 int32_t checkResults = uspoof_checkUnicodeString(sc, s, &position, &status);
150 TEST_ASSERT_EQ(0, checkResults);
157 int32_t checkResults = uspoof_areConfusableUnicodeString(sc, s1, s2, &status);
158 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) {
479 td.checkResults("testFirstAndNext", this);
512 td.checkResults("testLastAndPrevious", this);
556 td.checkResults("testFollowing", this);
598 td.checkResults("testPreceding", this);
619 td.checkResults("testIsBoundary: ", this);
    [all...]
  /external/robolectric/lib/main/
h2-1.2.147.jar 

Completed in 767 milliseconds