Home
last modified time | relevance | path

Searched defs:SSLError (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_vendor/requests/
Dexceptions.py57 class SSLError(ConnectionError): class
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/requests/
Dexceptions.py57 class SSLError(ConnectionError): class
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/requests/
Dexceptions.py57 class SSLError(ConnectionError): class
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/requests/
Dexceptions.py57 class SSLError(ConnectionError): class
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/urllib3/
Dexceptions.py44 class SSLError(HTTPError): class
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/urllib3/
Dexceptions.py44 class SSLError(HTTPError): class
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/urllib3/
Dexceptions.py44 class SSLError(HTTPError): class
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_vendor/urllib3/
Dexceptions.py44 class SSLError(HTTPError): class
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_nntplib.py26 SSLError = ssl.SSLError variable
28 class SSLError(Exception): class
/aosp_15_r20/external/cronet/net/http/
H A Dhttp_proxy_connect_job_unittest.cc1340 TEST_P(HttpProxyConnectJobTest, SSLError) { in TEST_P() argument