/system/unwinding/libunwindstack/tests/ |
D | DwarfOpTest.cpp | 55 ASSERT_FALSE(this->op_->Decode()); in TYPED_TEST_P() 62 ASSERT_TRUE(this->op_->Decode()); in TYPED_TEST_P() 115 ASSERT_FALSE(this->op_->Decode()); in TYPED_TEST_P() 155 ASSERT_TRUE(this->op_->Decode()); in TYPED_TEST_P() 156 ASSERT_TRUE(this->op_->Decode()); in TYPED_TEST_P() 157 ASSERT_TRUE(this->op_->Decode()); in TYPED_TEST_P() 160 ASSERT_FALSE(this->op_->Decode()); in TYPED_TEST_P() 175 ASSERT_TRUE(this->op_->Decode()); in TYPED_TEST_P() 198 ASSERT_FALSE(this->op_->Decode()); in TYPED_TEST_P() 201 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::__anon1a59c26b0211::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/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 | 68 bool Decode();
|
D | DwarfOp.h | 50 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 | 774 bool ArmExidx::Decode() { in Decode() function in unwindstack::ArmExidx 826 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()
|