Home
last modified time | relevance | path

Searched defs:ConnectionError (Results 1 – 25 of 42) sorted by relevance

12

/aosp_15_r20/external/deqp/execserver/
H A DxsDefs.hpp73 class ConnectionError : public Error class
76 ConnectionError(const std::string &message) : Error(message) in ConnectionError() function in xs::ConnectionError
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/urllib3/
Dconnection.py30 ConnectionError = ConnectionError variable
33 class ConnectionError(Exception): class
Dexceptions.py71 ConnectionError = ProtocolError variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/urllib3/
Dconnection.py30 ConnectionError = ConnectionError variable
33 class ConnectionError(Exception): class
Dexceptions.py71 ConnectionError = ProtocolError variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_vendor/urllib3/
Dconnection.py30 ConnectionError = ConnectionError variable
33 class ConnectionError(Exception): class
Dexceptions.py71 ConnectionError = ProtocolError variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/urllib3/
Dconnection.py30 ConnectionError = ConnectionError variable
33 class ConnectionError(Exception): class
Dexceptions.py71 ConnectionError = ProtocolError variable
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/http2/adapter/
H A Dhttp2_util.cc9 using ConnectionError = Http2VisitorInterface::ConnectionError; typedef
H A Dhttp2_visitor_interface.h64 enum class ConnectionError { enum
H A Dtest_utils.cc17 using ConnectionError = Http2VisitorInterface::ConnectionError; typedef
H A Dnghttp2_adapter.cc20 using ConnectionError = Http2VisitorInterface::ConnectionError; typedef
H A Doghttp2_adapter_metadata_test.cc24 using ConnectionError = Http2VisitorInterface::ConnectionError; typedef
/aosp_15_r20/external/googleapis/google/cloud/cloudcontrolspartner/v1/
H A Dekm_connections.proto61 message ConnectionError { message
/aosp_15_r20/external/googleapis/google/cloud/cloudcontrolspartner/v1beta/
H A Dekm_connections.proto61 message ConnectionError { message
/aosp_15_r20/tools/netsim/rust/http-proxy/src/
H A Derror.rs25 ConnectionError(SocketAddr, String), enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_vendor/requests/
Dexceptions.py49 class ConnectionError(RequestException): class
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/requests/
Dexceptions.py49 class ConnectionError(RequestException): class
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/requests/
Dexceptions.py49 class ConnectionError(RequestException): class
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/requests/
Dexceptions.py49 class ConnectionError(RequestException): class
/aosp_15_r20/packages/modules/DnsResolver/doh/dispatcher/
Dmod.rs37 ConnectionError, enumerator
/aosp_15_r20/external/cronet/net/test/embedded_test_server/
H A Dhttp2_connection.h62 void OnConnectionError(ConnectionError /*error*/) override {} in OnConnectionError() argument
/aosp_15_r20/packages/services/Car/car-lib/src/android/car/occupantconnection/
DCarOccupantConnectionManager.java244 public @interface ConnectionError { annotation in CarOccupantConnectionManager
/aosp_15_r20/external/cronet/net/dns/
H A Ddns_udp_tracker_unittest.cc173 TEST_F(DnsUdpTrackerTest, ConnectionError) { in TEST_F() argument

12