Home
last modified time | relevance | path

Searched refs:port (Results 1 – 12 of 12) sorted by relevance

/test/vts/utils/python/controllers/
Dadb.py57 port = random.randint(1024, 9900)
58 if is_port_available(port):
59 return port
62 def is_port_available(port): argument
73 if port in list_occupied_adb_ports():
79 s.bind(('localhost', port))
Dandroid.py62 port=PORT, argument
72 (addr, port), max(1, timeout_time - time.time()))
/test/vts/runners/host/tcp_server/
Dcallback_server.py150 def Start(self, port=0): argument
165 (self._hostname, port), CallbackRequestHandler)
180 (self._hostname, port))
193 def port(self): member in CallbackServer
Dcallback_server_test.py118 port = self._callback_server.port
119 logging.debug('Sending Request to host %s using port %s', host, port)
123 sock.connect((host, port))
/test/vti/dashboard/src/main/java/com/android/vts/util/
DUrlUtil.java62 int port = url.getPort(); in processUrl() local
68 URI uri = new URI(scheme, userInfo, host, port, path, query, fragment); in processUrl()
/test/framework/harnesses/host_controller/tradefed/
Dremote_client.py30 def __init__(self, host=LOCALHOST, port=DEFAULT_PORT, timeout=None): argument
39 self._port = port
/test/framework/harnesses/host_controller/
Dmain.py179 port = host_config.get("port", remote_client.DEFAULT_PORT)
181 remote = remote_client.RemoteClient(hostname, port)
/test/vti/test_serving/gae/frontend/src/
Dkarma.conf.js24 port: 9876, property
/test/vts/utils/python/mirror/
Dmirror_tracker.py89 _, port = self._callback_server.Start(self._host_callback_port)
90 if port != self._host_callback_port:
/test/vts/agents/hal/
DAgentRequestHandler.cpp144 static int port = 0; local
146 callback_socket_name += to_string(port++);
/test/vts/proto/
DAndroidSystemControlMessage.proto28 // To set the host information (e.g., callback server port).
/test/vti/dashboard/
Dbuild.gradle152 port = 8080