Home
last modified time | relevance | path

Searched refs:TestLogParser (Results 1 – 14 of 14) sorted by relevance

/external/deqp/executor/
DxeTestLogParser.hpp51 class TestLogParser class
54 TestLogParser (TestLogHandler* handler);
55 ~TestLogParser (void);
62 TestLogParser (const TestLogParser& other);
63 TestLogParser& operator= (const TestLogParser& other);
DxeTestLogParser.cpp34 TestLogParser::TestLogParser (TestLogHandler* handler) in TestLogParser() function in xe::TestLogParser
40 TestLogParser::~TestLogParser (void) in ~TestLogParser()
44 void TestLogParser::reset (void) in reset()
52 void TestLogParser::parse (const deUint8* bytes, size_t numBytes) in parse()
DxeBatchExecutor.hpp120 TestLogParser m_testLogParser;
/external/deqp/framework/platform/android/
DtcuTestLogParserJNI.cpp167 class TestLogParser class
170 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::TestLogParser
195 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 …]
/external/deqp/android/package/src/com/drawelements/deqp/testercore/
DTestLogParser.java30 public class TestLogParser class
43 public TestLogParser () in TestLogParser() method in TestLogParser
DDeqpInstrumentation.java75 final TestLogParser parser = new TestLogParser(); in onStart()
/external/deqp/executor/tools/
DxeBatchResultToJUnit.cpp65 static void parseBatchResult (xe::TestLogParser& parser, const char* filename) in parseBatchResult()
141 xe::TestLogParser parser (&handler); in batchResultToJUnitReport()
DxeBatchResultToXml.cpp110 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()
DxeExtractSampleLists.cpp137 xe::TestLogParser parser (&resultHandler); in processLogFile()
DxeMergeTestLogs.cpp127 xe::TestLogParser parser (&resultHandler); in readLogFile()
DxeExtractShaderPrograms.cpp178 xe::TestLogParser parser (&resultHandler); in extractShaderProgramsFromLogFile()
DxeExtractValues.cpp200 xe::TestLogParser parser (&resultHandler); in readLogFile()
DxeTestLogCompare.cpp181 xe::TestLogParser parser (&resultHandler); in readLogFile()
DxeCommandLineExecutor.cpp391 xe::TestLogParser parser (&handler); in readLogFile()