Searched refs:port (Results 1 – 14 of 14) 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/framework/harnesses/host_controller/tradefed/ |
D | remote_client.py | 30 def __init__(self, host=LOCALHOST, port=DEFAULT_PORT, timeout=None): argument 39 self._port = port
|
/test/framework/harnesses/host_controller/ |
D | main.py | 179 port = host_config.get("port", remote_client.DEFAULT_PORT) 181 remote = remote_client.RemoteClient(hostname, port)
|
/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/agents/hal/ |
D | AgentRequestHandler.cpp | 144 static int port = 0; local 146 callback_socket_name += to_string(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
|
/test/suite_harness/tools/dex-tools/dex/ |
D | classes0.out.dex | 22558 private int port 22771 int port 22883 int port 23960 private int port 25137 protected int port 25483 private transient int port 25787 private int port 35164 private final int port 61829 private final int port 65633 private void port()
|
D | classes.out.dex | 916 public static final int port 44558 private volatile int port 110164 public static final int port 123369 java.lang.String port 144297 protected final int port 144883 private final int port 147696 private final int port
|