Searched refs:port (Results 1 – 9 of 9) sorted by relevance
/test/vts/utils/python/controllers/ |
D | adb.py | 57 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))
|
D | android.py | 62 port=PORT, argument 72 (addr, port), max(1, timeout_time - time.time()))
|
/test/vts/runners/host/tcp_server/ |
D | callback_server.py | 150 def Start(self, port=0): argument 165 (self._hostname, port), CallbackRequestHandler) 180 (self._hostname, port)) 193 def port(self): member in CallbackServer
|
D | callback_server_test.py | 118 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/ |
D | UrlUtil.java | 62 int port = url.getPort(); in processUrl() local 68 URI uri = new URI(scheme, userInfo, host, port, path, query, fragment); in processUrl()
|
/test/vti/test_serving/gae/frontend/src/ |
D | karma.conf.js | 24 port: 9876, property
|
/test/vts/utils/python/mirror/ |
D | mirror_tracker.py | 89 _, port = self._callback_server.Start(self._host_callback_port) 90 if port != self._host_callback_port:
|
/test/vts/proto/ |
D | AndroidSystemControlMessage.proto | 28 // To set the host information (e.g., callback server port).
|
/test/vti/dashboard/ |
D | build.gradle | 152 port = 8080
|