Searched refs:is_localhost (Results 1 – 9 of 9) sorted by relevance
320 def is_localhost(self): member in Servo326 return self._servo_host.is_localhost()834 if not self.is_localhost():851 if not self.is_localhost():
172 def is_localhost(self): member in ServoHost187 if ENABLE_SSH_TUNNEL_FOR_SERVO and not self.is_localhost():315 if self.is_localhost():
307 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)
873 if self.servo.is_localhost():
2266 def is_localhost(server): function