/tools/tradefederation/core/tests/src/com/android/tradefed/command/remote/ |
D | RemoteManagerFuncTest.java | 84 int port = mRemoteMgr.getPort(); in testAllocateFree() local 103 int port = mRemoteMgr.getPort(); in testAddCommand() local 121 int port = mRemoteMgr.getPort(); in testAddCommandFile() local 143 int port = mRemoteMgr.getPort(); in testAllocateClose() local 167 int port = mRemoteMgr.getPort(); in testAllocateFreeAll() local 181 int port = mRemoteMgr.getPort(); in testFree_unknown() local 224 int port = mRemoteMgr.getPort(); in testListDevices() local 265 int port = mRemoteMgr.getPort(); in testExecCommand() local 308 int port = mRemoteMgr.getPort(); in testConsecutiveExecCommand() local 333 int port = mRemoteMgr.getPort(); in testExecCommand_noallocate() local [all …]
|
/tools/tradefederation/core/remote/src/com/android/tradefed/command/remote/ |
D | RemoteClient.java | 55 private RemoteClient(int port) throws UnknownHostException, IOException { in RemoteClient() 56 this(InetAddress.getLocalHost().getHostName(), port); in RemoteClient() local 67 private RemoteClient(String hostName, int port) throws UnknownHostException, IOException { in RemoteClient() 102 public static IRemoteClient connect(int port) throws RemoteException { in connect() 118 public static IRemoteClient connect(String hostname, int port) throws RemoteException { in connect() 182 public void sendStartHandover(int port) throws RemoteException { in sendStartHandover()
|
D | StartHandoverOp.java | 29 StartHandoverOp(int port) { in StartHandoverOp()
|
D | IRemoteClient.java | 120 public void sendStartHandover(int port) throws RemoteException; in sendStartHandover()
|
/tools/test/connectivity/acts/framework/acts/controllers/utils_lib/ |
D | host_utils.py | 37 def is_port_available(port): argument 50 def _try_bind(port, socket_type, socket_proto): argument
|
/tools/test/connectivity/acts/framework/acts/controllers/ |
D | iperf_server.py | 210 def __init__(self, port): argument 216 def port(self): member in IPerfServerBase 278 def __init__(self, port): argument 285 def port(self): member in IPerfServer 331 def __init__(self, ssh_config, port): argument 341 def port(self): member in IPerfServerOverSsh 424 def __init__(self, android_device_or_serial, port): argument 442 def port(self): member in IPerfServerOverAdb
|
D | chameleon_controller.py | 102 def __init__(self, ip="", port=9992): argument
|
/tools/test/connectivity/acts/tests/google/wifi/ |
D | WifiRvrTwTest.py | 140 def getdB(self,port): argument 152 def setdB(self,port,dB): argument 184 def checkdB(self,port,dB): argument 203 def getDG(self,port): argument 220 def setDG(self,port,DG): argument 235 def checkDG(self,port,DG): argument
|
/tools/tradefederation/core/src/com/android/tradefed/device/ |
D | RemoteAndroidDevice.java | 178 public boolean adbTcpConnect(String host, String port) { in adbTcpConnect() 204 private boolean confirmAdbTcpConnect(String host, String port) { in confirmAdbTcpConnect() 226 public boolean adbTcpDisconnect(String host, String port) { in adbTcpDisconnect() 276 private CommandResult adbConnect(String host, String port) { in adbConnect()
|
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/ |
D | logserial.py | 88 def get_port_properties(self, port): argument 154 def port_exists(self, port): argument 169 port, argument 236 def refresh_port_connection(self, port): argument
|
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/data_storage/bigquery/ |
D | bigquery_logger_server.py | 24 def start_queue_server(queue_size, ip_address, port, authkey): argument
|
D | bigquery_logger_utils.py | 458 def start_queue_server(queue_size, ip_address, port, authkey): argument 494 def start_scheduled_automatic_logger(ip_address, port, authkey, project_id, argument 536 def get_queue(ip_address, port, authkey): argument 620 def get_scheduled_automatic_logger_pid(ip_address, port, authkey, project_id, argument 644 def get_logger_server_pid(queue_size, ip_address, port, authkey): argument
|
/tools/tradefederation/core/tests/src/com/android/tradefed/util/net/ |
D | HttpHelperFuncTest.java | 52 final int port = backend.getPort(); // FIXME race condition in testTimeout() local 94 final int port = backend.getPort(); // FIXME race condition in testNoTimeout() local
|
/tools/tradefederation/core/src/com/android/tradefed/command/remote/ |
D | RemoteManager.java | 93 public void setRemoteManagerPort(int port) { in setRemoteManagerPort() 143 protected boolean connect(int port) { in connect() 153 private ServerSocket openSocket(int port) { in openSocket() 330 final int port = c.getPort(); in processStartHandover() local
|
/tools/test/connectivity/acts/framework/acts/controllers/utils_lib/ssh/ |
D | settings.py | 61 port=22, argument
|
/tools/tradefederation/core/atest/test_runners/ |
D | example_test_runner.py | 60 def generate_run_commands(self, test_infos, extra_args, port=None): argument
|
D | regression_test_runner.py | 73 def generate_run_commands(self, test_infos, extra_args, port=None): argument
|
/tools/test/connectivity/acts/framework/acts/controllers/attenuator_lib/aeroflex/ |
D | telnet.py | 42 def open(self, host, port=23): argument
|
/tools/test/connectivity/acts/framework/acts/controllers/attenuator_lib/minicircuits/ |
D | http.py | 45 def open(self, host, port=80, timeout=2): argument
|
D | telnet.py | 50 def open(self, host, port=23): argument
|
/tools/test/connectivity/acts/framework/acts/controllers/attenuator_lib/ |
D | _tnhelper.py | 49 def open(self, host, port=23): argument
|
/tools/tradefederation/core/src/com/android/tradefed/util/sl4a/ |
D | Sl4aClient.java | 87 int port = -1; in Sl4aClient() local 128 int port = -1; in startSL4A() local
|
/tools/test/connectivity/acts/framework/acts/test_utils/net/ |
D | socket_test_utils.py | 28 def open_android_socket(ad, domain, sock_type, ip, port): argument 112 def open_datagram_socket(ad, ip, port): argument
|
/tools/test/connectivity/acts/tests/google/wifi/aware/performance/ |
D | ThroughputTest.py | 106 def run_iperf(self, q, dut, peer_dut, peer_aware_if, dut_ipv6, port): argument
|
/tools/acloud/public/actions/ |
D | common_operations.py | 186 port=constants.DEFAULT_SERIAL_PORT): argument
|