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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_urllib2.py     [all...]
  /external/python/cpython2/Lib/test/
test_urllib2.py     [all...]
  /external/python/cpython3/Lib/test/
test_urllib2.py     [all...]
test_logging.py 589 self.assertRaises(ValueError, logging.handlers.HTTPHandler,
592 h = logging.handlers.HTTPHandler('localhost', '/log', method)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
urllib2.py 12 HTTPHandler performs HTTP GET and POST requests and deals with
458 default_classes = [ProxyHandler, UnknownHandler, HTTPHandler,
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/logging/
handlers.py     [all...]
  /external/python/cpython2/Lib/logging/
handlers.py     [all...]
  /external/python/cpython2/Lib/
urllib2.py 12 HTTPHandler performs HTTP GET and POST requests and deals with
493 default_classes = [ProxyHandler, UnknownHandler, HTTPHandler,
    [all...]
  /external/google-breakpad/src/testing/gtest/scripts/
upload.py 363 opener.add_handler(urllib2.HTTPHandler())
    [all...]
  /external/google-breakpad/src/testing/scripts/
upload.py 363 opener.add_handler(urllib2.HTTPHandler())
    [all...]
  /external/googletest/googlemock/scripts/
upload.py 363 opener.add_handler(urllib2.HTTPHandler())
    [all...]
  /external/googletest/googletest/scripts/
upload.py 363 opener.add_handler(urllib2.HTTPHandler())
    [all...]
  /external/python/cpython3/Lib/logging/
handlers.py     [all...]
  /external/python/cpython3/Lib/urllib/
request.py 12 HTTPHandler performs HTTP GET and POST requests and deals with
125 'HTTPDigestAuthHandler', 'ProxyDigestAuthHandler', 'HTTPHandler',
585 default_classes = [ProxyHandler, UnknownHandler, HTTPHandler,
    [all...]

Completed in 1152 milliseconds