HomeSort by relevance Sort by last modified time
    Searched defs:TestExecutor (Results 1 - 3 of 3) sorted by null

  /external/deqp/framework/common/
tcuTestExecutor.cpp 43 TestExecutor::TestExecutor (TestContext& testCtx, const CommandLine& cmdLine)
69 TestExecutor::~TestExecutor (void)
81 void TestExecutor::enterTestPackage (TestPackage* testPackage, const char* packageName)
115 void TestExecutor::leaveTestPackage (TestPackage* testPackage)
143 void TestExecutor::enterGroupNode (TestCaseGroup* testGroup, const char* casePath)
149 void TestExecutor::leaveGroupNode (TestCaseGroup* testGroup)
168 bool TestExecutor::enterTestCase (TestCase* testCase, const char* casePath)
192 void TestExecutor::leaveTestCase (TestCase* testCase
    [all...]
tcuTestExecutor.hpp 70 class TestExecutor
73 TestExecutor (TestContext& testCtx, const CommandLine& cmdLine);
74 ~TestExecutor (void);
139 TestExecutor (const TestExecutor&); // not allowed!
140 TestExecutor& operator= (const TestExecutor&); // not allowed!
  /external/deqp/execserver/tools/
xsTest.cpp 199 class TestExecutor
202 TestExecutor (TestContext& testCtx);
203 ~TestExecutor (void);
212 TestExecutor::TestExecutor (TestContext& testCtx)
217 TestExecutor::~TestExecutor (void)
221 void TestExecutor::runCases (const std::vector<TestCase*>& testCases)
265 bool TestExecutor::runCase (TestCase* testCase)
908 TestExecutor executor(testCtx)
    [all...]

Completed in 4261 milliseconds