Home
last modified time | relevance | path

Searched refs:gTest (Results 1 – 12 of 12) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Dtsmthred.cpp191 IntlTest::gTest->errln("Fail: status %s\n", u_errorName(status)); in doTailTest()
194 IntlTest::gTest->errln("Fail: len %d expected 3\n", length); in doTailTest()
197 IntlTest::gTest->errln("Fail: got U+%04X U+%04X expected U+%04X U+%04X\n", in doTailTest()
208 IntlTest::gTest->errln("Fail: status %s\n", u_errorName(status)); in doTailTest()
211 IntlTest::gTest->errln("Fail: len %d expected 3\n", length); in doTailTest()
214 IntlTest::gTest->errln("Fail: got U+%04X U+%04X expected U+%04X U+%04X\n", in doTailTest()
272 IntlTest::gTest->errln( in run()
283 IntlTest::gTest->errln( in run()
646 IntlTest::gTest->dataerrln("%s:%d Error %s on NumberFormat::createInstance().", in run()
653 IntlTest::gTest->errln("%s:%d Error %s on NumberFormat::createPercentInstance().", in run()
[all …]
Drbbimonkeytest.cpp140 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()
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->errln("%s:%d Zero length rule match.", in set()
[all …]
Dintltest.cpp495 IntlTest* IntlTest::gTest = NULL; member in IntlTest
501 if (IntlTest::gTest) in it_log()
502 IntlTest::gTest->log( message ); in it_log()
507 if (IntlTest::gTest) in it_logln()
508 IntlTest::gTest->logln( message ); in it_logln()
513 if (IntlTest::gTest) in it_logln()
514 IntlTest::gTest->logln(); in it_logln()
519 if (IntlTest::gTest) in it_info()
520 IntlTest::gTest->info( message ); in it_info()
525 if (IntlTest::gTest) in it_infoln()
[all …]
Dintltest.h385 static IntlTest* gTest;
Drbbitst.cpp1892 IntlTest::gTest->errln("%s:%d %s", __FILE__, __LINE__, u_errorName(status)); in RBBIWordMonkey()
/external/icu/icu4c/source/tools/ctestfw/
Duperf.cpp25 UPerfTest* UPerfTest::gTest = NULL; member in UPerfTest
349 UPerfTest* saveTest = gTest; in runTestLoop()
350 gTest = this; in runTestLoop()
473 gTest = saveTest; in runTestLoop()
/external/skqp/tests/
DSkUTFTest.cpp29 } gTest[] = { in DEF_TEST() local
42 for (auto test : gTest) { in DEF_TEST()
/external/skia/tests/
DSkUTFTest.cpp29 } gTest[] = { in DEF_TEST() local
42 for (auto test : gTest) { in DEF_TEST()
/external/icu/icu4c/source/tools/ctestfw/unicode/
Duperf.h194 static UPerfTest* gTest;
/external/grpc-grpc/test/cpp/cocoapods/test/
Dserver_context_test_spouse_test.mm19 // Hack TEST macro of gTest and make they conform XCTest style. We only
/external/googletest/
DBUILD.bazel123 # The following rules build samples of how to use gTest.
/external/compiler-rt/lib/asan/tests/
Dasan_mac_test_helpers.mm46 // it makes little sense to wrap the code below into a gTest test case.