Home
last modified time | relevance | path

Searched defs:tag_bytes (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/gsc-utils/tpm_generated/
H A Dtpm_generated.cc8150 std::string tag_bytes; in SerializeCommand_Startup() local
8178 std::string tag_bytes; in ParseResponse_Startup() local
8342 std::string tag_bytes; in SerializeCommand_Shutdown() local
8370 std::string tag_bytes; in ParseResponse_Shutdown() local
8535 std::string tag_bytes; in SerializeCommand_SelfTest() local
8563 std::string tag_bytes; in ParseResponse_SelfTest() local
8728 std::string tag_bytes; in SerializeCommand_IncrementalSelfTest() local
8757 std::string tag_bytes; in ParseResponse_IncrementalSelfTest() local
8925 std::string tag_bytes; in SerializeCommand_GetTestResult() local
8955 std::string tag_bytes; in ParseResponse_GetTestResult() local
[all …]
/aosp_15_r20/external/e2fsprogs/debugfs/
H A Drecovery.c201 int tag_bytes = journal_tag_bytes(journal); in count_tags() local
466 int tag_bytes = journal_tag_bytes(journal); in do_one_pass() local
H A Ddo_journal.c273 int tag_bytes; in journal_add_blocks_to_trans() local
629 int tag_bytes = journal_tag_bytes(journal); in count_tags() local
/aosp_15_r20/external/e2fsprogs/e2fsck/
H A Drecovery.c201 int tag_bytes = journal_tag_bytes(journal); in count_tags() local
466 int tag_bytes = journal_tag_bytes(journal); in do_one_pass() local
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/
H A Dquic_tag.cc81 std::string tag_bytes; in ParseQuicTag() local
/aosp_15_r20/external/private-join-and-compute/private_join_and_compute/crypto/
H A Dec_commutative_cipher.cc95 absl::string_view tag_bytes, in CreateWithKeyFromSeed()
/aosp_15_r20/external/protobuf/src/google/protobuf/compiler/csharp/
H A Dcsharp_field_base.cc66 std::string tag_bytes = StrCat(tag_array[0]); in SetCommonFieldVariables() local
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/compiler/csharp/
H A Dcsharp_field_base.cc66 std::string tag_bytes = StrCat(tag_array[0]); in SetCommonFieldVariables() local
/aosp_15_r20/external/rust/android-crates-io/crates/android_logger/src/
Dlib.rs236 let mut tag_bytes: [MaybeUninit<u8>; LOGGING_TAG_MAX_LEN + 1] = uninit_array(); in log() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/log/src/
Dandroid_logger.rs236 let mut tag_bytes: [MaybeUninit<u8>; LOGGING_TAG_MAX_LEN + 1] = uninit_array(); in log() localVariable
/aosp_15_r20/external/cronet/third_party/protobuf/python/google/protobuf/internal/
H A Ddecoder.py1052 def SkipField(buffer, pos, end, tag_bytes): argument
/aosp_15_r20/external/protobuf/python/google/protobuf/internal/
H A Ddecoder.py1052 def SkipField(buffer, pos, end, tag_bytes): argument
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/upbc/
Dprotoc-gen-upb.cc1040 char tag_bytes[10] = {0}; in GetEncodedTag() local