HomeSort by relevance Sort by last modified time
    Searched full:checkresults (Results 1 - 20 of 20) 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/icu4c/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/remoting/protocol/
connection_tester.h 40 void CheckResults();
77 void CheckResults();
channel_multiplexer_unittest.cc 156 tester.CheckResults();
181 tester1.CheckResults();
182 tester2.CheckResults();
225 tester1.CheckResults();
226 tester2.CheckResults();
227 tester3.CheckResults();
228 tester4.CheckResults();
v2_authenticator_unittest.cc 71 tester.CheckResults();
connection_tester.cc 40 void StreamConnectionTester::CheckResults() {
158 void DatagramConnectionTester::CheckResults() {
jingle_session_unittest.cc 360 tester.CheckResults();
391 tester.CheckResults();
406 tester.CheckResults();
negotiating_authenticator_unittest.cc 135 tester.CheckResults();
ssl_hmac_channel_authenticator_unittest.cc 157 tester.CheckResults();
third_party_authenticator_unittest.cc 149 tester.CheckResults();
  /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/chromium_org/jingle/glue/
pseudotcp_adapter_unittest.cc 188 void CheckResults() {
347 tester->CheckResults();
382 tester->CheckResults();
442 tester->CheckResults();
  /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/timers/
portable_perf_analyzer.hh 67 if (BtlConfig::Instance.checkResults && size<128)
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CoreEngine.h 226 virtual bool checkResults() {
284 assert(checkResults());
292 assert(checkResults());
  /external/icu4c/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) {
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);
    [all...]
  /external/clang/lib/Frontend/
VerifyDiagnosticConsumer.cpp 686 /// CheckResults - This compares the expected results to those that
690 static unsigned CheckResults(DiagnosticsEngine &Diags, SourceManager &SourceMgr,
803 NumErrors += CheckResults(Diags, *SrcManager, *Buffer, ED);
  /external/chromium_org/chrome/browser/
chrome_notification_types.h     [all...]

Completed in 746 milliseconds