Home
last modified time | relevance | path

Searched refs:TestDriver (Results 1 - 5 of 5) sorted by relevance

/third_party/vk-gl-cts/execserver/
H A DxsTestDriver.cpp43 TestDriver::TestDriver (xs::TestProcess* testProcess) in TestDriver() function in xs::TestDriver
52 TestDriver::~TestDriver (void) in ~TestDriver()
57 void TestDriver::reset (void) in reset()
64 void TestDriver::startProcess (const char* name, const char* params, const char* workingDir, const char* caseList) in startProcess()
79 void TestDriver::stopProcess (void) in stopProcess()
84 bool TestDriver::poll (ByteBuffer& messageBuffer) in poll()
182 bool TestDriver::pollLogFile (ByteBuffer& messageBuffer) in pollLogFile()
187 bool TestDriver
[all...]
H A DxsExecutionServer.hpp53 TestDriver* acquireTestDriver (void);
54 void releaseTestDriver (TestDriver* driver);
59 TestDriver m_testDriver;
101 inline TestDriver* getTestDriver (void) { if (!m_testDriver) acquireTestDriver(); return m_testDriver; } in getTestDriver()
112 TestDriver* m_testDriver;
H A DxsTestDriver.hpp35 class TestDriver class
38 TestDriver (xs::TestProcess* testProcess);
39 ~TestDriver (void);
H A DxsExecutionServer.cpp112 TestDriver* ExecutionServer::acquireTestDriver (void) in acquireTestDriver()
120 void ExecutionServer::releaseTestDriver (TestDriver* driver) in releaseTestDriver()
/third_party/python/Lib/lib2to3/tests/
H A Dtest_parser.py33 class TestDriver(support.TestCase): class

Completed in 3 milliseconds