/aosp_15_r20/external/python/cpython2/Lib/ |
D | urllib2.py | 873 def http_error_auth_reqed(self, authreq, host, req, headers): member in AbstractBasicAuthHandler 908 response = self.http_error_auth_reqed('www-authenticate', 923 response = self.http_error_auth_reqed('proxy-authenticate', 965 def http_error_auth_reqed(self, auth_header, host, req, headers): member in AbstractDigestAuthHandler 1097 retry = self.http_error_auth_reqed('www-authenticate', 1110 retry = self.http_error_auth_reqed('proxy-authenticate',
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/urllib/ |
D | request.py | 986 def http_error_auth_reqed(self, authreq, host, req, headers): member in AbstractBasicAuthHandler 1056 response = self.http_error_auth_reqed('www-authenticate', 1071 response = self.http_error_auth_reqed('proxy-authenticate', 1103 def http_error_auth_reqed(self, auth_header, host, req, headers): member in AbstractDigestAuthHandler 1238 retry = self.http_error_auth_reqed('www-authenticate', 1251 retry = self.http_error_auth_reqed('proxy-authenticate',
|
/aosp_15_r20/external/python/cpython3/Lib/urllib/ |
D | request.py | 986 def http_error_auth_reqed(self, authreq, host, req, headers): member in AbstractBasicAuthHandler 1056 response = self.http_error_auth_reqed('www-authenticate', 1071 response = self.http_error_auth_reqed('proxy-authenticate', 1103 def http_error_auth_reqed(self, auth_header, host, req, headers): member in AbstractDigestAuthHandler 1238 retry = self.http_error_auth_reqed('www-authenticate', 1251 retry = self.http_error_auth_reqed('proxy-authenticate',
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/urllib/ |
D | request.py | 986 def http_error_auth_reqed(self, authreq, host, req, headers): member in AbstractBasicAuthHandler 1056 response = self.http_error_auth_reqed('www-authenticate', 1071 response = self.http_error_auth_reqed('proxy-authenticate', 1103 def http_error_auth_reqed(self, auth_header, host, req, headers): member in AbstractDigestAuthHandler 1238 retry = self.http_error_auth_reqed('www-authenticate', 1251 retry = self.http_error_auth_reqed('proxy-authenticate',
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/urllib/ |
D | request.py | 986 def http_error_auth_reqed(self, authreq, host, req, headers): member in AbstractBasicAuthHandler 1056 response = self.http_error_auth_reqed('www-authenticate', 1071 response = self.http_error_auth_reqed('proxy-authenticate', 1103 def http_error_auth_reqed(self, auth_header, host, req, headers): member in AbstractDigestAuthHandler 1238 retry = self.http_error_auth_reqed('www-authenticate', 1251 retry = self.http_error_auth_reqed('proxy-authenticate',
|
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/urllib/ |
H A D | request.py | 986 def http_error_auth_reqed(self, authreq, host, req, headers): member in AbstractBasicAuthHandler 1056 response = self.http_error_auth_reqed('www-authenticate', 1071 response = self.http_error_auth_reqed('proxy-authenticate', 1103 def http_error_auth_reqed(self, auth_header, host, req, headers): member in AbstractDigestAuthHandler 1238 retry = self.http_error_auth_reqed('www-authenticate', 1251 retry = self.http_error_auth_reqed('proxy-authenticate',
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/urllib/ |
D | request.py | 986 def http_error_auth_reqed(self, authreq, host, req, headers): member in AbstractBasicAuthHandler 1056 response = self.http_error_auth_reqed('www-authenticate', 1071 response = self.http_error_auth_reqed('proxy-authenticate', 1103 def http_error_auth_reqed(self, auth_header, host, req, headers): member in AbstractDigestAuthHandler 1238 retry = self.http_error_auth_reqed('www-authenticate', 1251 retry = self.http_error_auth_reqed('proxy-authenticate',
|
/aosp_15_r20/external/python/cpython2/Doc/library/ |
D | urllib2.rst | 775 .. method:: AbstractBasicAuthHandler.http_error_auth_reqed(authreq, host, req, headers) 817 .. method:: AbstractDigestAuthHandler.http_error_auth_reqed(authreq, host, req, headers)
|
/aosp_15_r20/external/python/cpython3/Doc/library/ |
D | urllib.request.rst | 991 .. method:: AbstractBasicAuthHandler.http_error_auth_reqed(authreq, host, req, headers) 1033 .. method:: AbstractDigestAuthHandler.http_error_auth_reqed(authreq, host, req, headers)
|
/aosp_15_r20/prebuilts/devtools/tools/lib/ |
HD | jython-standalone-2.5.3.jar | META-INF/MANIFEST.MF
META-INF/LICENSE
META-INF/NOTICE
META- ... |