Searched refs:HOST (Results 1 - 15 of 15) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
H A Dtest_smtplib.py19 HOST = test_support.HOST variable
65 smtp = smtplib.SMTP(HOST, self.port)
70 smtp = smtplib.SMTP("%s:%s" % (HOST, self.port))
75 smtp = smtplib.SMTP(HOST, self.port, local_hostname="testhost")
83 smtp = smtplib.SMTP(HOST, self.port)
93 smtp = smtplib.SMTP(HOST, self.port, timeout=None)
100 smtp = smtplib.SMTP(HOST, self.port, timeout=30)
159 self.serv = smtpd.DebuggingServer((HOST, 0), ('nowhere', -1))
182 smtp = smtplib.SMTP(HOST, sel
[all...]
H A Dtest_telnetlib.py10 HOST = test_support.HOST variable
64 telnet = telnetlib.Telnet(HOST, self.port)
82 telnet = telnetlib.Telnet(HOST, self.port, timeout=None)
131 telnet = telnetlib.Telnet(HOST, self.port)
140 telnet = telnetlib.Telnet(HOST, self.port)
153 telnet = telnetlib.Telnet(HOST, self.port)
167 self._test_blocking(telnetlib.Telnet(HOST, self.port).read_all)
171 telnet = telnetlib.Telnet(HOST, self.port)
184 telnet = telnetlib.Telnet(HOST, sel
[all...]
H A Dtest_socket.py32 HOST = test_support.HOST variable
43 HOST = test_support.HOST variable
214 self.cli.connect((HOST, self.port))
638 for info in socket.getaddrinfo(HOST, None):
649 socket.getaddrinfo(HOST, "http")
650 socket.getaddrinfo(HOST, 80)
651 socket.getaddrinfo(HOST, None)
653 infos = socket.getaddrinfo(HOST, Non
[all...]
H A Dtest_httplib.py13 HOST = test_support.HOST variable
372 self.conn = httplib.HTTPConnection(HOST, self.port,
380 self.conn = httplib.HTTPSConnection(HOST, self.port,
407 httpConn = httplib.HTTPConnection(HOST, TimeoutTest.PORT)
418 httpConn = httplib.HTTPConnection(HOST, TimeoutTest.PORT,
427 httpConn = httplib.HTTPConnection(HOST, TimeoutTest.PORT, timeout=30)
439 h = httplib.HTTPSConnection(HOST, TimeoutTest.PORT, timeout=30)
H A Dtest_socketserver.py25 HOST = test.test_support.HOST variable
86 return (HOST, 0)
261 s = MyServer((HOST, 0), MyHandler)
H A Dtest_ftplib.py20 from test.test_support import HOST namespace
404 self.server = DummyFTPServer((HOST, 0))
557 self.server = DummyFTPServer((HOST, 0), af=socket.AF_INET6)
596 self.server = DummyTLS_FTPServer((HOST, 0))
609 self.server = DummyTLS_FTPServer((HOST, 0))
729 ftp = ftplib.FTP(HOST, timeout=30)
736 ftp.connect(HOST, timeout=30)
743 ftp.connect(HOST)
751 ftp.connect(HOST)
761 DummyFTPServer((HOST,
[all...]
H A Dtest_asynchat.py12 HOST = test_support.HOST variable
68 self.connect((HOST, server_port))
H A Dtest_poplib.py16 from test.test_support import HOST namespace
163 self.server = DummyPOP3Server((HOST, 0))
270 self.server = DummyPOP3Server((HOST, 0))
319 pop = poplib.POP3(HOST, self.port, timeout=None)
H A Dtest_asyncore.py20 HOST = test_support.HOST variable
372 d.connect((HOST, port))
473 def __init__(self, handler=BaseTestHandler, host=HOST, port=0):
539 self.bind((HOST, 0))
678 s1.bind((HOST, 0))
685 self.assertRaises(socket.error, s2.bind, (HOST, port))
H A Dtest_ssl.py25 HOST = test_support.HOST variable
709 (HOST, 0), self.RootedHTTPRequestHandler, certfile)
748 s.connect((HOST, server.port))
791 s.connect((HOST, server.port))
866 port = test_support.bind_port(s, HOST)
882 c.connect((HOST, port))
927 s.connect((HOST, server.port))
1045 s.connect((HOST, server.port))
1190 s.connect((HOST, serve
[all...]
H A Dtest_imaplib.py143 server, thread = self.make_server((support.HOST, 0), hdlr)
H A Dtest_support.py30 "fcmp", "have_unicode", "is_jython", "TESTFN", "HOST", "FUZZ",
226 HOST = 'localhost' variable
288 def bind_port(sock, host=HOST):
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/
H A Drcsclient.py15 HOST = 'voorn.cwi.nl' variable
32 host = HOST
/device/google/marlin/usb/
H A DUsb.cpp84 if (role.role == static_cast<uint32_t>(PortDataRole::HOST)) return "host";
194 *currentRole = static_cast<uint32_t>(PortDataRole::HOST);
/device/generic/goldfish-opengl/
H A Dcommon.mk108 # $3: "HOST" for a host module, empty for a target one.
178 $(info . HOST=$(_emugl_HOST))\

Completed in 240 milliseconds