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

  /external/chromium_org/native_client_sdk/src/build_tools/sdk_tools/third_party/fancy_urllib/
__init__.py 329 class FancyHTTPSHandler(urllib2.HTTPSHandler):
330 """An HTTPSHandler that works with CONNECT-enabled proxies."""
336 return urllib2.HTTPSHandler.do_open(
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
urllib2.py 472 default_classes.append(HTTPSHandler)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
urllib2.py 472 default_classes.append(HTTPSHandler)
    [all...]
  /external/chromium_org/testing/gtest/scripts/
upload.py 365 opener.add_handler(urllib2.HTTPSHandler())
    [all...]
  /external/chromium_org/third_party/re2/lib/codereview/
codereview.py     [all...]
  /external/regex-re2/lib/codereview/
codereview.py     [all...]

Completed in 474 milliseconds