Searched defs:TestSessionExecutor (Results 1 - 2 of 2) sorted by relevance

/external/deqp/framework/common/
H A DtcuTestSessionExecutor.cpp49 TestSessionExecutor::TestSessionExecutor (TestPackageRoot& root, TestContext& testCtx) function in class:tcu::TestSessionExecutor
61 TestSessionExecutor::~TestSessionExecutor (void)
65 bool TestSessionExecutor::iterate (void)
152 void TestSessionExecutor::enterTestPackage (TestPackage* testPackage)
159 void TestSessionExecutor::leaveTestPackage (TestPackage* testPackage)
165 bool TestSessionExecutor::enterTestCase (TestCase* testCase, const std::string& casePath)
211 void TestSessionExecutor::leaveTestCase (TestCase* testCase)
263 TestCase::IterateResult TestSessionExecutor
[all...]
H A DtcuTestSessionExecutor.hpp60 class TestSessionExecutor class in namespace:tcu
63 TestSessionExecutor (TestPackageRoot& root, TestContext& testCtx);
64 ~TestSessionExecutor(void);

Completed in 238 milliseconds