Home
last modified time | relevance | path

Searched refs:TestSessionExecutor (Results 1 – 4 of 4) sorted by relevance

/external/deqp/framework/common/
DtcuTestSessionExecutor.cpp48 TestSessionExecutor::TestSessionExecutor (TestPackageRoot& root, TestContext& testCtx) in TestSessionExecutor() function in tcu::TestSessionExecutor
59 TestSessionExecutor::~TestSessionExecutor (void) in ~TestSessionExecutor()
63 bool TestSessionExecutor::iterate (void) in iterate()
150 void TestSessionExecutor::enterTestPackage (TestPackage* testPackage) in enterTestPackage()
157 void TestSessionExecutor::leaveTestPackage (TestPackage* testPackage) in leaveTestPackage()
163 bool TestSessionExecutor::enterTestCase (TestCase* testCase, const std::string& casePath) in enterTestCase()
209 void TestSessionExecutor::leaveTestCase (TestCase* testCase) in leaveTestCase()
261 TestCase::IterateResult TestSessionExecutor::iterateTestCase (TestCase* testCase) in iterateTestCase()
DtcuTestSessionExecutor.hpp60 class TestSessionExecutor class
63 TestSessionExecutor (TestPackageRoot& root, TestContext& testCtx);
64 ~TestSessionExecutor(void);
DtcuApp.hpp40 class TestSessionExecutor;
86 TestSessionExecutor* m_testExecutor;
DtcuApp.cpp115 m_testExecutor = new TestSessionExecutor(*m_testRoot, *m_testCtx); in App()