OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_localhost
(Results
1 - 9
of
9
) sorted by null
/external/autotest/server/site_tests/firmware_ECPowerButton/
firmware_ECPowerButton.py
76
if self.servo.
is_localhost
():
/external/autotest/site_utils/lib/
infra.py
135
if utils.
is_localhost
(host):
/external/autotest/scheduler/
scheduler_lib.py
177
not utils.
is_localhost
(db_server)):
/external/autotest/server/cros/servo/
servo.py
320
def
is_localhost
(self):
member in class:Servo
326
return self._servo_host.
is_localhost
()
834
if not self.
is_localhost
():
851
if not self.
is_localhost
():
[
all
...]
/external/autotest/site_utils/
mysql_bootstrap.py
223
local_hostname = ('localhost' if utils.
is_localhost
(dest_host)
/external/autotest/server/hosts/
servo_repair.py
307
if host.
is_localhost
() or not host.is_cros_host():
servo_host.py
172
def
is_localhost
(self):
member in class:ServoHost
187
if ENABLE_SSH_TUNNEL_FOR_SERVO and not self.
is_localhost
():
315
if self.
is_localhost
():
/external/autotest/client/common_lib/
utils.py
2266
def
is_localhost
(server):
function
[
all
...]
/external/autotest/server/cros/faft/
firmware_test.py
[
all
...]
Completed in 385 milliseconds