Searched defs:TestLog (Results 1 - 7 of 7) sorted by last modified time

/external/icu/icu4c/source/tools/ctestfw/
H A Dtstdtmod.cpp15 TestLog::~TestLog() {}
72 TestDataModule *TestDataModule::getTestDataModule(const char* name, TestLog& log, UErrorCode &status)
91 TestDataModule::TestDataModule(const char* name, TestLog& log, UErrorCode& /*status*/)
119 RBTestDataModule::RBTestDataModule(const char* name, TestLog& log, UErrorCode& status)
/external/icu/icu4c/source/tools/ctestfw/unicode/
H A Dtestlog.h22 class T_CTEST_EXPORT_API TestLog { class
24 virtual ~TestLog();
33 IcuTestErrorCode(TestLog &callingTestClass, const char *callingTestName) :
42 TestLog &testClass;
/external/deqp/framework/common/
H A DtcuTestLog.cpp84 TestLog& MessageBuilder::operator<< (const TestLog::EndMessageToken&) argument
92 TestLog& SampleBuilder::operator<< (const TestLog::EndSampleToken&) argument
111 // TestLog
113 TestLog::TestLog (const char* fileName, deUint32 flags) function in class:tcu::TestLog
120 TestLog::~TestLog (void)
125 void TestLog
[all...]
H A DtcuTestLog.hpp51 * TestLog provides convinient C++ API for logging. The API has been designed
53 * examples demonstrate how to use TestLog.
56 * TestLog& log = m_testCtx.getLog();
59 * log << TestLog::Message << "Hello, World!" << TestLog::EndMessage;
61 * log << TestLog::Message << "Diff is " << myNumber << TestLog::EndMessage;
65 * log << TestLog::Image("TestImage", "My test image", myImage);
68 * log << TestLog::Section("Details", "Test case details")
69 * << TestLog
76 class TestLog class in namespace:tcu
[all...]
/external/chromium_org/third_party/icu/source/tools/ctestfw/
H A Dtstdtmod.cpp15 TestLog::~TestLog() {}
72 TestDataModule *TestDataModule::getTestDataModule(const char* name, TestLog& log, UErrorCode &status)
91 TestDataModule::TestDataModule(const char* name, TestLog& log, UErrorCode& /*status*/)
119 RBTestDataModule::RBTestDataModule(const char* name, TestLog& log, UErrorCode& status)
/external/chromium_org/third_party/icu/source/tools/ctestfw/unicode/
H A Dtestlog.h22 class T_CTEST_EXPORT_API TestLog { class
24 virtual ~TestLog();
33 IcuTestErrorCode(TestLog &callingTestClass, const char *callingTestName) :
42 TestLog &testClass;
/external/chromium_org/ppapi/native_client/tools/browser_tester/browsertester/
H A Drpclistener.py27 def TestLog(self, message): member in class:RPCListener

Completed in 156 milliseconds