HomeSort by relevance Sort by last modified time
    Searched refs:HOST1 (Results 1 - 2 of 2) sorted by null

  /external/autotest/server/cros/
host_lock_manager_unittest.py 19 @attribute HOST1: a string, fake host.
24 HOST1 = 'host1'
80 self.afe.get_hosts(hostname=self.HOST1).AndReturn(None)
82 actual = self.manager._check_host(self.HOST1, None)
89 self.afe.get_hosts(hostname=self.HOST1).AndReturn(host_info)
91 actual = self.manager._check_host(self.HOST1, self.manager.LOCK)
98 self.afe.get_hosts(hostname=self.HOST1).AndReturn(host_info)
100 actual = self.manager._check_host(self.HOST1, self.manager.UNLOCK)
107 self.afe.get_hosts(hostname=self.HOST1).AndReturn(host_info
    [all...]
  /external/curl/docs/cmdline-opts/
connect-to.d 2 Arg: <HOST1:PORT1:HOST2:PORT2>
8 For a request to the given HOST1:PORT1 pair, connect to HOST2:PORT2 instead.
13 protocols. "HOST1" and "PORT1" may be the empty string, meaning "any

Completed in 157 milliseconds