OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TestSessionExecutor
(Results
1 - 4
of
4
) sorted by null
/external/deqp/framework/common/
tcuApp.hpp
40
class
TestSessionExecutor
;
94
TestSessionExecutor
* m_testExecutor;
tcuTestSessionExecutor.cpp
49
TestSessionExecutor
::
TestSessionExecutor
(TestPackageRoot& root, TestContext& testCtx)
62
TestSessionExecutor
::~
TestSessionExecutor
(void)
66
bool
TestSessionExecutor
::iterate (void)
156
void
TestSessionExecutor
::enterTestPackage (TestPackage* testPackage)
164
void
TestSessionExecutor
::leaveTestPackage (TestPackage* testPackage)
182
void
TestSessionExecutor
::enterTestGroup (const std::string& casePath)
187
void
TestSessionExecutor
::leaveTestGroup (const std::string& casePath)
192
bool
TestSessionExecutor
::enterTestCase (TestCase* testCase, const std::string& casePath
[
all
...]
tcuTestSessionExecutor.hpp
61
class
TestSessionExecutor
64
TestSessionExecutor
(TestPackageRoot& root, TestContext& testCtx);
65
~
TestSessionExecutor
(void);
tcuApp.cpp
116
m_testExecutor = new
TestSessionExecutor
(*m_testRoot, *m_testCtx);
Completed in 262 milliseconds