/external/chromium_org/third_party/icu/source/tools/ctestfw/unicode/ |
D | testlog.h | 22 class T_CTEST_EXPORT_API TestLog { 24 virtual ~TestLog(); 33 IcuTestErrorCode(TestLog &callingTestClass, const char *callingTestName) : in IcuTestErrorCode() 42 TestLog &testClass;
|
D | tstdtmod.h | 40 TestLog& fLog; 49 static TestDataModule *getTestDataModule(const char* name, TestLog& log, UErrorCode &status); 53 TestDataModule(const char* name, TestLog& log, UErrorCode& status); 90 RBTestDataModule(const char* name, TestLog& log, UErrorCode& status);
|
/external/icu4c/tools/ctestfw/unicode/ |
D | testlog.h | 22 class T_CTEST_EXPORT_API TestLog { 24 virtual ~TestLog(); 33 IcuTestErrorCode(TestLog &callingTestClass, const char *callingTestName) : in IcuTestErrorCode() 42 TestLog &testClass;
|
D | tstdtmod.h | 40 TestLog& fLog; 49 static TestDataModule *getTestDataModule(const char* name, TestLog& log, UErrorCode &status); 53 TestDataModule(const char* name, TestLog& log, UErrorCode& status); 90 RBTestDataModule(const char* name, TestLog& log, UErrorCode& status);
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
D | winnmtst.h | 26 class TestLog; variable 31 static void testLocales(TestLog *log);
|
D | windttst.h | 26 class TestLog; variable 31 static void testLocales(TestLog *log);
|
D | winnmtst.cpp | 229 …oid testLocale(const char *localeID, int32_t lcid, NumberFormat *wnf, UBool currency, TestLog *log) in testLocale() 270 void Win32NumberTest::testLocales(TestLog *log) in testLocales()
|
D | windttst.cpp | 69 void Win32DateTimeTest::testLocales(TestLog *log) in testLocales()
|
D | intltest.h | 100 class IntlTest : public TestLog {
|
/external/icu4c/test/intltest/ |
D | windttst.h | 26 class TestLog; variable 31 static void testLocales(TestLog *log);
|
D | winnmtst.h | 26 class TestLog; variable 31 static void testLocales(TestLog *log);
|
D | winnmtst.cpp | 229 …oid testLocale(const char *localeID, int32_t lcid, NumberFormat *wnf, UBool currency, TestLog *log) in testLocale() 270 void Win32NumberTest::testLocales(TestLog *log) in testLocales()
|
D | windttst.cpp | 69 void Win32DateTimeTest::testLocales(TestLog *log) in testLocales()
|
D | intltest.h | 126 class IntlTest : public TestLog {
|
/external/icu4c/tools/ctestfw/ |
D | tstdtmod.cpp | 15 TestLog::~TestLog() {} in ~TestLog() 72 TestDataModule *TestDataModule::getTestDataModule(const char* name, TestLog& log, UErrorCode &statu… in getTestDataModule() 91 TestDataModule::TestDataModule(const char* name, TestLog& log, UErrorCode& /*status*/) in TestDataModule() 119 RBTestDataModule::RBTestDataModule(const char* name, TestLog& log, UErrorCode& status) in RBTestDataModule()
|
/external/chromium_org/third_party/icu/source/tools/ctestfw/ |
D | tstdtmod.cpp | 15 TestLog::~TestLog() {} in ~TestLog() 72 TestDataModule *TestDataModule::getTestDataModule(const char* name, TestLog& log, UErrorCode &statu… in getTestDataModule() 91 TestDataModule::TestDataModule(const char* name, TestLog& log, UErrorCode& /*status*/) in TestDataModule() 119 RBTestDataModule::RBTestDataModule(const char* name, TestLog& log, UErrorCode& status) in RBTestDataModule()
|
/external/clang/test/Analysis/ |
D | taint-tester.m | 12 void TestLog (NSString *format, ...); function 13 void TestLog (NSString *format, ...) { function
|
/external/chromium_org/ppapi/native_client/tools/browser_tester/browsertester/ |
D | rpclistener.py | 27 def TestLog(self, message): member in RPCListener
|
/external/chromium_org/third_party/icu/source/test/iotest/ |
D | iotest.cpp | 31 class DataDrivenLogger : public TestLog {
|
/external/icu4c/test/iotest/ |
D | iotest.cpp | 31 class DataDrivenLogger : public TestLog {
|