Home
last modified time | relevance | path

Searched refs:runClient (Results 1 – 2 of 2) sorted by relevance

/external/deqp/execserver/tools/
DxsTest.cpp192 virtual void runClient (de::Socket& socket) = DE_NULL;
306 testCase->runClient(socket); in runCase()
344 void runClient (de::Socket& socket) in runClient() function in xs::ConnectTest
360 void runClient (de::Socket& socket) in runClient() function in xs::HelloTest
377 void runClient (de::Socket& socket) in runClient() function in xs::ExecFailTest
417 void runClient (de::Socket& socket) in runClient() function in xs::SimpleExecTest
476 void runClient (de::Socket& socket) in runClient() function in xs::InfoTest
538 void runClient (de::Socket& socket) in runClient() function in xs::LogDataTest
630 void runClient (de::Socket& socket) in runClient() function in xs::BigLogDataTest
722 void runClient (de::Socket& socket) in runClient() function in xs::KeepAliveTest
[all …]
DxsClient.cpp302 int runClient (int argc, const char* const* argv) in runClient() function
356 return xs::runClient(argc, argv); in main()