Home
last modified time | relevance | path

Searched defs:TestLogParser (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/deqp/android/package/src/com/drawelements/deqp/testercore/
H A DTestLogParser.java30 public class TestLogParser { class
40 public TestLogParser() { in TestLogParser() method in TestLogParser
/aosp_15_r20/external/deqp/framework/platform/android/
H A DtcuTestLogParserJNI.cpp244 class TestLogParser class
265 TestLogParser::TestLogParser(bool logData) : m_logData(logData), m_inTestCase(false), m_loggedResul… in TestLogParser() function in __anon2e78c1ae0111::TestLogParser
/aosp_15_r20/external/deqp/executor/
H A DxeTestLogParser.hpp53 class TestLogParser class
H A DxeTestLogParser.cpp34 TestLogParser::TestLogParser(TestLogHandler *handler) : m_handler(handler), m_inSession(false) in TestLogParser() function in xe::TestLogParser