HomeSort by relevance Sort by last modified time
    Searched defs:TestLog (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/icu/source/tools/ctestfw/unicode/
testlog.h 22 class T_CTEST_EXPORT_API TestLog {
24 virtual ~TestLog();
33 IcuTestErrorCode(TestLog &callingTestClass, const char *callingTestName) :
42 TestLog &testClass;
  /external/icu/icu4c/source/tools/ctestfw/unicode/
testlog.h 22 class T_CTEST_EXPORT_API TestLog {
24 virtual ~TestLog();
33 IcuTestErrorCode(TestLog &callingTestClass, const char *callingTestName) :
42 TestLog &testClass;
  /external/chromium_org/ppapi/native_client/tools/browser_tester/browsertester/
rpclistener.py 27 def TestLog(self, message):
  /external/chromium_org/third_party/icu/source/tools/ctestfw/
tstdtmod.cpp 15 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/
tstdtmod.cpp 15 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)
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
TestLog.java 26 * TestLog describes a log for a test. It corresponds to the "TestLog" XML element.
28 class TestLog {
30 private static final String TAG = "TestLog";
80 /** Create a TestLog from an ILogSaver callback. */
82 static TestLog fromDataName(String dataName, String url) {
92 return new TestLog(logType, url);
95 /** Create a TestLog from XML given a XmlPullParser positioned at the TestLog tag. */
97 static TestLog fromXml(XmlPullParser parser)
    [all...]
  /cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/result/
TestLogTest.java 18 import com.android.cts.tradefed.result.TestLog.TestLogType;
30 /** Tests for {@link TestLog}. */
50 TestLog log = TestLog.fromDataName("logcat-baz_test", "http://logs/baz_test");
56 assertNull(TestLog.fromDataName("kmsg-baz_test", null));
60 assertNull(TestLog.fromDataName(null, "http://logs/baz_test"));
64 assertNull(TestLog.fromDataName("logcat-bar_test", null));
68 assertNull(TestLog.fromDataName(null, null));
72 TestLog log = TestLog.fromXml(newXml("<TestLog type=\"logcat\" url=\"http://logs/baz_test\">"))
    [all...]
  /external/deqp/framework/common/
tcuTestLog.cpp 84 TestLog& MessageBuilder::operator<< (const TestLog::EndMessageToken&)
92 TestLog& SampleBuilder::operator<< (const TestLog::EndSampleToken&)
111 // TestLog
113 TestLog::TestLog (const char* fileName, deUint32 flags)
120 TestLog::~TestLog (void)
125 void TestLog::writeMessage (const char* msgStr
    [all...]
tcuTestLog.hpp 51 * 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::Message << "Here be dragons" << TestLog::EndMessag
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
TestLog.java 25 public class TestLog extends RSBaseCompute {
278 public void testLog() {

Completed in 1499 milliseconds