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

  /external/python/cpython2/Lib/
urllib2.py 308 def get_origin_req_host(self): member in class:Request
591 origin_req_host=req.get_origin_req_host(),
    [all...]
cookielib.py 717 if not domain_match(req_host, reach(request.get_origin_req_host())):
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
urllib2.py 283 def get_origin_req_host(self): member in class:Request
566 origin_req_host=req.get_origin_req_host(),
    [all...]
cookielib.py 701 if not domain_match(req_host, reach(request.get_origin_req_host())):
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
urllib2.py 283 def get_origin_req_host(self): member in class:Request
566 origin_req_host=req.get_origin_req_host(),
    [all...]
cookielib.py 701 if not domain_match(req_host, reach(request.get_origin_req_host())):
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
urllib2.py 283 def get_origin_req_host(self): member in class:Request
566 origin_req_host=req.get_origin_req_host(),
    [all...]
cookielib.py 701 if not domain_match(req_host, reach(request.get_origin_req_host())):
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
urllib2.py 283 def get_origin_req_host(self): member in class:Request
566 origin_req_host=req.get_origin_req_host(),
    [all...]
cookielib.py 701 if not domain_match(req_host, reach(request.get_origin_req_host())):
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
urllib2.py 273 def get_origin_req_host(self): member in class:Request
556 origin_req_host=req.get_origin_req_host(),
    [all...]
cookielib.py 701 if not domain_match(req_host, reach(request.get_origin_req_host())):
    [all...]
  /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...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_urllib2.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_urllib2.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_urllib2.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_urllib2.py     [all...]

Completed in 1150 milliseconds