Home
last modified time | relevance | path

Searched defs:byte_str (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/external/cronet/third_party/protobuf/python/google/protobuf/
H A Dreflection.py62 def ParseMessage(descriptor, byte_str): argument
/aosp_15_r20/external/private-join-and-compute/private_join_and_compute/py/crypto_util/
H A Dconverters.py24 def _PadZeroBytes(byte_str, blocksize): argument
/aosp_15_r20/external/protobuf/python/google/protobuf/
H A Dreflection.py62 def ParseMessage(descriptor, byte_str): argument
/aosp_15_r20/external/rust/android-crates-io/crates/http/src/
Dlib.rs181 mod byte_str; module
/aosp_15_r20/external/autotest/client/cros/
H A Ddhcp_unittest.py51 def bin2hex(byte_str, justification=20): argument
H A Ddhcp_packet.py677 def __init__(self, byte_str=None): argument
/aosp_15_r20/frameworks/libs/binary_translation/assembler/
Dmachine_code.cc47 std::string byte_str = ""; in print_byte() local
/aosp_15_r20/external/pytorch/torch/csrc/utils/
H A Dtensor_numpy.cpp76 if (auto byte_str = PyBytes_AS_STRING(enc_str)) { in is_numpy_available() local
/aosp_15_r20/external/vulkan-validation-layers/layers/
H A Dshader_validation.h288 char byte_str[3] = {}; in Sha1ToVkUuid() local
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/prost-derive-0.12.4/src/field/
H A Dscalar.rs821 let byte_str = LitByteStr::new(value, Span::call_site()); in to_tokens() localVariable
/aosp_15_r20/external/pdfium/fpdfsdk/
H A Dfpdf_text.cpp332 ByteString byte_str = str.ToUTF16LE(); in FPDFText_GetText() local
/aosp_15_r20/external/rust/android-crates-io/crates/http/src/header/
Dname.rs1556 let byte_str = unsafe { ByteStr::from_utf8_unchecked(buf) }; in from() localVariable
/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-ot-cff1-table.hh1389 hb_bytes_t byte_str = cff1_std_strings (sid); in get_glyph_name() local
/aosp_15_r20/external/pdfium/fxjs/
H A Dcjs_field.cpp751 ByteString byte_str = pRuntime->ToByteString(vp); in set_border_style() local
/aosp_15_r20/external/coreboot/src/vendorcode/cavium/bdk/libdram/
H A Ddram-init-ddr3.c2190 const int8_t *offsets, const char *byte_str, int mode) in process_custom_dll_offsets()