Home
last modified time | relevance | path

Searched defs:as_hex (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/classic/test/
Dif_tests.cpp153 bool as_hex; in main() local
/aosp_15_r20/external/python/bumble/rust/src/wrapper/
Dhci.rs133 pub fn as_hex(&self) -> PyResult<String> { in as_hex() method
/aosp_15_r20/external/sg3_utils/lib/
H A Dsg_pr2serr.c723 bool as_hex, as_nex; in sgj_js_nv_ihex_nex() local
797 bool as_hex = jsp->pr_hex && hex_as_well; in sgj_js_nv_ihexstr_nex() local
/aosp_15_r20/external/rust/android-crates-io/crates/yaml-rust/src/
Dscanner.rs212 fn as_hex(c: char) -> u32 { in as_hex() function