HomeSort by relevance Sort by last modified time
    Searched refs:TestLogParser (Results 1 - 14 of 14) sorted by null

  /external/deqp/executor/
xeTestLogParser.hpp 51 class TestLogParser
54 TestLogParser (TestLogHandler* handler);
55 ~TestLogParser (void);
62 TestLogParser (const TestLogParser& other);
63 TestLogParser& operator= (const TestLogParser& other);
xeTestLogParser.cpp 34 TestLogParser::TestLogParser (TestLogHandler* handler)
40 TestLogParser::~TestLogParser (void)
44 void TestLogParser::reset (void)
52 void TestLogParser::parse (const deUint8* bytes, size_t numBytes)
xeBatchExecutor.hpp 120 TestLogParser m_testLogParser;
  /external/deqp/framework/platform/android/
tcuTestLogParserJNI.cpp 167 class TestLogParser
170 TestLogParser (bool logData);
171 ~TestLogParser (void);
184 TestLogParser (const TestLogParser&);
185 TestLogParser& operator= (const TestLogParser&);
188 TestLogParser::TestLogParser (bool logData)
195 TestLogParser::~TestLogParser (void
    [all...]
  /external/deqp/android/package/src/com/drawelements/deqp/testercore/
TestLogParser.java 30 public class TestLogParser
43 public TestLogParser ()
DeqpInstrumentation.java 75 final TestLogParser parser = new TestLogParser();
  /external/deqp/executor/tools/
xeBatchResultToJUnit.cpp 65 static void parseBatchResult (xe::TestLogParser& parser, const char* filename)
141 xe::TestLogParser parser (&handler);
xeBatchResultToXml.cpp 110 static void parseBatchResult (xe::TestLogParser& parser, const char* filename)
207 xe::TestLogParser parser (&handler);
349 xe::TestLogParser parser (&handler);
xeExtractSampleLists.cpp 137 xe::TestLogParser parser (&resultHandler);
xeExtractShaderPrograms.cpp 178 xe::TestLogParser parser (&resultHandler);
xeExtractValues.cpp 200 xe::TestLogParser parser (&resultHandler);
xeMergeTestLogs.cpp 127 xe::TestLogParser parser (&resultHandler);
xeTestLogCompare.cpp 181 xe::TestLogParser parser (&resultHandler);
xeCommandLineExecutor.cpp 391 xe::TestLogParser parser (&handler);

Completed in 1621 milliseconds