OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_ip_address
(Results
1 - 3
of
3
) sorted by null
/external/autotest/server/cros/
dnsname_mangler.py
25
def
is_ip_address
(hostname):
function
63
if
is_ip_address
(client_hostname):
/external/autotest/server/hosts/
chameleon_host.py
77
self._is_in_lab = (False if dnsname_mangler.
is_ip_address
(self.hostname)
211
dut_is_hostname = not dnsname_mangler.
is_ip_address
(dut)
servo_host.py
687
dut_is_hostname = not dnsname_mangler.
is_ip_address
(dut)
Completed in 57 milliseconds