Searched refs:gTest (Results 1 – 8 of 8) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | tsmthred.cpp | 242 IntlTest::gTest->errln("Fail: status %s\n", u_errorName(status)); in doTailTest() 245 IntlTest::gTest->errln("Fail: len %d expected 3\n", length); in doTailTest() 248 IntlTest::gTest->errln("Fail: got U+%04X U+%04X expected U+%04X U+%04X\n", in doTailTest() 259 IntlTest::gTest->errln("Fail: status %s\n", u_errorName(status)); in doTailTest() 262 IntlTest::gTest->errln("Fail: len %d expected 3\n", length); in doTailTest() 265 IntlTest::gTest->errln("Fail: got U+%04X U+%04X expected U+%04X U+%04X\n", in doTailTest() 323 IntlTest::gTest->errln( in run() 334 IntlTest::gTest->errln( in run() 696 IntlTest::gTest->dataerrln("%s:%d Error %s on NumberFormat::createInstance().", in run() 703 IntlTest::gTest->errln("%s:%d Error %s on NumberFormat::createPercentInstance().", in run() [all …]
|
D | rbbimonkeytest.cpp | 140 IntlTest::gTest->errln("%s:%d: error %s creating UnicodeSet %s", __FILE__, __LINE__, in addCharClass() 154 IntlTest::gTest->logln("Redefinition of character class %s\n", CStr(cclass->fName)()); in addCharClass() 177 IntlTest::gTest->errln("%s:%d char class \"%s\" unrecognized in rule \"%s\"", in addRule() 214 IntlTest::gTest->errln("%s:%d Error creating regular expression for %s", in addRule() 241 … IntlTest::gTest->errln("%s:%d Unrecognized break type %s", __FILE__, __LINE__, CStr(value)()); in setKeywordParameter() 268 … IntlTest::gTest->errln("%s:%d Bad break iterator type of %d", __FILE__, __LINE__, fType); in createICUBreakIterator() 328 IntlTest::gTest->errln("%s:%d: Unrecognized line in rule file %s: \"%s\"\n", in compileRules() 346 IntlTest::gTest->errln("%s:%d: internal error, set names (%s, %s) inconsistent.\n", in compileRules() 473 … IntlTest::gTest->errln("%s:%d Trouble with monkey test reference rules at position %d. ", in set() 481 IntlTest::gTest->errln("%s:%d Zero length rule match.", in set() [all …]
|
D | intltest.cpp | 475 IntlTest* IntlTest::gTest = NULL; member in IntlTest 481 if (IntlTest::gTest) in it_log() 482 IntlTest::gTest->log( message ); in it_log() 487 if (IntlTest::gTest) in it_logln() 488 IntlTest::gTest->logln( message ); in it_logln() 493 if (IntlTest::gTest) in it_logln() 494 IntlTest::gTest->logln(); in it_logln() 499 if (IntlTest::gTest) in it_info() 500 IntlTest::gTest->info( message ); in it_info() 505 if (IntlTest::gTest) in it_infoln() [all …]
|
D | intltest.h | 388 static IntlTest* gTest;
|
/external/skia/tests/ |
D | UtilsTest.cpp | 190 } gTest[] = { in DEF_TEST() local 204 for (size_t i = 0; i < SK_ARRAY_COUNT(gTest); i++) { in DEF_TEST() 205 const char* p = gTest[i].fUtf8; in DEF_TEST() 207 SkUnichar u0 = SkUTF8_ToUnichar(gTest[i].fUtf8); in DEF_TEST() 212 REPORTER_ASSERT(reporter, u0 == gTest[i].fUni); in DEF_TEST() 214 p - gTest[i].fUtf8 == (int)strlen(gTest[i].fUtf8)); in DEF_TEST()
|
/external/icu/icu4c/source/tools/ctestfw/ |
D | uperf.cpp | 25 UPerfTest* UPerfTest::gTest = NULL; member in UPerfTest 349 UPerfTest* saveTest = gTest; in runTestLoop() 350 gTest = this; in runTestLoop() 473 gTest = saveTest; in runTestLoop()
|
/external/icu/icu4c/source/tools/ctestfw/unicode/ |
D | uperf.h | 194 static UPerfTest* gTest;
|
/external/compiler-rt/lib/asan/tests/ |
D | asan_mac_test_helpers.mm | 46 // it makes little sense to wrap the code below into a gTest test case.
|