Home
last modified time | relevance | path

Searched defs:header_bytes (Results 1 – 25 of 53) sorted by relevance

123

/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_adv/src/extended/serialize/section/
Dheader.rs33 header_bytes: tinyvec::ArrayVec<[u8; SECTION_HEADER_MAX_LEN]>, field
38 let mut header_bytes = tinyvec::ArrayVec::new(); in unencrypted() localVariable
44 let mut header_bytes = tinyvec::ArrayVec::new(); in encrypted_mic_short_salt() localVariable
55 let mut header_bytes = tinyvec::ArrayVec::new(); in encrypted_mic_extended_salt() localVariable
66 let mut header_bytes = tinyvec::ArrayVec::new(); in encrypted_signature_extended_salt() localVariable
/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_adv/src/legacy/serialize/
Dheader.rs25 header_bytes: tinyvec::ArrayVec<[u8; ADV_HEADER_MAX_LEN]>, field
30 let header_bytes = tinyvec::ArrayVec::new(); in unencrypted() localVariable
35 let mut header_bytes = tinyvec::ArrayVec::new(); in ldt_short_salt() localVariable
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/data/
H A Dfixed_length_record_dataset_op.cc54 int64_t header_bytes, int64_t record_bytes, in Dataset()
108 Node* header_bytes = nullptr; in AsGraphDefInternal() local
482 int64_t header_bytes = -1; in MakeDataset() local
/aosp_15_r20/external/tensorflow/tensorflow/python/data/ops/
H A Dreaders.py513 header_bytes=None, argument
603 header_bytes=None, argument
668 header_bytes=None, argument
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dfixed_length_record_reader_op.cc35 FixedLengthRecordReader(const string& node_name, int64_t header_bytes, in FixedLengthRecordReader()
166 int64_t header_bytes = -1, record_bytes = -1, footer_bytes = -1, in FixedLengthRecordReaderOp() local
/aosp_15_r20/external/crosvm/disk/src/
H A Dandroid_sparse.rs470 let header_bytes = chunk_raw.as_bytes(); in parse_raw() localVariable
493 let header_bytes = chunk_raw.as_bytes(); in parse_dont_care() localVariable
513 let header_bytes = chunk_raw.as_bytes(); in parse_fill() localVariable
536 let header_bytes = chunk_raw.as_bytes(); in parse_crc32() localVariable
/aosp_15_r20/system/nfc/tools/casimir/src/
H A Dmain.rs62 let mut header_bytes = [0; HEADER_SIZE]; in read() localVariable
86 let header_bytes = packet_length.to_le_bytes(); in write() localVariable
H A Dmain-grpc.rs64 let mut header_bytes = [0; HEADER_SIZE]; in read() localVariable
88 let header_bytes = packet_length.to_le_bytes(); in write() localVariable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/email/
Dbase64mime.py61 def header_encode(header_bytes, charset='iso-8859-1'): argument
Dquoprimime.py127 def header_encode(header_bytes, charset='iso-8859-1'): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/email/
Dbase64mime.py61 def header_encode(header_bytes, charset='iso-8859-1'): argument
Dquoprimime.py127 def header_encode(header_bytes, charset='iso-8859-1'): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/email/
Dbase64mime.py61 def header_encode(header_bytes, charset='iso-8859-1'): argument
Dquoprimime.py127 def header_encode(header_bytes, charset='iso-8859-1'): argument
Dcharset.py360 def _get_encoder(self, header_bytes): argument
/aosp_15_r20/external/python/cpython3/Lib/email/
Dbase64mime.py61 def header_encode(header_bytes, charset='iso-8859-1'): argument
Dquoprimime.py127 def header_encode(header_bytes, charset='iso-8859-1'): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/email/
Dbase64mime.py61 def header_encode(header_bytes, charset='iso-8859-1'): argument
Dquoprimime.py127 def header_encode(header_bytes, charset='iso-8859-1'): argument
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/email/
H A Dbase64mime.py61 def header_encode(header_bytes, charset='iso-8859-1'): argument
H A Dquoprimime.py127 def header_encode(header_bytes, charset='iso-8859-1'): argument
/aosp_15_r20/external/grpc-grpc/test/core/transport/chaotic_good/
H A Dframe_test.cc39 uint8_t header_bytes[24]; in AssertRoundTrips() local
H A Dframe_fuzzer.cc60 uint8_t header_bytes[24]; in AssertRoundTrips() local
/aosp_15_r20/external/grpc-grpc/src/core/lib/transport/
H A Dcall_final_info.h28 uint64_t header_bytes = 0; member
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/include/boost/container/
Dsmall_vector.hpp501 static const std::size_t header_bytes = svh_sizeof-s_start; member
570 static const std::size_t header_bytes = storage_test::header_bytes; member in boost::container::small_vector

123