HomeSort by relevance Sort by last modified time
    Searched refs:hosts (Results 201 - 225 of 336) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/autotest/site_utils/
cloud_console_client.py 16 from autotest_lib.server.hosts import moblab_host
test_droid.py 37 from autotest_lib.server.hosts import adb_host
test_runner_utils.py 27 from autotest_lib.server.hosts import factory
123 schedule a job if none of the hosts in the afe (in our case,
429 hosts = afe.get_hosts(hostname=remote)
430 if not hosts:
433 afe_host = hosts[0]
    [all...]
  /prebuilts/go/darwin-x86/src/crypto/tls/
generate_cert.go 126 hosts := strings.Split(*host, ",")
127 for _, h := range hosts {
  /prebuilts/go/linux-x86/src/crypto/tls/
generate_cert.go 126 hosts := strings.Split(*host, ",")
127 for _, h := range hosts {
  /compatibility/cdd/6_dev-tools-and-options/
6_1_developer_tools.md 17 adb. Secure adb enables adb on known authenticated hosts.
  /external/autotest/scheduler/
query_managers.py 48 2. With hosts and metahosts: This will only happen if we don't
51 3. With hosts but without metahosts: When tests are scheduled
54 4. Without hosts but with metahosts: This is the common case of
57 5. Without hosts and without metahosts: Hostless suite jobs, that
126 tasks with leased hosts.
133 # exclude hosts with active queue entries unless the SpecialTask is for
185 """A helper method to get how many hosts each suite is holding.
188 suite_host_num maps suite job id to number of hosts
190 hosts_to_suites contains current hosts held by
224 """Query manager for AFE Hosts.""
    [all...]
rdb_hosts.py 129 # the hosts once before leasing them out. The important part is to not
184 # Shows which hosts are working.
393 task.save() -> this should result in the hosts status changing to
410 """Takes a list of hosts and returns a list of host_infos.
412 @param hosts: A list of hosts. Each host is assumed to contain
415 empty list is no hosts were found..
417 hosts = func(*args, **kwargs)
418 return [RDBServerHostWrapper(host) for host in hosts]
  /external/autotest/server/cros/update_engine/
omaha_devserver.py 15 from autotest_lib.server import hosts
71 self._devserver_ssh = hosts.SSHHost(self._omaha_host,
  /external/autotest/server/hosts/
factory_unittest.py 11 from autotest_lib.server.hosts import base_label_unittest, factory
12 from autotest_lib.server.hosts import host_info
ssh_host.py 8 You should import the "hosts" package instead of importing each type of host.
19 from autotest_lib.server.hosts import abstract_ssh
277 @see common_lib.hosts.host.run()
cros_label.py 19 from autotest_lib.server.hosts import base_label
20 from autotest_lib.server.hosts import common_label
21 from autotest_lib.server.hosts import servo_host
  /external/autotest/server/
test.py 104 from autotest_lib.server import hosts, autotest
105 self.host = hosts.create_target_machine(
  /external/iputils/
iputils.spec 6 Summary: The ping program for checking to see if network hosts are alive.
  /external/mdnsresponder/mDNSPosix/
NetMonitor.c 191 HostEntry *hosts; member in struct:__anon28846
203 HostEntry *entry = list->hosts + i;
218 HostEntry *newHosts = realloc(list->hosts, newMax * sizeof(HostEntry));
222 list->hosts = newHosts;
225 entry = list->hosts + list->num++;
358 HostEntry *e, *end = &list->hosts[(max < list->num) ? max : list->num];
359 qsort(list->hosts, list->num, sizeof(HostEntry), CompareHosts);
361 for (e = &list->hosts[0]; e < end; e++)
    [all...]
  /prebuilts/go/darwin-x86/src/archive/tar/
strconv_test.go 354 {"19 path=/etc/hosts\n", "", "path", "/etc/hosts", true},
405 {"path", "/etc/hosts", "19 path=/etc/hosts\n", true},
  /prebuilts/go/linux-x86/src/archive/tar/
strconv_test.go 354 {"19 path=/etc/hosts\n", "", "path", "/etc/hosts", true},
405 {"path", "/etc/hosts", "19 path=/etc/hosts\n", true},
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/org.eclipse.core.runtime.compatibility.registry_3.5.200.v20130514-1256/
runtime_registry_compatibility.jar 
  /prebuilts/go/darwin-x86/src/net/http/
fs_test.go 403 wfi, err := os.Stat("/etc/hosts")
405 t.Skip("skipping test; no /etc/hosts file")
421 test(Dir("/etc/"), "/hosts")
422 test(Dir("/etc/"), "hosts")
423 test(Dir("/etc/"), "../../../../hosts")
424 test(Dir("/etc"), "/hosts")
425 test(Dir("/etc"), "hosts")
426 test(Dir("/etc"), "../../../../hosts")
430 test(Dir("/etc/hosts"), "")
431 test(Dir("/etc/hosts"), "/")
    [all...]
  /prebuilts/go/linux-x86/src/net/http/
fs_test.go 403 wfi, err := os.Stat("/etc/hosts")
405 t.Skip("skipping test; no /etc/hosts file")
421 test(Dir("/etc/"), "/hosts")
422 test(Dir("/etc/"), "hosts")
423 test(Dir("/etc/"), "../../../../hosts")
424 test(Dir("/etc"), "/hosts")
425 test(Dir("/etc"), "hosts")
426 test(Dir("/etc"), "../../../../hosts")
430 test(Dir("/etc/hosts"), "")
431 test(Dir("/etc/hosts"), "/")
    [all...]
  /external/clang/
build.py 678 hosts = ['linux-x86', 'windows-x86']
680 hosts = ['darwin-x86']
696 for host in hosts:
729 for host in hosts:
740 for host in hosts:
  /frameworks/base/services/backup/java/com/android/server/backup/
TransportManager.java 541 List<ResolveInfo> hosts = local
543 if (hosts == null) {
546 for (ResolveInfo host : hosts) {
  /frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/
RenderTestBase.java 202 File[] hosts = host.listFiles(path -> path.isDirectory() && local
205 assert hosts != null;
206 for (File hostOut : hosts) {
  /prebuilts/go/darwin-x86/src/net/
cgo_unix.go 51 func cgoLookupHost(ctx context.Context, name string) (hosts []string, err error, completed bool) {
54 hosts = append(hosts, addr.String())
  /prebuilts/go/linux-x86/src/net/
cgo_unix.go 51 func cgoLookupHost(ctx context.Context, name string) (hosts []string, err error, completed bool) {
54 hosts = append(hosts, addr.String())

Completed in 1002 milliseconds

1 2 3 4 5 6 7 891011>>