Home
last modified time | relevance | path

Searched defs:from_bytes (Results 1 – 25 of 139) sorted by relevance

123456

/aosp_15_r20/external/openthread/tests/scripts/thread-cert/
H A Ddtls.py108 def from_bytes(cls, data): member in Record
136 def from_bytes(cls, data): member in Message
165 def from_bytes(cls, data): member in HandshakeMessage
208 def from_bytes(cls, data): member in ProtocolVersion
233 def from_bytes(cls, data): member in Random
259 def from_bytes(cls, ele_cls, subrange, data): member in VariableVector
302 def from_bytes(cls, data): member in Opaque
318 def from_bytes(cls, data): member in CipherSuite
339 def from_bytes(cls, data): member in CompressionMethod
359 def from_bytes(cls, data): member in Extension
[all …]
H A Dipv6.py133 def from_bytes(cls, data): member in BuildableFromBytes
318 def from_bytes(cls, data): member in IPv6Header
510 def from_bytes(cls, data): member in UDPHeader
577 def from_bytes(cls, data): member in ICMPv6Header
665 def from_bytes(cls, data): member in FragmentHeader
772 def from_bytes(cls, data): member in HopByHopOptionHeader
834 def from_bytes(cls, data): member in MPLOption
1145 def from_bytes(cls, data): member in BytesPayload
1176 def from_bytes(cls, data): member in ICMPv6EchoBody
1208 def from_bytes(cls, data): member in ICMPv6DestinationUnreachable
/aosp_15_r20/external/python/bumble/bumble/
Davrcp.py317 def from_bytes(cls, pdu: bytes) -> GetCapabilitiesCommand: member in GetCapabilitiesCommand
331 def from_bytes(cls, _: bytes) -> GetPlayStatusCommand: member in GetPlayStatusCommand
344 def from_bytes(cls, pdu: bytes) -> GetElementAttributesCommand: member in GetElementAttributesCommand
368 def from_bytes(cls, pdu: bytes) -> SetAbsoluteVolumeCommand: member in SetAbsoluteVolumeCommand
385 def from_bytes(cls, pdu: bytes) -> RegisterNotificationCommand: member in RegisterNotificationCommand
431 def from_bytes(cls, pdu_id: Protocol.PduId, pdu: bytes) -> RejectedResponse: member in RejectedResponse
451 def from_bytes(cls, pdu_id: Protocol.PduId, pdu: bytes) -> NotImplementedResponse: member in NotImplementedResponse
461 def from_bytes(cls, pdu: bytes) -> GetCapabilitiesResponse: member in GetCapabilitiesResponse
512 def from_bytes(cls, pdu: bytes) -> GetPlayStatusResponse: member in GetPlayStatusResponse
547 def from_bytes(cls, pdu: bytes) -> GetElementAttributesResponse: member in GetElementAttributesResponse
[all …]
Da2dp.py283 def from_bytes(data: bytes) -> SbcMediaCodecInformation: member in SbcMediaCodecInformation
414 def from_bytes(data: bytes) -> AacMediaCodecInformation: member in AacMediaCodecInformation
512 def from_bytes(data: bytes) -> VendorSpecificMediaCodecInformation: member in VendorSpecificMediaCodecInformation
Drfcomm.py321 def from_bytes(data: bytes) -> RFCOMM_Frame: member in RFCOMM_Frame
381 def from_bytes(data: bytes) -> RFCOMM_MCC_PN: member in RFCOMM_MCC_PN
419 def from_bytes(data: bytes) -> RFCOMM_MCC_MSC: member in RFCOMM_MCC_MSC
/aosp_15_r20/external/python/bumble/bumble/profiles/
Dbap.py329 def from_bytes(cls, data: bytes) -> CodecSpecificCapabilities: member in CodecSpecificCapabilities
406 def from_bytes(cls, data: bytes) -> CodecSpecificConfiguration: member in CodecSpecificConfiguration
463 def from_bytes(cls, data: bytes) -> Self: member in BroadcastAudioAnnouncement
481 def from_bytes(cls, data: bytes) -> Self: member in BasicAudioAnnouncement.CodecInfo
498 def from_bytes(cls, data: bytes) -> Self: member in BasicAudioAnnouncement
Daics.py133 def from_bytes(cls, data: bytes): member in AudioInputState
172 def from_bytes(cls, data: bytes): member in GainSettingsProperties
325 def from_bytes(cls, data: bytes): member in AudioInputDescription
Dle_audio.py61 def from_bytes(cls: Type[Self], data: bytes) -> Self: member in Metadata.Entry
70 def from_bytes(cls: Type[Self], data: bytes) -> Self: member in Metadata
Dbass.py97 def from_bytes(cls, data: bytes) -> ControlPointOperation: member in ControlPointOperation
279 def from_bytes(cls, data: bytes) -> Optional[BroadcastReceiveState]: member in BroadcastReceiveState
/aosp_15_r20/build/make/tools/aconfig/aconfig_storage_file/src/
H A Dflag_info.rs73 pub fn from_bytes(bytes: &[u8]) -> Result<Self, AconfigStorageError> { in from_bytes() method
129 pub fn from_bytes(bytes: &[u8]) -> Result<Self, AconfigStorageError> { in from_bytes() method
172 pub fn from_bytes(bytes: &[u8]) -> Result<Self, AconfigStorageError> { in from_bytes() method
H A Dflag_table.rs78 pub fn from_bytes(bytes: &[u8]) -> Result<Self, AconfigStorageError> { in from_bytes() method
136 pub fn from_bytes(bytes: &[u8]) -> Result<Self, AconfigStorageError> { in from_bytes() method
193 pub fn from_bytes(bytes: &[u8]) -> Result<Self, AconfigStorageError> { in from_bytes() method
H A Dpackage_table.rs78 pub fn from_bytes(bytes: &[u8]) -> Result<Self, AconfigStorageError> { in from_bytes() method
161 pub fn from_bytes(bytes: &[u8], version: u32) -> Result<Self, AconfigStorageError> { in from_bytes() method
252 pub fn from_bytes(bytes: &[u8]) -> Result<Self, AconfigStorageError> { in from_bytes() method
H A Dflag_value.rs73 pub fn from_bytes(bytes: &[u8]) -> Result<Self, AconfigStorageError> { in from_bytes() method
121 pub fn from_bytes(bytes: &[u8]) -> Result<Self, AconfigStorageError> { in from_bytes() method
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs-core/src/
Dextension.rs167 fn from_bytes(data: &[u8]) -> Result<Self, Self::DeserializationError>; in from_bytes() method
210 fn from_bytes(data: &[u8]) -> Result<Self, Self::DeserializationError> { in from_bytes() function
243 fn from_bytes(_data: &[u8]) -> Result<Self, Self::DeserializationError> { in from_bytes() method
/aosp_15_r20/external/rust/android-crates-io/crates/tonic/src/metadata/
Dencoding.rs26 fn from_bytes(value: &[u8]) -> Result<HeaderValue, InvalidMetadataValueBytes>; in from_bytes() method
85 fn from_bytes(value: &[u8]) -> Result<HeaderValue, InvalidMetadataValueBytes> { in from_bytes() method
130 fn from_bytes(value: &[u8]) -> Result<HeaderValue, InvalidMetadataValueBytes> { in from_bytes() method
/aosp_15_r20/external/python/pyasn1/pyasn1/compat/
Dinteger.py25 def from_bytes(octets, signed=False): function
98 def from_bytes(octets, signed=False): function
/aosp_15_r20/external/rust/beto-rust/nearby/crypto/crypto_provider/src/
Ded25519.rs121 pub fn from_bytes<E: Ed25519Provider>( in from_bytes() method
254 fn from_bytes(bytes: &RawSignature) -> Self; in from_bytes() method
273 fn from_bytes(bytes: &RawPublicKey) -> Result<Self, InvalidPublicKeyBytes> in from_bytes() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/os/unix/ffi/
H A Dos_str.rs51 fn from_bytes(slice: &[u8]) -> &Self; in from_bytes() method
63 fn from_bytes(slice: &[u8]) -> &OsStr { in from_bytes() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/os/unix/ffi/
H A Dos_str.rs51 fn from_bytes(slice: &[u8]) -> &Self; in from_bytes() method
63 fn from_bytes(slice: &[u8]) -> &OsStr { in from_bytes() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/os/unix/ffi/
H A Dos_str.rs51 fn from_bytes(slice: &[u8]) -> &Self; in from_bytes() method
63 fn from_bytes(slice: &[u8]) -> &OsStr { in from_bytes() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/os/unix/ffi/
H A Dos_str.rs51 fn from_bytes(slice: &[u8]) -> &Self; in from_bytes() method
63 fn from_bytes(slice: &[u8]) -> &OsStr { in from_bytes() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/os/unix/ffi/
H A Dos_str.rs51 fn from_bytes(slice: &[u8]) -> &Self; in from_bytes() method
63 fn from_bytes(slice: &[u8]) -> &OsStr { in from_bytes() method
/aosp_15_r20/external/rust/beto-rust/nearby/crypto/crypto_provider_rustcrypto/src/
Ded25519.rs65 fn from_bytes(bytes: &RawSignature) -> Self { in from_bytes() method
79 fn from_bytes(bytes: &RawPublicKey) -> Result<Self, InvalidPublicKeyBytes> in from_bytes() method
/aosp_15_r20/external/rust/beto-rust/nearby/crypto/crypto_provider_boringssl/src/
Ded25519.rs62 fn from_bytes(bytes: &RawSignature) -> Self { in from_bytes() method
76 fn from_bytes(bytes: &RawPublicKey) -> Result<Self, InvalidPublicKeyBytes> in from_bytes() method
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/tree_kem/
Dhpke_encryption.rs87 fn from_bytes(bytes: Vec<u8>) -> Result<Self, MlsError>; in from_bytes() method
143 fn from_bytes(bytes: Vec<u8>) -> Result<Self, MlsError> { in from_bytes() method

123456