Home
last modified time | relevance | path

Searched defs:to_bytes (Results 1 – 24 of 24) sorted by relevance

/external/python/pyasn1/pyasn1/compat/
Dinteger.py36 def to_bytes(value, signed=False, length=0): function
101 def to_bytes(value, signed=False, length=0): function
/external/python/google-auth-library-python/google/auth/
D_helpers.py88 def to_bytes(value, encoding="utf-8"): function
/external/boringssl/src/crypto/curve25519/
Dmake_curve25519_tables.py78 def to_bytes(x): function
/external/llvm/utils/lit/lit/
Dutil.py11 def to_bytes(str): function
DProgressBar.py8 def to_bytes(str): function
/external/libcxx/utils/libcxx/
Dutil.py22 def to_bytes(str): function
/external/python/pybind11/tests/
Dtest_builtin_casters.py127 def to_bytes(s): function
/external/python/bumble/bumble/
Dsdp.py301 def to_bytes(self): member in DataElement
542 def to_bytes(self): member in SDP_PDU
Dhci.py933 def to_bytes(self): member in HCI_Object
1095 def to_bytes(self): member in Address
1221 def to_bytes(self): member in HCI_Command
2574 def to_bytes(self): member in HCI_Event
3491 def to_bytes(self): member in HCI_AclDataPacket
Dl2cap.py137 def to_bytes(self): member in L2CAP_PDU
228 def to_bytes(self): member in L2CAP_Control_Frame
Datt.py252 def to_bytes(self): member in ATT_PDU
Dsmp.py250 def to_bytes(self): member in SMP_Command
Dcore.py171 def to_bytes(self, force_128 = False): member in UUID
/external/crosvm/rutabaga_gfx/src/rutabaga_gralloc/
Dformats.rs117 pub fn to_bytes(&self) -> [u8; 4] { in to_bytes() method
/external/python/pyfakefs/pyfakefs/
Dhelpers.py69 def to_bytes(path: Union[AnyStr, Union[str, bytes]]) -> bytes: function
/external/rust/crates/quiche/src/h3/
Dframe.rs125 pub fn to_bytes(&self, b: &mut octets::OctetsMut) -> Result<usize> { in to_bytes() method
/external/chromium-trace/catapult/third_party/pyserial/serial/
Dserialutil.py65 def to_bytes(seq): function
/external/python/cpython3/Lib/urllib/
Dparse.py992 def to_bytes(url): function
/external/python/pyserial/serial/
Dserialutil.py56 def to_bytes(seq): function
/external/rust/crates/regex-automata/src/
Dsparse.rs768 fn to_bytes<A: ByteOrder>(&self) -> Result<Vec<u8>> { in to_bytes() method
Ddense.rs1205 pub(crate) fn to_bytes<A: ByteOrder>(&self) -> Result<Vec<u8>> { in to_bytes() method
/external/rust/crates/quiche/src/
Dframe.rs316 pub fn to_bytes(&self, b: &mut octets::OctetsMut) -> Result<usize> { in to_bytes() method
Dpacket.rs398 pub(crate) fn to_bytes(&self, out: &mut octets::OctetsMut) -> Result<()> { in to_bytes() method
/external/freetype/include/freetype/internal/
Dpsaux.h395 (*to_bytes)( PS_Parser parser, member