/system/unwinding/libunwindstack/tests/ |
D | DwarfOpTest.cpp | 57 ASSERT_FALSE(this->op_->Decode()); in TYPED_TEST_P() 64 ASSERT_TRUE(this->op_->Decode()); in TYPED_TEST_P() 117 ASSERT_FALSE(this->op_->Decode()); in TYPED_TEST_P() 157 ASSERT_TRUE(this->op_->Decode()); in TYPED_TEST_P() 158 ASSERT_TRUE(this->op_->Decode()); in TYPED_TEST_P() 159 ASSERT_TRUE(this->op_->Decode()); in TYPED_TEST_P() 162 ASSERT_FALSE(this->op_->Decode()); in TYPED_TEST_P() 177 ASSERT_TRUE(this->op_->Decode()); in TYPED_TEST_P() 200 ASSERT_FALSE(this->op_->Decode()); in TYPED_TEST_P() 203 ASSERT_TRUE(this->op_->Decode()); in TYPED_TEST_P() [all …]
|
D | ArmExidxDecodeTest.cpp | 90 ASSERT_TRUE(exidx_->Decode()); in TEST_P() 110 ASSERT_TRUE(exidx_->Decode()); in TEST_P() 130 ASSERT_TRUE(exidx_->Decode()); in TEST_P() 151 ASSERT_TRUE(exidx_->Decode()); in TEST_P() 171 ASSERT_TRUE(exidx_->Decode()); in TEST_P() 191 ASSERT_TRUE(exidx_->Decode()); in TEST_P() 213 ASSERT_FALSE(exidx_->Decode()); in TEST_P() 232 ASSERT_TRUE(exidx_->Decode()); in TEST_P() 260 ASSERT_TRUE(exidx_->Decode()); in TEST_P() 314 ASSERT_TRUE(exidx_->Decode()); in TEST_P() [all …]
|
/system/nvram/messages/include/nvram/messages/ |
D | proto.hpp | 143 return Codec::Decode(value, reader); in DecodeField() 157 static bool Decode(Blob& blob, ProtoReader* reader) { in Decode() function 193 static bool Decode(Type& value, ProtoReader* reader) { in Decode() function 218 static bool Decode(Vector<ElementType>& vector, ProtoReader* reader) { in Decode() function 234 static bool Decode(Optional<ValueType>& value, ProtoReader* reader) { in Decode() function 325 static bool Decode(TaggedUnionType& object, ProtoReader* reader) { in Decode() function 412 static bool Decode(StructType& object, ProtoReader* reader) { in Decode() function in nvram::proto::detail::__anond1a572440211::MessageDecoder 413 return MessageDecoderBase::Decode( in Decode() 440 static bool Decode(StructType& object, ProtoReader* reader) { in Decode() function 441 return MessageDecoder<StructType>::Decode(object, reader); in Decode() [all …]
|
D | message_codec.h | 111 static bool Decode(void* object, 118 bool Decode(ProtoReader* reader);
|
D | nvram_messages.h | 194 bool Decode(const uint8_t* data, size_t size, Message* msg);
|
/system/nvram/messages/ |
D | message_codec.cpp | 89 bool MessageDecoderBase::Decode(void* object, in Decode() function in nvram::proto::MessageDecoderBase 94 return decoder.Decode(reader); in Decode() 97 bool MessageDecoderBase::Decode(ProtoReader* reader) { in Decode() function in nvram::proto::MessageDecoderBase
|
D | nvram_messages.cpp | 193 bool Decode(const uint8_t* data, size_t size, Message* msg) { in Decode() function 195 return nvram::proto::Decode(msg, &stream) && stream.Done(); in Decode() 201 template NVRAM_EXPORT bool Decode<Request>(const uint8_t*, size_t, Request*); 205 template NVRAM_EXPORT bool Decode<Response>(const uint8_t*, size_t, Response*);
|
/system/chre/apps/nearby/location/lbs/contexthub/nanoapps/nearby/ |
D | presence_decoder_v1.cc | 39 bool PresenceDecoderV1::Decode(const ByteArray &encoded_data, in Decode() function in nearby::PresenceDecoderV1 74 DataElementHeaderV1::Decode(&data[kSaltIndex], data_size - kSaltIndex); in Decode() 85 de_header = DataElementHeaderV1::Decode(&data[kIdentityIndex], in Decode() 182 de_header = DataElementHeaderV1::Decode(&data[index], data_size - index); in DecodeDataElements() 251 chre::Optional<DataElementHeaderV1> DataElementHeaderV1::Decode( in Decode() function in nearby::DataElementHeaderV1
|
D | presence_decoder_v1.h | 35 static chre::Optional<DataElementHeaderV1> Decode(const uint8_t data[], 79 bool Decode(const ByteArray &encoded_data, const Crypto &crypto,
|
D | presence_filter.cc | 211 if (decoder.Decode( in MatchPresenceV1()
|
/system/keymint/ta/fuzz/fuzz_targets/ |
D | keydescription.rs | 4 use der::Decode;
|
/system/core/libcrypto_utils/tests/ |
D | android_pubkey_test.cpp | 119 TEST_F(AndroidPubkeyTest, Decode) { in TEST_F() argument
|
/system/nvram/hal/ |
D | testing_nvram_implementation.cpp | 120 if (!nvram::Decode(command_buffer_, static_cast<size_t>(rc), response)) { in SendRequest()
|
D | fake_nvram.cpp | 129 if (!nvram::Decode(command_buffer, bytes_read, &request)) { in ProcessCommand()
|
/system/unwinding/libunwindstack/ |
D | ArmExidx.h | 67 bool Decode();
|
D | DwarfOp.h | 49 bool Decode();
|
D | DwarfOp.cpp | 1494 if (!Decode()) { in Eval() 1507 if (!Decode()) { in Eval() 1520 if (!Decode()) { in Eval() 1534 bool DwarfOp<AddressType>::Decode() { in Decode() function in unwindstack::DwarfOp
|
D | ArmExidx.cpp | 775 bool ArmExidx::Decode() { in Decode() function in unwindstack::ArmExidx 827 while (Decode()); in Eval()
|
/system/nvram/core/ |
D | persistence.cpp | 72 !proto::detail::MessageDecoder<Object>::Decode(*object, &reader)) { in DecodeObject()
|
/system/nvram/messages/tests/ |
D | nvram_messages_test.cpp | 32 ASSERT_TRUE(Decode(blob.data(), blob.size(), out)); in EncodeAndDecode() 410 Decode(random_data + pos, end - pos, &request); in TEST() 413 Decode(random_data + pos, end - pos, &response); in TEST()
|
/system/keymint/common/src/crypto/ |
D | rsa.rs | 20 use der::{asn1::BitStringRef, Decode, Encode};
|
D | traits.rs | 19 use der::Decode;
|
D | ec.rs | 20 use der::{asn1::BitStringRef, AnyRef, Decode, Encode, Sequence};
|
/system/keymint/ta/src/ |
D | tests.rs | 19 use der::{Decode, Encode};
|
/system/keymint/tests/src/ |
D | lib.rs | 26 use x509_cert::der::{Decode, Encode};
|