HomeSort by relevance Sort by last modified time
    Searched refs:hosts (Results 1 - 25 of 336) 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...]
cast_os_host.py 7 from autotest_lib.server.hosts import ssh_host
  /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'])
frontend_test_utils.py 13 """Populate the test database with some hosts and labels."""
21 self.hosts = [models.Host.objects.create(hostname=hostname)
26 acl_group.hosts = self.hosts
27 models.AclGroup.smart_get('Everyone').hosts = []
34 for host in self.hosts:
46 self.hosts[0].labels.add(self.label1)
47 self.hosts[1].labels.add(self.label2)
49 self.hosts[hostnum].labels.add(self.label6)
50 self.hosts[6].labels.add(self.label7
    [all...]
  /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
print_host_labels.py 9 from autotest_lib.server.hosts import factory
  /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)
  /test/framework/harnesses/host_controller/command_processor/
command_list.py 31 command_detail = "Show information about the hosts."
33 def _PrintHosts(self, hosts):
37 hosts: A list of HostController objects.
40 for ind, host in enumerate(hosts):
60 choices=("hosts", "devices"),
65 """Shows information about the hosts."""
68 hosts = enumerate(self.console._hosts)
70 hosts = [(args.host, self.console._hosts[args.host])]
71 if args.type == "hosts":
74 for ind, host in 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/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...]
  /external/autotest/server/control_segments/
stage_server_side_package 13 from autotest_lib.server import hosts
22 with closing(hosts.create_host(machine)) as host:

Completed in 662 milliseconds

1 2 3 4 5 6 7 8 91011>>