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

  /external/python/cpython2/Lib/
urllib2.py 794 def find_user_password(self, realm, authuri):
797 reduced_authuri = self.reduce_uri(authuri, default_port)
844 def find_user_password(self, realm, authuri):
846 authuri)
849 return HTTPPasswordMgr.find_user_password(self, None, authuri)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
urllib2.py 769 def find_user_password(self, realm, authuri):
772 reduced_authuri = self.reduce_uri(authuri, default_port)
819 def find_user_password(self, realm, authuri):
821 authuri)
824 return HTTPPasswordMgr.find_user_password(self, None, authuri)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
urllib2.py 769 def find_user_password(self, realm, authuri):
772 reduced_authuri = self.reduce_uri(authuri, default_port)
819 def find_user_password(self, realm, authuri):
821 authuri)
824 return HTTPPasswordMgr.find_user_password(self, None, authuri)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
urllib2.py 769 def find_user_password(self, realm, authuri):
772 reduced_authuri = self.reduce_uri(authuri, default_port)
819 def find_user_password(self, realm, authuri):
821 authuri)
824 return HTTPPasswordMgr.find_user_password(self, None, authuri)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
urllib2.py 769 def find_user_password(self, realm, authuri):
772 reduced_authuri = self.reduce_uri(authuri, default_port)
819 def find_user_password(self, realm, authuri):
821 authuri)
824 return HTTPPasswordMgr.find_user_password(self, None, authuri)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
urllib2.py 759 def find_user_password(self, realm, authuri):
762 reduced_authuri = self.reduce_uri(authuri, default_port)
809 def find_user_password(self, realm, authuri):
811 authuri)
814 return HTTPPasswordMgr.find_user_password(self, None, authuri)
    [all...]
  /external/python/cpython3/Lib/urllib/
request.py 852 def find_user_password(self, realm, authuri):
855 reduced_authuri = self.reduce_uri(authuri, default_port)
902 def find_user_password(self, realm, authuri):
904 authuri)
907 return HTTPPasswordMgr.find_user_password(self, None, authuri)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_urllib2.py 434 def find_user_password(self, realm, authuri):
436 self.target_url = authuri
    [all...]
  /external/python/cpython2/Lib/test/
test_urllib2.py 454 def find_user_password(self, realm, authuri):
456 self.target_url = authuri
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_urllib2.py 439 def find_user_password(self, realm, authuri):
441 self.target_url = authuri
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_urllib2.py 439 def find_user_password(self, realm, authuri):
441 self.target_url = authuri
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_urllib2.py 439 def find_user_password(self, realm, authuri):
441 self.target_url = authuri
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_urllib2.py 439 def find_user_password(self, realm, authuri):
441 self.target_url = authuri
    [all...]
  /external/python/cpython3/Lib/test/
test_urllib2.py 521 def find_user_password(self, realm, authuri):
523 self.target_url = authuri
    [all...]

Completed in 1361 milliseconds