Home
last modified time | relevance | path

Searched defs:is_localhost (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/autotest/server/hosts/
H A Dbase_servohost.py247 def is_localhost(self): member in BaseServoHost
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/cares/cares/src/lib/
Dares_getaddrinfo.c407 static int is_localhost(const char *name) in is_localhost() function
/aosp_15_r20/external/autotest/server/cros/servo/
H A Dservo.py702 def is_localhost(self): member in Servo
/aosp_15_r20/external/autotest/client/common_lib/
H A Dutils.py2430 def is_localhost(server): function