Home
last modified time | relevance | path

Searched defs:byte_string (Results 1 – 11 of 11) sorted by relevance

/external/autotest/client/cros/
Ddhcp_packet.py50 def unpack(byte_string): argument
84 def unpack(byte_string): argument
94 def unpack(byte_string): argument
105 def unpack(byte_string): argument
115 def unpack(byte_string): argument
142 def unpack(byte_string): argument
191 def unpack(byte_string): argument
212 def _read_domain_name(byte_string, offset): argument
289 def unpack(byte_string): argument
/external/python/pyopenssl/src/OpenSSL/
D_util.py116 def byte_string(s): function
122 def byte_string(s): function
/external/python/asn1crypto/asn1crypto/
Dpem.py27 def detect(byte_string): argument
D_types.py13 def bytes_to_list(byte_string): argument
D_iri.py245 def _urlunquote(byte_string, remap=None, preserve=None): argument
/external/tensorflow/tensorflow/core/distributed_runtime/
Dworker_cache_logger.cc106 auto byte_string = strings::StrCat("[", bytes, "B] "); in RecordDataTransfer() local
/external/rust/crates/proc-macro2/src/
Dparse.rs403 fn byte_string(input: Cursor) -> Result<Cursor, Reject> { in byte_string() function
Dwrapper.rs868 pub fn byte_string(bytes: &[u8]) -> Literal { in byte_string() method
Dfallback.rs858 pub fn byte_string(bytes: &[u8]) -> Literal { in byte_string() method
Dlib.rs1178 pub fn byte_string(s: &[u8]) -> Literal { in byte_string() method
/external/pdfium/core/fxcrt/
Dbytestring_unittest.cpp229 ByteString byte_string("hello"); in TEST() local
334 ByteString byte_string("hello"); in TEST() local