/tools/tradefederation/core/tests/src/com/android/tradefed/command/remote/ |
D | RemoteManagerFuncTest.java | 84 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/ |
D | WifiRvrTwTest.py | 138 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/ |
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 | 262 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/ |
D | RemoteAndroidDevice.java | 186 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/ |
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/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/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/isolation/com/android/tradefed/isolation/ |
D | IsolationRunner.java | 171 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/ |
D | StartHandoverOp.java | 29 StartHandoverOp(int port) { in StartHandoverOp()
|
D | IRemoteClient.java | 120 public void sendStartHandover(int port) throws RemoteException; in sendStartHandover()
|
/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/controllers/utils_lib/ssh/ |
D | settings.py | 62 port=22, argument
|
/tools/test/connectivity/acts/framework/acts/controllers/attenuator_lib/aeroflex/ |
D | telnet.py | 43 def open(self, host, port=23): 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/asuite/atest/test_runners/ |
D | example_test_runner.py | 61 def generate_run_commands(self, test_infos, extra_args, port=None): argument
|
D | regression_test_runner.py | 75 def generate_run_commands(self, test_infos, extra_args, port=None): argument
|
/tools/test/connectivity/acts/framework/acts/controllers/attenuator_lib/minicircuits/ |
D | http.py | 46 def open(self, host, port=80, timeout=2): argument
|
D | telnet.py | 51 def open(self, host, port=23): argument
|
/tools/tradefederation/core/src/com/android/tradefed/cluster/ |
D | SubprocessConfigBuilder.java | 55 public SubprocessConfigBuilder setPort(String port) { in setPort()
|
D | SubprocessReportingHelper.java | 123 public String buildNewCommandConfig(String commandLine, String port, File parentDir) in buildNewCommandConfig()
|
/tools/test/connectivity/acts/framework/acts/controllers/attenuator_lib/ |
D | _tnhelper.py | 49 def open(self, host, port=23): argument
|
/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/tradefederation/core/tests/src/com/android/tradefed/device/ |
D | LocalAndroidVirtualDeviceTest.java | 70 public boolean adbTcpConnect(String host, String port) { in adbTcpConnect() 78 public boolean adbTcpDisconnect(String host, String port) { in adbTcpDisconnect()
|