Searched refs:gTest (Results 1 - 11 of 11) sorted by relevance
/third_party/icu/icu4c/source/test/intltest/ |
H A D | tsmthred.cpp | 182 IntlTest::gTest->errln("Fail: status %s\n", u_errorName(status)); in doTailTest() 185 IntlTest::gTest->errln("Fail: len %d expected 3\n", length); in doTailTest() 188 IntlTest::gTest->errln("Fail: got U+%04X U+%04X expected U+%04X U+%04X\n", in doTailTest() 199 IntlTest::gTest->errln("Fail: status %s\n", u_errorName(status)); in doTailTest() 202 IntlTest::gTest->errln("Fail: len %d expected 3\n", length); in doTailTest() 205 IntlTest::gTest->errln("Fail: got U+%04X U+%04X expected U+%04X U+%04X\n", in doTailTest() 536 IntlTest::gTest->dataerrln("%s:%d Error %s on NumberFormat::createInstance().", 543 IntlTest::gTest->errln("%s:%d Error %s on NumberFormat::createPercentInstance().", 548 for(iteration = 0;!IntlTest::gTest->getErrors() && iteration<kFormatThreadIterations;iteration++) 558 IntlTest::gTest [all...] |
H A D | rbbimonkeytest.cpp | 140 IntlTest::gTest->errln("%s:%d: error %s creating UnicodeSet %s\n Expanded set definition: %s", 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() 222 IntlTest::gTest->errln("%s:%d Error creating regular expression for %s", in addRule() 249 IntlTest::gTest->errln("%s:%d Unrecognized break type %s", __FILE__, __LINE__, CStr(value)()); in setKeywordParameter() 276 IntlTest::gTest->errln("%s:%d Bad break iterator type of %d", __FILE__, __LINE__, fType); in createICUBreakIterator() 336 IntlTest::gTest->errln("%s:%d: Unrecognized line in rule file %s: \"%s\"\n", in compileRules() 354 IntlTest::gTest->errln("%s:%d: internal error, set names (%s, %s) inconsistent.\n", in compileRules() 487 IntlTest::gTest->errln("%s:%d Trouble with monkey test reference rules at position %d. ", in set() 495 IntlTest::gTest in set() [all...] |
H A D | intltest.cpp | 498 IntlTest* IntlTest::gTest = NULL; member in IntlTest 504 if (IntlTest::gTest) in it_log() 505 IntlTest::gTest->log( message ); in it_log() 510 if (IntlTest::gTest) in it_logln() 511 IntlTest::gTest->logln( message ); in it_logln() 516 if (IntlTest::gTest) in it_logln() 517 IntlTest::gTest->logln(); in it_logln() 522 if (IntlTest::gTest) in it_info() 523 IntlTest::gTest->info( message ); in it_info() 528 if (IntlTest::gTest) in it_infoln() [all...] |
H A D | intltest.h | 429 static IntlTest* gTest; member in IntlTest
|
H A D | idnaref.cpp | 203 TestIDNA *thisTest = dynamic_cast<TestIDNA *>(IntlTest::gTest); in getInstance()
|
H A D | rbbitst.cpp | 71 IntlTest::gTest->errln("\n%s:%d %s at index %d. Parameters to reproduce: @\"type=%s seed=%u loop=1\"", \ 1940 IntlTest::gTest->errln("%s:%d %s", __FILE__, __LINE__, u_errorName(status)); in RBBIWordMonkey() 1953 IntlTest::gTest->errln("%s:%d %s", __FILE__, __LINE__, u_errorName(status)); in RBBIWordMonkey()
|
/third_party/skia/tests/ |
H A D | SkUTFTest.cpp | 29 } gTest[] = { in DEF_TEST() local 42 for (auto test : gTest) { in DEF_TEST()
|
/third_party/icu/icu4c/source/tools/ctestfw/ |
H A D | uperf.cpp | 25 UPerfTest* UPerfTest::gTest = NULL; member in UPerfTest 349 UPerfTest* saveTest = gTest; in runTestLoop() 350 gTest = this; in runTestLoop() 471 gTest = saveTest; in runTestLoop()
|
/third_party/skia/third_party/externals/icu/source/tools/ctestfw/ |
H A 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()
|
/third_party/icu/icu4c/source/tools/ctestfw/unicode/ |
H A D | uperf.h | 194 static UPerfTest* gTest; member in UPerfTest
|
/third_party/skia/third_party/externals/icu/source/tools/ctestfw/unicode/ |
H A D | uperf.h | 194 static UPerfTest* gTest; member in UPerfTest
|
Completed in 17 milliseconds