HomeSort by relevance Sort by last modified time
    Searched refs:hosts (Results 1 - 25 of 329) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /device/linaro/bootloader/edk2/StdLib/Efi/StdLib/etc/
host.conf 3 hosts
  /libcore/benchmarks/src/benchmarks/regression/
DnsBenchmark.java 24 String[] hosts = new String[] { local
43 InetAddress.getByName(hosts[i % hosts.length]);
  /external/boringssl/src/crypto/x509/
vpm_int.h 63 STACK_OF(OPENSSL_STRING) *hosts; /* Set of acceptable names */ member in struct:X509_VERIFY_PARAM_ID_st
  /prebuilts/go/darwin-x86/src/net/
hosts.go 30 // hosts contains known host entries.
31 var hosts struct { var
55 if now.Before(hosts.expire) && hosts.path == hp && len(hosts.byName) > 0 {
59 if err == nil && hosts.path == hp && hosts.mtime.Equal(mtime) && hosts.size == size {
60 hosts.expire = now.Add(cacheMaxAge)
93 hosts.expire = now.Add(cacheMaxAge
    [all...]
hosts_test.go 23 "testdata/hosts",
33 "testdata/singleline-hosts", // see golang.org/issue/6646
39 "testdata/ipv4-hosts", // see golang.org/issue/8996
46 "testdata/ipv6-hosts", // see golang.org/issue/8996
53 "testdata/case-hosts", // see golang.org/issue/12806
87 "testdata/hosts",
99 "testdata/singleline-hosts", // see golang.org/issue/6646
105 "testdata/ipv4-hosts", // see golang.org/issue/8996
113 "testdata/ipv6-hosts", // see golang.org/issue/8996
122 "testdata/case-hosts", // see golang.org/issue/1280
    [all...]
  /prebuilts/go/linux-x86/src/net/
hosts.go 30 // hosts contains known host entries.
31 var hosts struct { var
55 if now.Before(hosts.expire) && hosts.path == hp && len(hosts.byName) > 0 {
59 if err == nil && hosts.path == hp && hosts.mtime.Equal(mtime) && hosts.size == size {
60 hosts.expire = now.Add(cacheMaxAge)
93 hosts.expire = now.Add(cacheMaxAge
    [all...]
hosts_test.go 23 "testdata/hosts",
33 "testdata/singleline-hosts", // see golang.org/issue/6646
39 "testdata/ipv4-hosts", // see golang.org/issue/8996
46 "testdata/ipv6-hosts", // see golang.org/issue/8996
53 "testdata/case-hosts", // see golang.org/issue/12806
87 "testdata/hosts",
99 "testdata/singleline-hosts", // see golang.org/issue/6646
105 "testdata/ipv4-hosts", // see golang.org/issue/8996
113 "testdata/ipv6-hosts", // see golang.org/issue/8996
122 "testdata/case-hosts", // see golang.org/issue/1280
    [all...]
  /external/autotest/server/hosts/
repair.py 9 from autotest_lib.client.common_lib import hosts
13 class SshVerifier(hosts.Verifier):
37 raise hosts.AutoservVerifyError(msg % host.hostname)
45 class LegacyHostVerifier(hosts.Verifier):
64 class RebootRepair(hosts.RepairAction):
76 class RPMCycleRepair(hosts.RepairAction):
90 raise hosts.AutoservRepairError(
94 raise hosts.AutoservRepairError(
base_classes.py 8 You should import the "hosts" package instead of importing each type of host.
20 from autotest_lib.client.common_lib import hosts
24 class Host(hosts.Host):
60 self.job.hosts.add(self)
74 self.job.hosts.discard(self)
servo_repair.py 9 from autotest_lib.client.common_lib import hosts
11 from autotest_lib.server.hosts import repair
14 class _UpdateVerifier(hosts.Verifier):
35 class _ConfigVerifier(hosts.Verifier):
79 raise hosts.AutoservVerifyError(
83 raise hosts.AutoservVerifyError(
128 # Not all servo hosts will have a servo serial so don't verify if it's
139 raise hosts.AutoservVerifyError(msg)
174 raise hosts.AutoservVerifyError(msg)
177 class _ServodJobVerifier(hosts.Verifier)
    [all...]
testbed_unittest.py 11 from autotest_lib.server.hosts import testbed
29 hosts = [self.mox.CreateMockAnything(),
32 for host in hosts:
36 testbed_1.get_adb_devices().AndReturn(dict(zip(serials, hosts)))
53 hosts = [self.mox.CreateMockAnything(),
56 for host in hosts:
60 testbed_1.get_adb_devices().AndReturn(dict(zip(serials, hosts)))
75 hosts = [self.mox.CreateMockAnything(),
78 for host in hosts:
82 testbed_1.get_adb_devices().AndReturn(dict(zip(serials, hosts)))
    [all...]
cros_firmware.py 40 from autotest_lib.client.common_lib import hosts
96 class FirmwareStatusVerifier(hosts.Verifier):
125 raise hosts.AutoservVerifyError(
136 class FirmwareRepair(hosts.RepairAction):
148 raise hosts.AutoservRepairError(
152 raise hosts.AutoservRepairError(
161 class FirmwareVersionVerifier(hosts.Verifier):
247 raise hosts.AutoservVerifyError(
257 raise hosts.AutoservVerifyError(
287 raise hosts.AutoservVerifyError
    [all...]
  /external/autotest/frontend/afe/
direct_afe_unittest.py 17 hosts = afe.get_hosts()
18 self.assertEquals(len(hosts), 0)
21 hosts = afe.get_hosts()
22 self.assertEquals(len(hosts), 1)
24 afe.create_job('job_name', hosts=['a_host'])
  /external/autotest/contrib/
dhcp_failed_machines.py 73 hosts = sorted([lookup(h) for h in offenders]) variable
75 pprint.pprint(hosts)
81 (len(hosts), ', '.join(hosts)))
85 (len(hosts), ', '.join(hosts)))
89 (len(hosts), ', '.join(hosts)))
deploy_puppet.sh 78 hosts="$(${AUTOTEST_ROOT}/cli/atest server list ${STATUS_OPT} ${ROLE_OPT} ${HOSTNAME}| grep Hostname| awk {'print $3'})"
82 for host in ${hosts}; do
88 for host in ${hosts}; do
  /external/autotest/server/site_tests/hardware_StorageQualSuspendStress/
hardware_StorageQualSuspendStress.py 6 from autotest_lib.server import hosts
16 client = hosts.create_host(client_ip)
  /external/autotest/server/site_tests/hardware_StorageQualTrimStress/
hardware_StorageQualTrimStress.py 6 from autotest_lib.server import hosts
14 client = hosts.create_host(client_ip)
  /external/openssh/regress/
keygen-knownhosts.sh 8 # Generate some keys for testing (just ed25519 for speed) and make a hosts file.
13 echo "# $x" >> $OBJ/kh.hosts
26 echo "" >> $OBJ/kh.hosts
27 ) >> $OBJ/kh.hosts
33 cat $OBJ/kh.hosts >> $OBJ/kh.invalid
37 cp $OBJ/kh.hosts $OBJ/kh.hosts.orig
86 # find key among multiple hosts
89 check_find host-h "find multiple hosts"
127 # find key among multiple hosts
    [all...]
  /external/autotest/cli/
change_protection_level.py 15 assert len(leftover_args) > 1, 'Must pass protection level and hosts'
22 hosts = afe_proxy.run('get_hosts', hostname__in=leftover_args[1:]) variable
23 for host in hosts:
32 print 'Invalid hosts:'
33 print ','.join(set(leftover_args[1:]) - set(host['hostname'] for host in hosts))
  /external/autotest/scheduler/
monitor_db_cleanup_test.py 30 self.hosts[i].status = models.Host.Status.REPAIR_FAILED
31 self.hosts[i].save()
33 self.hosts[1].locked = True
34 self.hosts[1].save()
36 self.hosts[2].protection = host_protections.Protection.DO_NOT_VERIFY
37 self.hosts[2].save()
56 self.hosts[i].status = models.Host.Status.REPAIR_FAILED
57 self.hosts[i].save()
59 self.hosts[1].locked = True
60 self.hosts[1].save(
    [all...]
  /external/curl/docs/cmdline-opts/
noproxy.d 3 Help: List of hosts which do not use proxy
6 Comma-separated list of hosts which do not use a proxy, if one is specified.
7 The only wildcard is a single * character, which matches all hosts, and
  /external/autotest/server/site_tests/cheets_CTS/
control.arm.android.core.tests.libcore.package.com 20 host = hosts.create_host(machine)
control.x86.android.core.tests.libcore.package.com 20 host = hosts.create_host(machine)
  /external/autotest/server/site_tests/stress_ClientTestReboot/
stress_ClientTestReboot.py 8 from autotest_lib.server import hosts
17 host = hosts.create_host(client_ip)
  /external/autotest/server/cros/
host_lock_manager_unittest.py 55 def _host_modifier(self, hosts, operation, lock_reason=''):
58 Add hosts to self.locked_hosts for LOCK and remove hosts from
63 @param lock_reason: a string, a reason for locking the hosts
67 self.locked_hosts = self.locked_hosts.union(hosts)
69 self.locked_hosts = self.locked_hosts.difference(hosts)
125 """Tests host locking, all hosts not in self.locked_hosts."""
126 hosts = [self.HOST2]
129 manager.lock(hosts, lock_reason='Locking for test')
134 """Tests host locking, some hosts not in self.locked_hosts.""
    [all...]

Completed in 412 milliseconds

1 2 3 4 5 6 7 8 91011>>