Home
last modified time | relevance | path

Searched defs:hex_bytes (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/rust/beto-rust/nearby/presence/test_helper/src/
Dlib.rs76 pub fn hex_bytes(data: impl AsRef<[u8]>) -> String { in hex_bytes() function
/aosp_15_r20/external/grpc-grpc/tools/codegen/core/
H A Dgen_header_frame.py173 hex_bytes = [ord(c) for c in "abcdefABCDEF0123456789"] variable
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/codegen/core/
Dgen_header_frame.py170 hex_bytes = [ord(c) for c in "abcdefABCDEF0123456789"] variable
/aosp_15_r20/external/scapy/scapy/
H A Dcompat.py121 def hex_bytes(x): function
/aosp_15_r20/packages/modules/Bluetooth/system/tools/irk-calculator/src/
Dmain.rs81 let mut hex_bytes = hexstr in parse_hex() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/regex-automata/tests/
Dcollection.rs448 fn hex_bytes(bytes: &[u8]) -> String { in hex_bytes() function
/aosp_15_r20/external/ublksrv/include/nlohmann/
H A Djson.hpp18222 static std::string hex_bytes(std::uint8_t byte) in hex_bytes() function in nlohmann::detail::serializer