Searched defs:hostname (Results 1 – 13 of 13) sorted by relevance
/tools/tradefederation/core/global_configuration/com/android/tradefed/config/gcs/ |
D | GCSConfigurationServer.java | 91 protected String getHostConfig(String hostname, String cluster) throws ConfigurationException { in getHostConfig() 151 protected boolean sameHost(String currentHostname, String hostname) { in sameHost()
|
/tools/test/connectivity/acts/tests/google/wifi/ |
D | WifiChaosTest.py | 235 def unlock_and_turn_off_ap(self, hostname, rpm_port, rpm_ip): argument 251 def run_connect_disconnect(self, network, hostname, rpm_port, rpm_ip, argument 304 def interop_base_test(self, ssid, hostname): argument
|
/tools/test/connectivity/acts/framework/acts/test_utils/net/ |
D | connectivity_test_utils.py | 66 def set_private_dns(ad, dns_mode, hostname=None): argument
|
/tools/test/connectivity/acts/framework/acts/controllers/utils_lib/ssh/ |
D | settings.py | 60 hostname, argument
|
/tools/tradefederation/core/tests/src/com/android/tradefed/util/keystore/ |
D | JSONFileKeyStoreFactoryTest.java | 220 String hostname = "hostname0"; in testLoadKeyStore_multipleHostNameMatches() local 247 String hostname = "hostname"; in testLoadKeyStore_badKeyStoreFile() local
|
/tools/test/connectivity/acts_tests/tests/google/net/ |
D | ProxyTest.py | 81 def _verify_proxy_server(self, pcap_file, bypass_host, hostname): argument
|
D | DnsOverTlsTest.py | 122 def _test_private_dns_mode(self, ad, net, dns_mode, use_tls, hostname=None): argument
|
/tools/tradefederation/core/src/com/android/tradefed/cluster/ |
D | IClusterClient.java | 57 final String hostname, in leaseHostCommands()
|
D | ClusterHostEvent.java | 143 public Builder setHostName(final String hostname) { in setHostName()
|
D | ClusterClient.java | 97 final String hostname, in leaseHostCommands()
|
/tools/tradefederation/core/remote/src/com/android/tradefed/command/remote/ |
D | RemoteClient.java | 118 public static IRemoteClient connect(String hostname, int port) throws RemoteException { in connect()
|
/tools/tradefederation/core/clearcut_client/com/android/tradefed/clearcut/ |
D | ClearcutClient.java | 228 String hostname = InetAddress.getLocalHost().getHostName(); in isGoogleUser() local
|
/tools/tradefederation/contrib/src/com/android/media/tests/ |
D | AdbScreenrecordTest.java | 385 String hostname = RunUtil.getDefault().runTimedCmd(CMD_TIMEOUT_MS, "hostname").getStdout(); in verifyRequiredSoftwareIsInstalled() local
|