Searched defs:checkResults (Results 1 - 6 of 6) sorted by relevance

/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/icu4c/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
426 int32_t checkResults; local
457 int32_t checkResults; local
477 int32_t checkResults; local
[all...]
/external/icu4c/test/intltest/
H A Ditspoof.cpp110 int32_t checkResults = uspoof_checkUnicodeString(sc, s, &position, &status); local
112 TEST_ASSERT_EQ(0, checkResults);
119 int32_t checkResults = uspoof_areConfusableUnicodeString(sc, s1, s2, &status); local
120 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
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);
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCoreEngine.h222 virtual bool checkResults() { function in class:clang::ento::NodeBuilder
280 assert(checkResults());
288 assert(checkResults());
/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 246 milliseconds