OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:all_host_names
(Results
1 - 4
of
4
) sorted by null
/prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_socket.py
341
all_host_names
= [hostname, hname] + aliases
343
if not fqhn in
all_host_names
:
344
self.fail("Error testing host resolution mechanisms. (fqdn: %s, all: %s)" % (fqhn, repr(
all_host_names
)))
[
all
...]
/prebuilts/gdb/linux-x86/lib/python2.7/test/
test_socket.py
341
all_host_names
= [hostname, hname] + aliases
343
if not fqhn in
all_host_names
:
344
self.fail("Error testing host resolution mechanisms. (fqdn: %s, all: %s)" % (fqhn, repr(
all_host_names
)))
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_socket.py
341
all_host_names
= [hostname, hname] + aliases
343
if not fqhn in
all_host_names
:
344
self.fail("Error testing host resolution mechanisms. (fqdn: %s, all: %s)" % (fqhn, repr(
all_host_names
)))
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_socket.py
341
all_host_names
= [hostname, hname] + aliases
343
if not fqhn in
all_host_names
:
344
self.fail("Error testing host resolution mechanisms. (fqdn: %s, all: %s)" % (fqhn, repr(
all_host_names
)))
[
all
...]
Completed in 439 milliseconds