Searched refs:TestLogParser (Results 1 – 14 of 14) sorted by relevance
51 class TestLogParser class54 TestLogParser (TestLogHandler* handler);55 ~TestLogParser (void);62 TestLogParser (const TestLogParser& other);63 TestLogParser& operator= (const TestLogParser& other);
34 TestLogParser::TestLogParser (TestLogHandler* handler) in TestLogParser() function in xe::TestLogParser40 TestLogParser::~TestLogParser (void) in ~TestLogParser()44 void TestLogParser::reset (void) in reset()52 void TestLogParser::parse (const deUint8* bytes, size_t numBytes) in parse()
120 TestLogParser m_testLogParser;
167 class TestLogParser class170 TestLogParser (bool logData);171 ~TestLogParser (void);184 TestLogParser (const TestLogParser&);185 TestLogParser& operator= (const TestLogParser&);188 TestLogParser::TestLogParser (bool logData) in TestLogParser() function in __anonce6a15c10111::TestLogParser195 TestLogParser::~TestLogParser (void) in ~TestLogParser()199 void TestLogParser::parse (TestLogListener& listener, const char* buffer, size_t size) in parse()334 return (jlong)new TestLogParser(logData); in Java_com_drawelements_deqp_testercore_TestLogParser_nativeCreate()351 delete ((TestLogParser*)nativePointer); in Java_com_drawelements_deqp_testercore_TestLogParser_nativeDestroy()[all …]
30 public class TestLogParser class43 public TestLogParser () in TestLogParser() method in TestLogParser
75 final TestLogParser parser = new TestLogParser(); in onStart()
65 static void parseBatchResult (xe::TestLogParser& parser, const char* filename) in parseBatchResult()141 xe::TestLogParser parser (&handler); in batchResultToJUnitReport()
110 static void parseBatchResult (xe::TestLogParser& parser, const char* filename) in parseBatchResult()207 xe::TestLogParser parser (&handler); in batchResultToSingleXmlFile()349 xe::TestLogParser parser (&handler); in batchResultToSeparateXmlFiles()
137 xe::TestLogParser parser (&resultHandler); in processLogFile()
127 xe::TestLogParser parser (&resultHandler); in readLogFile()
178 xe::TestLogParser parser (&resultHandler); in extractShaderProgramsFromLogFile()
200 xe::TestLogParser parser (&resultHandler); in readLogFile()
181 xe::TestLogParser parser (&resultHandler); in readLogFile()
391 xe::TestLogParser parser (&handler); in readLogFile()