Home
last modified time | relevance | path

Searched refs:TestDriver (Results 1 – 8 of 8) sorted by relevance

/external/deqp/execserver/
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 … 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::pollInfo (ByteBuffer& messageBuffer) in pollInfo()
192 bool TestDriver::pollBuffer (ByteBuffer& messageBuffer, MessageType msgType) in pollBuffer()
227 bool TestDriver::writeMessage (ByteBuffer& messageBuffer, const Message& message) in writeMessage()
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_t… in getTestDriver()
112 TestDriver* m_testDriver;
DxsTestDriver.hpp35 class TestDriver class
38 TestDriver (xs::TestProcess* testProcess);
39 ~TestDriver (void);
DxsExecutionServer.cpp112 TestDriver* ExecutionServer::acquireTestDriver (void) in acquireTestDriver()
120 void ExecutionServer::releaseTestDriver (TestDriver* driver) in releaseTestDriver()
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
DTestDriver.dproj7 <MainSource>TestDriver.dpr</MainSource>
24 <DCC_DependencyCheckOutputName>TestDriver.exe</DCC_DependencyCheckOutputName>
47 <DelphiCompile Include="TestDriver.dpr">
105 <Source Name="MainSource">TestDriver.dpr</Source>
DTestDriver.dpr1 program TestDriver;
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime.Tests/
DTestDriver.cs41 public class TestDriver class
/external/python/cpython2/Lib/lib2to3/tests/
Dtest_parser.py28 class TestDriver(support.TestCase): class