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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
urllib2.py 484 handler_order = 500 variable in class:BaseHandler
494 if not hasattr(other, "handler_order"):
497 # classes which are not aware of handler_order).
499 return self.handler_order < other.handler_order
504 handler_order = 1000 # after all other processing variable in class:HTTPErrorProcessor
702 handler_order = 100 variable in class:ProxyHandler
1067 handler_order = 490 # before Basic auth variable in class:HTTPDigestAuthHandler
1080 handler_order = 490 # before Basic auth variable in class:ProxyDigestAuthHandler
    [all...]
  /external/python/cpython2/Lib/
urllib2.py 519 handler_order = 500 variable in class:BaseHandler
529 if not hasattr(other, "handler_order"):
532 # classes which are not aware of handler_order).
534 return self.handler_order < other.handler_order
539 handler_order = 1000 # after all other processing variable in class:HTTPErrorProcessor
737 handler_order = 100 variable in class:ProxyHandler
1093 handler_order = 490 # before Basic auth variable in class:HTTPDigestAuthHandler
1106 handler_order = 490 # before Basic auth variable in class:ProxyDigestAuthHandler
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
urllib2.py 494 handler_order = 500 variable in class:BaseHandler
504 if not hasattr(other, "handler_order"):
507 # classes which are not aware of handler_order).
509 return self.handler_order < other.handler_order
514 handler_order = 1000 # after all other processing variable in class:HTTPErrorProcessor
712 handler_order = 100 variable in class:ProxyHandler
1080 handler_order = 490 # before Basic auth variable in class:HTTPDigestAuthHandler
1093 handler_order = 490 # before Basic auth variable in class:ProxyDigestAuthHandler
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
urllib2.py 494 handler_order = 500 variable in class:BaseHandler
504 if not hasattr(other, "handler_order"):
507 # classes which are not aware of handler_order).
509 return self.handler_order < other.handler_order
514 handler_order = 1000 # after all other processing variable in class:HTTPErrorProcessor
712 handler_order = 100 variable in class:ProxyHandler
1080 handler_order = 490 # before Basic auth variable in class:HTTPDigestAuthHandler
1093 handler_order = 490 # before Basic auth variable in class:ProxyDigestAuthHandler
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
urllib2.py 494 handler_order = 500 variable in class:BaseHandler
504 if not hasattr(other, "handler_order"):
507 # classes which are not aware of handler_order).
509 return self.handler_order < other.handler_order
514 handler_order = 1000 # after all other processing variable in class:HTTPErrorProcessor
712 handler_order = 100 variable in class:ProxyHandler
1080 handler_order = 490 # before Basic auth variable in class:HTTPDigestAuthHandler
1093 handler_order = 490 # before Basic auth variable in class:ProxyDigestAuthHandler
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
urllib2.py 494 handler_order = 500 variable in class:BaseHandler
504 if not hasattr(other, "handler_order"):
507 # classes which are not aware of handler_order).
509 return self.handler_order < other.handler_order
514 handler_order = 1000 # after all other processing variable in class:HTTPErrorProcessor
712 handler_order = 100 variable in class:ProxyHandler
1080 handler_order = 490 # before Basic auth variable in class:HTTPDigestAuthHandler
1093 handler_order = 490 # before Basic auth variable in class:ProxyDigestAuthHandler
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_urllib2.py 313 handler_order = 500 variable in class:MockHandler
349 if not hasattr(other, "handler_order"):
350 # No handler_order, leave in original order. Yuck.
352 return self.handler_order < other.handler_order
378 h.handler_order += count
498 for meths, handler_order in [
504 h.handler_order = handler_order
    [all...]
  /external/python/cpython2/Lib/test/
test_urllib2.py 333 handler_order = 500 variable in class:MockHandler
369 if not hasattr(other, "handler_order"):
370 # No handler_order, leave in original order. Yuck.
372 return self.handler_order < other.handler_order
398 h.handler_order += count
518 for meths, handler_order in [
524 h.handler_order = handler_order
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_urllib2.py 318 handler_order = 500 variable in class:MockHandler
354 if not hasattr(other, "handler_order"):
355 # No handler_order, leave in original order. Yuck.
357 return self.handler_order < other.handler_order
383 h.handler_order += count
503 for meths, handler_order in [
509 h.handler_order = handler_order
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_urllib2.py 318 handler_order = 500 variable in class:MockHandler
354 if not hasattr(other, "handler_order"):
355 # No handler_order, leave in original order. Yuck.
357 return self.handler_order < other.handler_order
383 h.handler_order += count
503 for meths, handler_order in [
509 h.handler_order = handler_order
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_urllib2.py 318 handler_order = 500 variable in class:MockHandler
354 if not hasattr(other, "handler_order"):
355 # No handler_order, leave in original order. Yuck.
357 return self.handler_order < other.handler_order
383 h.handler_order += count
503 for meths, handler_order in [
509 h.handler_order = handler_order
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_urllib2.py 318 handler_order = 500 variable in class:MockHandler
354 if not hasattr(other, "handler_order"):
355 # No handler_order, leave in original order. Yuck.
357 return self.handler_order < other.handler_order
383 h.handler_order += count
503 for meths, handler_order in [
509 h.handler_order = handler_order
    [all...]
  /external/python/cpython3/Lib/test/
test_urllib2.py 363 handler_order = 500 variable in class:MockHandler
408 if not hasattr(other, "handler_order"):
409 # No handler_order, leave in original order. Yuck.
411 return self.handler_order < other.handler_order
440 h.handler_order += count
585 for meths, handler_order in [([("http_open", "return self")], 500),
591 h.handler_order = handler_order
    [all...]
  /external/python/cpython3/Lib/urllib/
request.py 613 handler_order = 500 variable in class:BaseHandler
623 if not hasattr(other, "handler_order"):
626 # classes which are not aware of handler_order).
628 return self.handler_order < other.handler_order
633 handler_order = 1000 # after all other processing variable in class:HTTPErrorProcessor
796 handler_order = 100 variable in class:ProxyHandler
1203 handler_order = 490 # before Basic auth variable in class:HTTPDigestAuthHandler
1216 handler_order = 490 # before Basic auth variable in class:ProxyDigestAuthHandler
    [all...]

Completed in 929 milliseconds