Home
last modified time | relevance | path

Searched refs:CLIENT_PORT (Results 1 – 3 of 3) sorted by relevance

/external/v8/tools/testrunner/server/
Dlocal_handler.py39 code = sock.connect_ex(("localhost", constants.CLIENT_PORT))
117 SocketServer.TCPServer.__init__(self, ("localhost", constants.CLIENT_PORT),
Dconstants.py29 CLIENT_PORT = 9991 # Port for the local client to connect to. variable
/external/v8/tools/testrunner/network/
Dnetwork_execution.py92 code = self.local_socket.connect_ex(("localhost", constants.CLIENT_PORT))