Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/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.cpp301 int runClient (int argc, const char* const* argv) in runClient() function
355 return xs::runClient(argc, argv); in main()
/third_party/node/test/pummel/
Dtest-net-many-clients.js44 function runClient(port, callback) { function
91 runClient(server.address().port, function() {
/third_party/node/test/sequential/
Dtest-tls-psk-client.js61 runClient(message, common.mustCall((err, data) => {
70 function runClient(message, cb) { function
/third_party/node/test/parallel/
Dtest-tls-server-verify.js137 function runClient(prefix, port, options, cb) { function
309 runClient(`${prefix}${clientIndex} `, port, options, function() {
328 runClient(`${prefix}${i} `, port, tcase.clients[i], function() {