HomeSort by relevance Sort by last modified time
    Searched refs:TestDriver (Results 1 - 9 of 9) sorted by null

  /external/deqp/execserver/
xsExecutionServer.hpp 53 TestDriver* acquireTestDriver (void);
54 void releaseTestDriver (TestDriver* driver);
59 TestDriver m_testDriver;
101 inline TestDriver* getTestDriver (void) { if (!m_testDriver) acquireTestDriver(); return m_testDriver; }
112 TestDriver* m_testDriver;
xsTestDriver.cpp 43 TestDriver::TestDriver (xs::TestProcess* testProcess)
52 TestDriver::~TestDriver (void)
57 void TestDriver::reset (void)
64 void TestDriver::startProcess (const char* name, const char* params, const char* workingDir, const char* caseList)
79 void TestDriver::stopProcess (void)
84 bool TestDriver::poll (ByteBuffer& messageBuffer)
182 bool TestDriver::pollLogFile (ByteBuffer& messageBuffer)
187 bool TestDriver::pollInfo (ByteBuffer& messageBuffer
    [all...]
xsTestDriver.hpp 35 class TestDriver
38 TestDriver (xs::TestProcess* testProcess);
39 ~TestDriver (void);
xsExecutionServer.cpp 112 TestDriver* ExecutionServer::acquireTestDriver (void)
120 void ExecutionServer::releaseTestDriver (TestDriver* driver)
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime.Tests/
TestDriver.cs 41 public class TestDriver
  /test/vts/compilation_tools/vtsc/test/
test_vtsc.py 75 self.TestDriver()
80 def TestDriver(self):
82 logging.info("Running TestDriver test case.")
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/
test_parser.py 25 class TestDriver(support.TestCase):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_parser.py 25 class TestDriver(support.TestCase):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_parser.py 25 class TestDriver(support.TestCase):

Completed in 950 milliseconds