Searched refs:is_localhost (Results 1 – 10 of 10) sorted by relevance
228 def is_localhost(self): member in Servo234 return self._servo_host.is_localhost()736 if not self.is_localhost():753 if not self.is_localhost():
164 def is_localhost(self): member in ServoHost179 if ENABLE_SSH_TUNNEL_FOR_SERVO and not self.is_localhost():306 if self.is_localhost():
309 if host.is_localhost() or not host.is_cros_host():
76 if self.servo.is_localhost():
135 if utils.is_localhost(host):
177 not utils.is_localhost(db_server)):
223 local_hostname = ('localhost' if utils.is_localhost(dest_host)
502 int uses_net = 0, is_localhost = 0; in hostname_cb() local521 is_localhost = 1; in hostname_cb()524 if (!uses_net || is_localhost) { in hostname_cb()
787 if self.servo.is_localhost():
2183 def is_localhost(server): function