Home
last modified time | relevance | path

Searched defs:ProtocolError (Results 1 – 25 of 40) sorted by relevance

12

/aosp_15_r20/prebuilts/go/linux-x86/src/net/http/
Drequest.go46 type ProtocolError struct { struct
47 ErrorString string
50 func (pe *ProtocolError) Error() string { return pe.ErrorString }
53 func (pe *ProtocolError) Is(err error) bool {
/aosp_15_r20/external/deqp/execserver/
H A DxsDefs.hpp81 class ProtocolError : public ConnectionError class
84 ProtocolError(const std::string &message) : ConnectionError(message) in ProtocolError() function in xs::ProtocolError
/aosp_15_r20/cts/tests/location/location_gnss/src/android/location/cts/gnss/asn1/supl2/rrlp_components/
H A DProtocolError.java40 public class ProtocolError extends Asn1Sequence { class
46 public ProtocolError() { in ProtocolError() method in ProtocolError
/aosp_15_r20/external/cronet/third_party/protobuf/conformance/
H A Dconformance_python.py53 class ProtocolError(Exception): class
/aosp_15_r20/external/protobuf/conformance/
H A Dconformance_python.py53 class ProtocolError(Exception): class
/aosp_15_r20/external/python/mobly/mobly/snippet/
Derrors.py52 class ProtocolError(Error): class
/aosp_15_r20/external/aws-crt-java/src/main/java/software/amazon/awssdk/crt/eventstream/
H A DMessageType.java13 ProtocolError((byte)6), enumConstant
/aosp_15_r20/prebuilts/go/linux-x86/src/net/textproto/
Dtextproto.go46 type ProtocolError string type
/aosp_15_r20/external/python/mobly/mobly/controllers/android_device_lib/
Djsonrpc_client_base.py80 ProtocolError = errors.ProtocolError variable
/aosp_15_r20/packages/modules/Uwb/service/support_lib/src/com/google/uwb/support/ccc/
DCccParams.java197 public @interface ProtocolError {} annotation in CccParams
/aosp_15_r20/packages/modules/Uwb/service/support_lib/src/com/google/uwb/support/aliro/
DAliroParams.java201 public @interface ProtocolError {} annotation in AliroParams
/aosp_15_r20/external/rust/android-crates-io/crates/tungstenite/src/
Derror.rs155 pub enum ProtocolError { enum
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/urllib3/
Dexceptions.py64 class ProtocolError(HTTPError): class
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/urllib3/
Dexceptions.py64 class ProtocolError(HTTPError): class
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/urllib3/
Dexceptions.py64 class ProtocolError(HTTPError): class
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_vendor/urllib3/
Dexceptions.py64 class ProtocolError(HTTPError): class
/aosp_15_r20/bootable/libbootloader/gbl/liberror/src/
H A Dlib.rs228 ProtocolError, enumerator
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/tpm2/
H A Dtpm2.py227 class ProtocolError(Exception): class
/aosp_15_r20/external/nanohttpd/websocket/src/main/java/fi/iki/elonen/
H A DNanoWSD.java312 ProtocolError(1002), enumConstant
/aosp_15_r20/external/crosvm/devices/src/virtio/snd/vios_backend/
H A Dshm_vios.rs88 ProtocolError(ProtocolErrorKind), enumerator
/aosp_15_r20/external/python/cpython3/Lib/xmlrpc/
Dclient.py201 class ProtocolError(Error): class
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/xmlrpc/
Dclient.py201 class ProtocolError(Error): class
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/xmlrpc/
Dclient.py201 class ProtocolError(Error): class
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/xmlrpc/
Dclient.py201 class ProtocolError(Error): class
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/xmlrpc/
Dclient.py201 class ProtocolError(Error): class

12