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

  /external/autotest/server/site_tests/firmware_ECPowerButton/
firmware_ECPowerButton.py 76 if self.servo.is_localhost():
  /external/autotest/server/cros/servo/
servo.py 228 def is_localhost(self): member in class:Servo
234 return self._servo_host.is_localhost()
719 if not self.is_localhost():
736 if not self.is_localhost():
  /external/autotest/site_utils/lib/
infra.py 135 if utils.is_localhost(host):
  /external/autotest/scheduler/
scheduler_lib.py 166 not utils.is_localhost(db_server)):
  /external/autotest/site_utils/
mysql_bootstrap.py 223 local_hostname = ('localhost' if utils.is_localhost(dest_host)
  /external/chromium-trace/catapult/telemetry/third_party/tsproxy/
tsproxy.py 210 self.is_localhost = False
305 self.is_localhost = True
306 if (dest_addresses is not None) and (not self.is_localhost or map_localhost):
323 self.is_localhost = True
324 if (dest_addresses is not None) and (not self.is_localhost or map_localhost):
330 if not self.is_localhost or map_localhost:
  /external/autotest/server/hosts/
servo_repair.py 309 if host.is_localhost() or not host.is_cros_host():
servo_host.py 166 def is_localhost(self): member in class:ServoHost
181 if ENABLE_SSH_TUNNEL_FOR_SERVO and not self.is_localhost():
306 if self.is_localhost():
    [all...]
  /external/fio/
gfio.c 500 int uses_net = 0, is_localhost = 0; local
519 is_localhost = 1;
522 if (!uses_net || is_localhost) {
    [all...]
  /external/autotest/client/common_lib/
site_utils.py 419 def is_localhost(server): function
    [all...]
  /external/autotest/server/cros/faft/
firmware_test.py 770 if self.servo.is_localhost():
    [all...]

Completed in 1019 milliseconds