Home
last modified time | relevance | path

Searched defs:port (Results 1 – 25 of 39) sorted by relevance

12

/tools/tradefederation/core/tests/src/com/android/tradefed/command/remote/
DRemoteManagerFuncTest.java84 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/
DRemoteClient.java55 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()
DStartHandoverOp.java29 StartHandoverOp(int port) { in StartHandoverOp()
DIRemoteClient.java120 public void sendStartHandover(int port) throws RemoteException; in sendStartHandover()
/tools/test/connectivity/acts/framework/acts/controllers/utils_lib/
Dhost_utils.py37 def is_port_available(port): argument
50 def _try_bind(port, socket_type, socket_proto): argument
/tools/test/connectivity/acts/framework/acts/controllers/
Diperf_server.py210 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
Dchameleon_controller.py102 def __init__(self, ip="", port=9992): argument
/tools/test/connectivity/acts/tests/google/wifi/
DWifiRvrTwTest.py140 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/
DRemoteAndroidDevice.java178 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/
Dlogserial.py88 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/
Dbigquery_logger_server.py24 def start_queue_server(queue_size, ip_address, port, authkey): argument
Dbigquery_logger_utils.py458 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/
DHttpHelperFuncTest.java52 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/
DRemoteManager.java93 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/
Dsettings.py61 port=22, argument
/tools/tradefederation/core/atest/test_runners/
Dexample_test_runner.py60 def generate_run_commands(self, test_infos, extra_args, port=None): argument
Dregression_test_runner.py73 def generate_run_commands(self, test_infos, extra_args, port=None): argument
/tools/test/connectivity/acts/framework/acts/controllers/attenuator_lib/aeroflex/
Dtelnet.py42 def open(self, host, port=23): argument
/tools/test/connectivity/acts/framework/acts/controllers/attenuator_lib/minicircuits/
Dhttp.py45 def open(self, host, port=80, timeout=2): argument
Dtelnet.py50 def open(self, host, port=23): argument
/tools/test/connectivity/acts/framework/acts/controllers/attenuator_lib/
D_tnhelper.py49 def open(self, host, port=23): argument
/tools/tradefederation/core/src/com/android/tradefed/util/sl4a/
DSl4aClient.java87 int port = -1; in Sl4aClient() local
128 int port = -1; in startSL4A() local
/tools/test/connectivity/acts/framework/acts/test_utils/net/
Dsocket_test_utils.py28 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/
DThroughputTest.py106 def run_iperf(self, q, dut, peer_dut, peer_aware_if, dut_ipv6, port): argument
/tools/acloud/public/actions/
Dcommon_operations.py186 port=constants.DEFAULT_SERIAL_PORT): argument

12