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

  /external/chromium_org/native_client_sdk/src/build_tools/sdk_tools/third_party/fancy_urllib/
__init__.py 169 _GLOBAL_DEFAULT_TIMEOUT = object()
172 def _create_connection(address, timeout=_GLOBAL_DEFAULT_TIMEOUT):
190 if timeout is not _GLOBAL_DEFAULT_TIMEOUT:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
ftplib.py 48 from socket import _GLOBAL_DEFAULT_TIMEOUT
114 timeout=_GLOBAL_DEFAULT_TIMEOUT):
301 if self.timeout is not _GLOBAL_DEFAULT_TIMEOUT:
360 if self.timeout is not _GLOBAL_DEFAULT_TIMEOUT:
635 certfile=None, timeout=_GLOBAL_DEFAULT_TIMEOUT):
    [all...]
socket.py 535 _GLOBAL_DEFAULT_TIMEOUT = object()
537 def create_connection(address, timeout=_GLOBAL_DEFAULT_TIMEOUT,
558 if timeout is not _GLOBAL_DEFAULT_TIMEOUT:
smtplib.py 235 timeout=socket._GLOBAL_DEFAULT_TIMEOUT):
774 timeout=socket._GLOBAL_DEFAULT_TIMEOUT):
telnetlib.py 189 timeout=socket._GLOBAL_DEFAULT_TIMEOUT):
213 def open(self, host, port=0, timeout=socket._GLOBAL_DEFAULT_TIMEOUT):
poplib.py 80 timeout=socket._GLOBAL_DEFAULT_TIMEOUT):
httplib.py 692 timeout=socket._GLOBAL_DEFAULT_TIMEOUT, source_address=None):
    [all...]
urllib2.py 123 def urlopen(url, data=None, timeout=socket._GLOBAL_DEFAULT_TIMEOUT):
386 def open(self, fullurl, data=None, timeout=socket._GLOBAL_DEFAULT_TIMEOUT):
    [all...]
urllib.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
ftplib.py 48 from socket import _GLOBAL_DEFAULT_TIMEOUT
114 timeout=_GLOBAL_DEFAULT_TIMEOUT):
301 if self.timeout is not _GLOBAL_DEFAULT_TIMEOUT:
360 if self.timeout is not _GLOBAL_DEFAULT_TIMEOUT:
635 certfile=None, timeout=_GLOBAL_DEFAULT_TIMEOUT):
    [all...]
socket.py 535 _GLOBAL_DEFAULT_TIMEOUT = object()
537 def create_connection(address, timeout=_GLOBAL_DEFAULT_TIMEOUT,
558 if timeout is not _GLOBAL_DEFAULT_TIMEOUT:
smtplib.py 235 timeout=socket._GLOBAL_DEFAULT_TIMEOUT):
774 timeout=socket._GLOBAL_DEFAULT_TIMEOUT):
telnetlib.py 189 timeout=socket._GLOBAL_DEFAULT_TIMEOUT):
213 def open(self, host, port=0, timeout=socket._GLOBAL_DEFAULT_TIMEOUT):
poplib.py 80 timeout=socket._GLOBAL_DEFAULT_TIMEOUT):
httplib.py 692 timeout=socket._GLOBAL_DEFAULT_TIMEOUT, source_address=None):
    [all...]
urllib2.py 123 def urlopen(url, data=None, timeout=socket._GLOBAL_DEFAULT_TIMEOUT):
386 def open(self, fullurl, data=None, timeout=socket._GLOBAL_DEFAULT_TIMEOUT):
    [all...]
urllib.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_urllib2.py 228 def open(self, req, data=None,timeout=socket._GLOBAL_DEFAULT_TIMEOUT):
281 def __call__(self, host, timeout=socket._GLOBAL_DEFAULT_TIMEOUT):
619 timeout=socket._GLOBAL_DEFAULT_TIMEOUT):
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_urllib2.py 228 def open(self, req, data=None,timeout=socket._GLOBAL_DEFAULT_TIMEOUT):
281 def __call__(self, host, timeout=socket._GLOBAL_DEFAULT_TIMEOUT):
619 timeout=socket._GLOBAL_DEFAULT_TIMEOUT):
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/httplib2/
__init__.py 78 if hasattr(socket, '_GLOBAL_DEFAULT_TIMEOUT'):
79 return (timeout is not None and timeout is not socket._GLOBAL_DEFAULT_TIMEOUT)
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-python/httplib2/
__init__.py 78 if hasattr(socket, '_GLOBAL_DEFAULT_TIMEOUT'):
79 return (timeout is not None and timeout is not socket._GLOBAL_DEFAULT_TIMEOUT)
    [all...]

Completed in 750 milliseconds