HomeSort by relevance Sort by last modified time
    Searched refs:transient_internet (Results 1 - 14 of 14) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_smtpnet.py 15 with test_support.transient_internet(self.testServer):
22 with test_support.transient_internet(self.testServer):
test_urllib2net.py 161 with test_support.transient_internet(urlwith_frag):
180 with test_support.transient_internet(url):
196 with test_support.transient_internet(URL):
215 with test_support.transient_internet(url):
233 with test_support.transient_internet(url):
257 with test_support.transient_internet(url, timeout=None):
264 with test_support.transient_internet(url):
275 with test_support.transient_internet(url):
285 with test_support.transient_internet(url):
293 with test_support.transient_internet(self.FTP_HOST, timeout=None)
    [all...]
test_robotparser.py 236 with test_support.transient_internet('mueblesmoraleda.com'):
262 with test_support.transient_internet('www.python.org'):
test_imaplib.py 13 from test_support import reap_threads, verbose, transient_internet namespace
189 with transient_internet(self.host):
test_ssl.py 169 with test_support.transient_internet(remote[0]):
210 with test_support.transient_internet("svn.python.org"):
240 with test_support.transient_internet("svn.python.org"):
253 with test_support.transient_internet("svn.python.org"):
285 with test_support.transient_internet("svn.python.org"):
300 with test_support.transient_internet("svn.python.org"):
315 with test_support.transient_internet("svn.python.org"):
331 with test_support.transient_internet("svn.python.org"):
356 with test_support.transient_internet("svn.python.org"):
385 with test_support.transient_internet("sha256.tbs-internet.com")
    [all...]
test_timeout.py 134 with test_support.transient_internet(self.addr_remote[0]):
test_support.py 37 "captured_stdout", "TransientResource", "transient_internet",
831 def transient_internet(resource_name, timeout=30.0, errnos=()): function
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_smtpnet.py 15 with test_support.transient_internet(self.testServer):
22 with test_support.transient_internet(self.testServer):
test_urllib2net.py 161 with test_support.transient_internet(urlwith_frag):
180 with test_support.transient_internet(url):
196 with test_support.transient_internet(URL):
215 with test_support.transient_internet(url):
233 with test_support.transient_internet(url):
257 with test_support.transient_internet(url, timeout=None):
264 with test_support.transient_internet(url):
275 with test_support.transient_internet(url):
285 with test_support.transient_internet(url):
293 with test_support.transient_internet(self.FTP_HOST, timeout=None)
    [all...]
test_robotparser.py 236 with test_support.transient_internet('mueblesmoraleda.com'):
262 with test_support.transient_internet('www.python.org'):
test_imaplib.py 13 from test_support import reap_threads, verbose, transient_internet namespace
189 with transient_internet(self.host):
test_ssl.py 169 with test_support.transient_internet(remote[0]):
210 with test_support.transient_internet("svn.python.org"):
240 with test_support.transient_internet("svn.python.org"):
253 with test_support.transient_internet("svn.python.org"):
285 with test_support.transient_internet("svn.python.org"):
300 with test_support.transient_internet("svn.python.org"):
315 with test_support.transient_internet("svn.python.org"):
331 with test_support.transient_internet("svn.python.org"):
356 with test_support.transient_internet("svn.python.org"):
385 with test_support.transient_internet("sha256.tbs-internet.com")
    [all...]
test_timeout.py 134 with test_support.transient_internet(self.addr_remote[0]):
test_support.py 37 "captured_stdout", "TransientResource", "transient_internet",
831 def transient_internet(resource_name, timeout=30.0, errnos=()): function
    [all...]

Completed in 949 milliseconds