Home
last modified time | relevance | path

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

123

/tools/tradefederation/core/tests/src/com/android/tradefed/command/remote/
DRemoteManagerFuncTest.java84 int port = mRemoteMgr.getPort(); in testAllocateFree() local
102 int port = mRemoteMgr.getPort(); in testAddCommand() local
120 int port = mRemoteMgr.getPort(); in testAddCommandFile() local
142 int port = mRemoteMgr.getPort(); in testAllocateClose() local
166 int port = mRemoteMgr.getPort(); in testAllocateFreeAll() local
180 int port = mRemoteMgr.getPort(); in testFree_unknown() local
223 int port = mRemoteMgr.getPort(); in testListDevices() local
264 int port = mRemoteMgr.getPort(); in testExecCommand() local
307 int port = mRemoteMgr.getPort(); in testConsecutiveExecCommand() local
332 int port = mRemoteMgr.getPort(); in testExecCommand_noallocate() local
[all …]
/tools/test/connectivity/acts/tests/google/wifi/
DWifiRvrTwTest.py138 def getdB(self,port): argument
150 def setdB(self,port,dB): argument
182 def checkdB(self,port,dB): argument
201 def getDG(self,port): argument
218 def setDG(self,port,DG): argument
233 def checkDG(self,port,DG): argument
/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.py262 def __init__(self, port): argument
271 def port(self): member in IPerfServerBase
344 def __init__(self, port=5201): argument
352 def port(self): member in IPerfServer
421 def __init__(self, ssh_config, port, test_interface=None): argument
439 def port(self): member in IPerfServerOverSsh
579 def __init__(self, android_device_or_serial, port): argument
596 def port(self): member in IPerfServerOverAdb
/tools/tradefederation/core/src/com/android/tradefed/device/
DRemoteAndroidDevice.java186 public boolean adbTcpConnect(String host, String port) { in adbTcpConnect()
212 private boolean confirmAdbTcpConnect(String host, String port) { in confirmAdbTcpConnect()
234 public boolean adbTcpDisconnect(String host, String port) { in adbTcpDisconnect()
286 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/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/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/isolation/com/android/tradefed/isolation/
DIsolationRunner.java171 public RunnerConfig(int port, String address, int timeout) { in RunnerConfig()
230 int port = -1; in parseFlags() local
/tools/tradefederation/core/remote/src/com/android/tradefed/command/remote/
DStartHandoverOp.java29 StartHandoverOp(int port) { in StartHandoverOp()
DIRemoteClient.java120 public void sendStartHandover(int port) throws RemoteException; in sendStartHandover()
/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/controllers/utils_lib/ssh/
Dsettings.py62 port=22, argument
/tools/test/connectivity/acts/framework/acts/controllers/attenuator_lib/aeroflex/
Dtelnet.py43 def open(self, host, port=23): 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/asuite/atest/test_runners/
Dexample_test_runner.py61 def generate_run_commands(self, test_infos, extra_args, port=None): argument
Dregression_test_runner.py75 def generate_run_commands(self, test_infos, extra_args, port=None): argument
/tools/test/connectivity/acts/framework/acts/controllers/attenuator_lib/minicircuits/
Dhttp.py46 def open(self, host, port=80, timeout=2): argument
Dtelnet.py51 def open(self, host, port=23): argument
/tools/tradefederation/core/src/com/android/tradefed/cluster/
DSubprocessConfigBuilder.java55 public SubprocessConfigBuilder setPort(String port) { in setPort()
DSubprocessReportingHelper.java123 public String buildNewCommandConfig(String commandLine, String port, File parentDir) in buildNewCommandConfig()
/tools/test/connectivity/acts/framework/acts/controllers/attenuator_lib/
D_tnhelper.py49 def open(self, host, port=23): argument
/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/tradefederation/core/tests/src/com/android/tradefed/device/
DLocalAndroidVirtualDeviceTest.java70 public boolean adbTcpConnect(String host, String port) { in adbTcpConnect()
78 public boolean adbTcpDisconnect(String host, String port) { in adbTcpDisconnect()

123