Home
last modified time | relevance | path

Searched defs:checkResults (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/third_party/icu/source/test/cintltst/
Dspooftest.c186 int32_t checkResults; in TestUSpoofCAPI() local
273 int32_t checkResults = 0; in TestUSpoofCAPI() local
321 int32_t checkResults; in TestUSpoofCAPI() local
346 int32_t checkResults; in TestUSpoofCAPI() local
393 int32_t checkResults; in TestUSpoofCAPI() local
429 int32_t checkResults; in TestUSpoofCAPI() local
460 int32_t checkResults; in TestUSpoofCAPI() local
480 int32_t checkResults; in TestUSpoofCAPI() local
/external/icu/icu4c/source/test/cintltst/
Dspooftest.c186 int32_t checkResults; in TestUSpoofCAPI() local
273 int32_t checkResults = 0; in TestUSpoofCAPI() local
321 int32_t checkResults; in TestUSpoofCAPI() local
346 int32_t checkResults; in TestUSpoofCAPI() local
393 int32_t checkResults; in TestUSpoofCAPI() local
429 int32_t checkResults; in TestUSpoofCAPI() local
460 int32_t checkResults; in TestUSpoofCAPI() local
480 int32_t checkResults; in TestUSpoofCAPI() local
/external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/banners/
DInstallerDelegateTest.java103 private void checkResults(boolean expectedResult) throws InterruptedException { in checkResults() method in InstallerDelegateTest
/external/eigen/bench/btl/generic_bench/
Dbtl.hh236 bool checkResults; member in BtlConfig
/external/chromium_org/third_party/icu/source/test/intltest/
Ditspoof.cpp148 int32_t checkResults = uspoof_checkUnicodeString(sc, s, &position, &status); in testSpoofAPI() local
157 int32_t checkResults = uspoof_areConfusableUnicodeString(sc, s1, s2, &status); in testSpoofAPI() local
Drbbitst.cpp219 void BITestData::checkResults(const char *heading, RBBITest *test) { in checkResults() function in BITestData
/external/icu/icu4c/source/test/intltest/
Ditspoof.cpp148 int32_t checkResults = uspoof_checkUnicodeString(sc, s, &position, &status); in testSpoofAPI() local
157 int32_t checkResults = uspoof_areConfusableUnicodeString(sc, s1, s2, &status); in testSpoofAPI() local
Drbbitst.cpp219 void BITestData::checkResults(const char *heading, RBBITest *test) { in checkResults() function in BITestData
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DCoreEngine.h226 virtual bool checkResults() { in checkResults() function