Searched refs:runClient (Results 1 – 5 of 5) sorted by relevance
/third_party/vk-gl-cts/execserver/tools/ |
D | xsTest.cpp | 192 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 …]
|
D | xsClient.cpp | 301 int runClient (int argc, const char* const* argv) in runClient() function 355 return xs::runClient(argc, argv); in main()
|
/third_party/node/test/pummel/ |
D | test-net-many-clients.js | 44 function runClient(port, callback) { function 91 runClient(server.address().port, function() {
|
/third_party/node/test/sequential/ |
D | test-tls-psk-client.js | 61 runClient(message, common.mustCall((err, data) => { 70 function runClient(message, cb) { function
|
/third_party/node/test/parallel/ |
D | test-tls-server-verify.js | 137 function runClient(prefix, port, options, cb) { function 309 runClient(`${prefix}${clientIndex} `, port, options, function() { 328 runClient(`${prefix}${i} `, port, tcase.clients[i], function() {
|