Searched refs:checkResults (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dspooftest.c186 int32_t checkResults; local
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; local
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);
321 int32_t checkResults; local
346 int32_t checkResults; local
393 int32_t checkResults; local
429 int32_t checkResults; local
460 int32_t checkResults; local
480 int32_t checkResults; local
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dspooftest.c186 int32_t checkResults; local
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; local
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);
321 int32_t checkResults; local
346 int32_t checkResults; local
393 int32_t checkResults; local
429 int32_t checkResults; local
460 int32_t checkResults; local
480 int32_t checkResults; local
[all...]
/external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/banners/
H A DInstallerDelegateTest.java103 private void checkResults(boolean expectedResult) throws InterruptedException { method in class:InstallerDelegateTest
129 checkResults(true);
145 checkResults(false);
155 checkResults(false);
166 checkResults(true);
/external/eigen/bench/btl/generic_bench/timers/
H A Dportable_perf_analyzer.hh67 if (BtlConfig::Instance.checkResults && size<128)
/external/eigen/bench/btl/generic_bench/
H A Dbtl.hh172 : overwriteResults(false), checkResults(true), realclock(false), tries(DEFAULT_NB_TRIES)
209 Instance.checkResults = false;
236 bool checkResults; member in class:BtlConfig
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCoreEngine.h226 virtual bool checkResults() { function in class:clang::ento::NodeBuilder
284 assert(checkResults());
292 assert(checkResults());
/external/chromium_org/third_party/icu/source/test/intltest/
H A Ditspoof.cpp148 int32_t checkResults = uspoof_checkUnicodeString(sc, s, &position, &status); local
150 TEST_ASSERT_EQ(0, checkResults);
157 int32_t checkResults = uspoof_areConfusableUnicodeString(sc, s1, s2, &status); local
158 TEST_ASSERT_EQ(USPOOF_MIXED_SCRIPT_CONFUSABLE | USPOOF_WHOLE_SCRIPT_CONFUSABLE, checkResults);
H A Drbbitst.cpp181 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) { function in class:BITestData
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);
/external/icu/icu4c/source/test/intltest/
H A Ditspoof.cpp148 int32_t checkResults = uspoof_checkUnicodeString(sc, s, &position, &status); local
150 TEST_ASSERT_EQ(0, checkResults);
157 int32_t checkResults = uspoof_areConfusableUnicodeString(sc, s1, s2, &status); local
158 TEST_ASSERT_EQ(USPOOF_MIXED_SCRIPT_CONFUSABLE | USPOOF_WHOLE_SCRIPT_CONFUSABLE, checkResults);
H A Drbbitst.cpp181 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) { function in class:BITestData
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);
/external/robolectric/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...

Completed in 1165 milliseconds