Home | History | Annotate | Download | only in android

Lines Matching refs:testLog

40 static const char*	TESTCASE_STYLESHEET	= "testlog.xsl";
41 static const char* LOG_TAG = "dEQP-TestLog";
242 std::ostringstream testLog;
243 xe::xml::Writer xmlWriter(testLog);
245 testLog << "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n"
250 listener.testLogData(testLog.str().c_str());
261 std::ostringstream testLog;
262 xe::xml::Writer xmlWriter(testLog);
264 testLog << "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n"
269 listener.testLogData(testLog.str().c_str());