Home
last modified time | relevance | path

Searched refs:setPort (Results 1 – 10 of 10) sorted by relevance

/third_party/libxml2/python/tests/
DtstURI.py28 uri.setPort(223)
/third_party/grpc/src/php/tests/qps/generated_code/Grpc/Testing/
DServerStatus.php91 public function setPort($var) function in Grpc\\Testing\\ServerStatus
DServerConfig.php185 public function setPort($var) function in Grpc\\Testing\\ServerConfig
/third_party/vk-gl-cts/execserver/tools/
DxsClient.cpp307 cmdLine.address.setPort(50016); in runClient()
316 cmdLine.address.setPort(atoi(arg+7)); in runClient()
DxsTest.cpp849 testCtx.address.setPort(50016); in runExecServerTests()
864 testCtx.address.setPort(atoi(arg+7)); in runExecServerTests()
/third_party/vk-gl-cts/framework/delibs/decpp/
DdeSocket.cpp52 void SocketAddress::setPort (int port) in setPort() function in de::SocketAddress
DdeSocket.hpp48 void setPort (int port);
/third_party/vk-gl-cts/executor/
DxeLocalTcpIpLink.cpp74 address.setPort (port); in start()
/third_party/vk-gl-cts/execserver/
DxsTcpServer.cpp38 address.setPort(port); in TcpServer()
/third_party/vk-gl-cts/executor/tools/
DxeCommandLineExecutor.cpp482 address.setPort(cmdLine.port); in createCommLink()