Home
last modified time | relevance | path

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

/external/autotest/client/cros/
Ddhcp_packet.py44 def unpack(byte_string): argument
78 def unpack(byte_string): argument
88 def unpack(byte_string): argument
99 def unpack(byte_string): argument
109 def unpack(byte_string): argument
136 def unpack(byte_string): argument
185 def unpack(byte_string): argument
206 def _read_domain_name(byte_string, offset): argument
283 def unpack(byte_string): argument
/external/python/pyopenssl/src/OpenSSL/
D_util.py111 def byte_string(s): function
114 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/pdfium/core/fxcrt/
Dbytestring_unittest.cpp229 ByteString byte_string("hello"); in TEST() local
334 ByteString byte_string("hello"); in TEST() local
/external/rust/crates/proc-macro2/src/
Dwrapper.rs841 pub fn byte_string(bytes: &[u8]) -> Literal { in byte_string() method
Dlib.rs1115 pub fn byte_string(s: &[u8]) -> Literal { in byte_string() method
Dfallback.rs756 pub fn byte_string(bytes: &[u8]) -> Literal { in byte_string() method