OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full: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/scheduler/
scheduler_lib.py
166
not utils.
is_localhost
(db_server)):
/external/autotest/server/cros/servo/
servo.py
228
def
is_localhost
(self):
member in class:Servo
234
return self._servo_host.
is_localhost
()
720
if not self.
is_localhost
():
737
if not self.
is_localhost
():
/external/autotest/site_utils/lib/
infra.py
123
if utils.
is_localhost
(host):
/external/autotest/site_utils/
mysql_bootstrap.py
223
local_hostname = ('localhost' if utils.
is_localhost
(dest_host)
/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/server/hosts/
servo_host.py
155
def
is_localhost
(self):
member in class:ServoHost
298
if self.
is_localhost
():
/external/autotest/client/common_lib/
site_utils.py
364
def
is_localhost
(server):
function
/external/autotest/server/cros/faft/
firmware_test.py
783
if self.servo.
is_localhost
():
[
all
...]
Completed in 319 milliseconds