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

  /external/autotest/server/cros/
host_lock_manager_unittest.py 20 @attribute HOST2: a string, fake host.
25 HOST2 = 'host2'
126 hosts = [self.HOST2]
130 self.assertEquals(set([self.HOST1, self.HOST2]), manager.locked_hosts)
135 hosts = [self.HOST1, self.HOST2]
139 self.assertEquals(set([self.HOST1, self.HOST2, self.HOST3]),
145 hosts = [self.HOST1, self.HOST2]
153 hosts = [self.HOST2]
161 hosts = [self.HOST1, self.HOST2]
    [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.
14 host/port". "HOST2" and "PORT2" may also be the empty string, meaning "use the

Completed in 193 milliseconds