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

/external/deqp/executor/
H A DxeTestLogParser.hpp51 class TestLogParser class in namespace:xe
54 TestLogParser (TestLogHandler* handler);
55 ~TestLogParser (void);
62 TestLogParser (const TestLogParser& other);
63 TestLogParser& operator= (const TestLogParser& other);
H A DxeTestLogParser.cpp34 TestLogParser::TestLogParser (TestLogHandler* handler) function in class:xe::TestLogParser
40 TestLogParser::~TestLogParser (void)
44 void TestLogParser::reset (void)
52 void TestLogParser::parse (const deUint8* bytes, int numBytes)
H A DxeBatchExecutor.hpp120 TestLogParser m_testLogParser;
/external/deqp/framework/platform/android/
H A DtcuTestLogParserJNI.cpp167 class TestLogParser class in namespace:__anon3064
170 TestLogParser (bool logData);
171 ~TestLogParser (void);
184 TestLogParser (const TestLogParser&);
185 TestLogParser& operator= (const TestLogParser&);
188 TestLogParser::TestLogParser (bool logData) function in class:__anon3064::TestLogParser
195 TestLogParser
[all...]
/external/deqp/android/package/src/com/drawelements/deqp/testercore/
H A DTestLogParser.java30 public class TestLogParser class
43 public TestLogParser () method in class:TestLogParser
H A DDeqpInstrumentation.java75 final TestLogParser parser = new TestLogParser();
/external/deqp/executor/tools/
H A DxeBatchResultToJUnit.cpp65 static void parseBatchResult (xe::TestLogParser& parser, const char* filename)
141 xe::TestLogParser parser (&handler);
H A DxeBatchResultToXml.cpp110 static void parseBatchResult (xe::TestLogParser& parser, const char* filename)
207 xe::TestLogParser parser (&handler);
349 xe::TestLogParser parser (&handler);
H A DxeExtractSampleLists.cpp137 xe::TestLogParser parser (&resultHandler);
H A DxeExtractShaderPrograms.cpp178 xe::TestLogParser parser (&resultHandler);
H A DxeExtractValues.cpp200 xe::TestLogParser parser (&resultHandler);
H A DxeMergeTestLogs.cpp127 xe::TestLogParser parser (&resultHandler);
H A DxeTestLogCompare.cpp181 xe::TestLogParser parser (&resultHandler);
H A DxeCommandLineExecutor.cpp333 xe::TestLogParser parser (&handler);

Completed in 280 milliseconds