Searched refs:TestPackageRoot (Results 1 – 10 of 10) sorted by relevance
/external/deqp/framework/common/ |
D | tcuTestPackage.cpp | 137 TestPackageRoot::TestPackageRoot (TestContext& testCtx) in TestPackageRoot() function in tcu::TestPackageRoot 142 TestPackageRoot::TestPackageRoot (TestContext& testCtx, const vector<TestNode*>& children) in TestPackageRoot() function in tcu::TestPackageRoot 147 TestPackageRoot::TestPackageRoot (TestContext& testCtx, const TestPackageRegistry* packageRegistry) in TestPackageRoot() function in tcu::TestPackageRoot 156 TestPackageRoot::~TestPackageRoot (void) in ~TestPackageRoot() 160 TestCase::IterateResult TestPackageRoot::iterate (void) in iterate()
|
D | tcuTestPackage.hpp | 127 class TestPackageRoot : public TestNode class 130 TestPackageRoot (TestContext& testCtx); 131 TestPackageRoot (TestContext& testCtx, const std::vector<TestNode*>& children); 132 TestPackageRoot (TestContext& testCtx, const TestPackageRegistry* packageRegistry); 133 virtual ~TestPackageRoot (void);
|
D | tcuTestHierarchyUtil.hpp | 33 void writeXmlCaselists (TestPackageRoot& root, TestContext& testCtx, const tcu::CommandLine& cmdLin… 34 void writeTxtCaselists (TestPackageRoot& root, TestContext& testCtx, const tcu::CommandLine& cmdLin…
|
D | tcuApp.hpp | 43 class TestPackageRoot; 85 TestPackageRoot* m_testRoot;
|
D | tcuTestHierarchyUtil.cpp | 60 void writeXmlCaselists (TestPackageRoot& root, TestContext& testCtx, const tcu::CommandLine& cmdLin… in writeXmlCaselists() 161 void writeTxtCaselists (TestPackageRoot& root, TestContext& testCtx, const tcu::CommandLine& cmdLin… in writeTxtCaselists()
|
D | tcuTestHierarchyIterator.cpp | 88 TestHierarchyIterator::TestHierarchyIterator (TestPackageRoot& rootNode, in TestHierarchyIterator() 200 … case NODETYPE_ROOT: static_cast<TestPackageRoot*>(node)->getChildren(iter.children); break; in next()
|
D | tcuTestSessionExecutor.hpp | 63 TestSessionExecutor (TestPackageRoot& root, TestContext& testCtx);
|
D | tcuTestHierarchyIterator.hpp | 110 …TestHierarchyIterator (TestPackageRoot& rootNode, TestHierarchyInflater& inflater, const CommandLi…
|
D | tcuApp.cpp | 77 m_testRoot = new TestPackageRoot(*m_testCtx, TestPackageRegistry::getSingleton()); in App()
|
D | tcuTestSessionExecutor.cpp | 48 TestSessionExecutor::TestSessionExecutor (TestPackageRoot& root, TestContext& testCtx) in TestSessionExecutor()
|