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/runtime/CSharp2/Sources/Antlr3.Runtime.Tests/
TestDriver.cs 41 public class TestDriver
  /external/tensorflow/tensorflow/lite/testing/
tf_driver_test.cc 28 class TestDriver : public TfDriver {
31 TestDriver() : TfDriver({}, {}, {}, {}) {}
46 TestDriver driver;
59 TestDriver driver;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/
test_parser.py 25 class TestDriver(support.TestCase):
  /external/python/cpython2/Lib/lib2to3/tests/
test_parser.py 31 class TestDriver(support.TestCase):
  /external/python/cpython3/Lib/lib2to3/tests/
test_parser.py 32 class TestDriver(support.TestCase):

Completed in 773 milliseconds