Home
last modified time | relevance | path

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

/external/deqp/execserver/tools/
DxsTest.cpp191 virtual void runClient (de::Socket& socket) = DE_NULL;
305 testCase->runClient(socket); in runCase()
343 void runClient (de::Socket& socket) in runClient() function in xs::ConnectTest
359 void runClient (de::Socket& socket) in runClient() function in xs::HelloTest
376 void runClient (de::Socket& socket) in runClient() function in xs::ExecFailTest
416 void runClient (de::Socket& socket) in runClient() function in xs::SimpleExecTest
475 void runClient (de::Socket& socket) in runClient() function in xs::InfoTest
537 void runClient (de::Socket& socket) in runClient() function in xs::LogDataTest
629 void runClient (de::Socket& socket) in runClient() function in xs::BigLogDataTest
721 void runClient (de::Socket& socket) in runClient() function in xs::KeepAliveTest
[all …]
DxsClient.cpp301 int runClient (int argc, const char* const* argv) in runClient() function
355 return xs::runClient(argc, argv); in main()