/external/autotest/server/ |
kvm.py | 163 address may be a hostname or an IPv6 instead. 430 raise error.AutoservVirtError("Unknown guest hostname") 473 "hostname not in use") 475 raise error.AutoservVirtError("Unknown guest hostname")
|
server_job.py | 237 'hostname' : ','.join(machines), 284 host = afe.get_hosts(hostname=machine)[0] 287 {'hostname' : machine, 512 # [{'host_attributes': {}, 'hostname': '100.96.51.226'}] 517 # hostname, we need to convert machines back to a list of hostnames. 522 machines = [m['hostname'] for m in machines] 526 hostname = server_utils.get_hostname_from_machine(machine) 527 self._parse_job += "/" + hostname 530 self.push_execution_context(hostname) 532 utils.write_keyval(self.resultdir, {"hostname": hostname} [all...] |
site_autotest.py | 47 hosts = afe.get_hosts(hostname=self.host.hostname)
|
/external/autotest/tko/ |
frontend.py | 97 'hostname' : 'machine_hostname', 169 fields = ['machine_idx', 'hostname', 'machine_group', 'owner'] 176 def __init__(self, db, idx, hostname, group, owner): 179 self.hostname = hostname
|
/external/webrtc/webrtc/base/ |
ssladapter_unittest.cc | 73 int Connect(const std::string& hostname, const rtc::SocketAddress& address) { 80 << " handshake with " << hostname; 82 if (ssl_adapter_->StartSSL(hostname.c_str(), false) != 0) {
|
/frameworks/base/core/java/android/net/ |
SSLCertificateSocketFactory.java | 48 * <li>Hostname verification in most cases (see WARNINGs below) 60 * This implementation does check the server's certificate hostname, but only 61 * for createSocket variants that specify a hostname. When using methods that 67 * {@link HostnameVerifier} to verify the certificate hostname. 70 * SSL certificate and hostname checks for testing purposes. This setting 173 * Verify the hostname of the certificate used by the other end of a 174 * connected socket. You MUST call this if you did not supply a hostname 176 * redundantly if the hostname has already been verified. 178 * <p>Wildcard certificates are allowed to verify any matching hostname, 183 * @param hostname The expected hostname of the remote serve [all...] |
/external/autotest/client/cros/cellular/ |
emulator_config.py | 29 hostname=adapter['address'],
|
/external/autotest/client/site_tests/network_3GSmokeTest/ |
network_3GSmokeTest.py | 107 urlparse.urlparse(url_pattern).hostname,
|
/external/autotest/frontend/afe/ |
resources_test.py | 49 self.check_collection(response, 'hostname', ['host1', 'host2']) 53 response = self.request('get', 'hosts?hostname:in=host1,host2') 54 self.check_collection(response, 'hostname', ['host1', 'host2']) 59 self.check_collection(response, 'hostname', ['host2', 'host3']) 67 'get', 'hosts?hostname=host1&full_representations=true') 68 self.check_collection(response, 'hostname', ['host1']) 77 self.assertEquals(response['hostname'], 'host1') 115 self.check_relationship('labels/label1', 'hosts', 'host', 'hostname', 146 self.check_collection(response, 'hostname', ['host1']) 166 self.check_relationship('acls/my_acl', 'hosts', 'host', 'hostname', [all...] |
/external/autotest/server/site_tests/network_StressServoEthernetPlug/ |
network_StressServoEthernetPlug.py | 35 if eth_dict[self.ETH_IP] == self.host.hostname:
|
/external/autotest/server/site_tests/network_WiFi_UpdateRouter/ |
network_WiFi_UpdateRouter.py | 63 """Possibly parse the router hostname from the commandline. 78 client_hostname=host.hostname,
|
/external/autotest/server/site_tests/platform_BootPerfServer/ |
platform_BootPerfServer.py | 59 logging.info('BootPerfServer: reboot %s', self.client.hostname)
|
/external/autotest/server/site_tests/platform_CorruptRootfs/ |
platform_CorruptRootfs.py | 119 logging.info('CorruptRootfs: reboot ' + self.client.hostname)
|
/external/autotest/server/site_tests/platform_CrashStateful/ |
platform_CrashStateful.py | 74 logging.info('CrashStateful: force panic %s', self.client.hostname)
|
/external/autotest/server/site_tests/platform_SyncCrash/ |
platform_SyncCrash.py | 58 logging.info('Crash: %s', self.client.hostname)
|
/external/curl/lib/ |
http_proxy.c | 92 const char *hostname, 122 hostname, remote_port); 136 host_port = aprintf("%s:%hu", hostname, remote_port); 155 hostname, conn->bits.ipv6_ip?"]":"",
|
/external/fio/ |
client.h | 37 char *hostname; member in struct:fio_client
|
/external/mdnsresponder/mDNSPosix/ |
nss_mdns.c | 496 char hostname [k_hostname_maxlen + 1]; member in struct:buf_header 832 Lookup a fully qualified hostname using the default record type 837 Fully qualified hostname. If not fully qualified the code will 1216 // Data should be a hostname 1418 Add fully qualified hostname to result. 1424 Fully qualified hostname 1427 Pointer to start of hostname buffer, 1428 or NULL on error (usually hostname too long) 1438 "mdns: Hostname too long '%.*s': len %d, max %d", 1448 strcpy (result->header->hostname, fullname) 1476 char * hostname = result->hostent->h_name; local [all...] |
/external/mdnsresponder/mDNSShared/ |
dns_sd.h | 347 * wire. If "hostname" is a wide-area unicast DNS hostname (i.e. not a ".local." name) 349 * for "hostname", since any addresses it found would be unlikely to be of any use anyway. Similarly, 351 * "hostname". [all...] |
/libcore/ojluni/src/main/java/sun/security/ssl/ |
ClientHandshaker.java | 868 String hostname = getHostSE(); local 1256 String hostname = getRawHostnameSE(); local [all...] |
/libcore/ojluni/src/main/native/ |
net_util_md.h | 104 const char* hostname,
|
/cts/tests/tests/net/src/android/net/cts/ |
DnsTest.java | 223 String hostname = addr.getHostName(); local 230 String hostname = addr.getHostName(); local
|
/external/autotest/client/common_lib/cros/tendo/ |
privet_helper.py | 27 def __init__(self, host=None, hostname='localhost', 32 @param hostname: string hostname of host to issue HTTP requests against. 42 self._hostname = hostname
|
/external/autotest/server/cros/network/ |
connection_worker.py | 51 work_client_host = hosts.create_host(work_client_machine.hostname) 68 work_client_host.hostname)
|
/external/autotest/server/hosts/ |
adb_host.py | 138 if not (host.hostname == 'localhost' or 153 def _initialize(self, hostname='localhost', serials=None, 158 This will create an ADB Host. Hostname should always refer to the 164 @param hostname: Hostname of the machine running ADB. 171 @param device_hostname: Hostname or IP of the android device we want to 177 super(ADBHost, self)._initialize(hostname=hostname, 194 else teststation_host.create_teststationhost(hostname=hostname)) [all...] |