Home
last modified time | relevance | path

Searched refs:encoding (Results 1 – 16 of 16) sorted by relevance

/system/core/libunwindstack/
DDwarfMemory.cpp82 size_t DwarfMemory::GetEncodedSize(uint8_t encoding) { in GetEncodedSize() argument
83 switch (encoding & 0x0f) { in GetEncodedSize()
105 bool DwarfMemory::AdjustEncodedValue(uint8_t encoding, uint64_t* value) { in AdjustEncodedValue() argument
106 CHECK((encoding & 0x0f) == 0); in AdjustEncodedValue()
109 switch (encoding) { in AdjustEncodedValue()
149 bool DwarfMemory::ReadEncodedValue(uint8_t encoding, uint64_t* value) { in ReadEncodedValue() argument
150 if (encoding == DW_EH_PE_omit) { in ReadEncodedValue()
153 } else if (encoding == DW_EH_PE_aligned) { in ReadEncodedValue()
166 switch (encoding & 0x0f) { in ReadEncodedValue()
237 return AdjustEncodedValue(encoding & 0x70, value); in ReadEncodedValue()
DDwarfEhFrameWithHdr.cpp29 static inline bool IsEncodingRelative(uint8_t encoding) { in IsEncodingRelative() argument
30 encoding >>= 4; in IsEncodingRelative()
31 return encoding > 0 && encoding <= DW_EH_PE_funcrel; in IsEncodingRelative()
DDwarfSection.cpp222 uint8_t encoding; in FillInCie() local
223 if (!memory_.ReadBytes(&encoding, 1)) { in FillInCie()
229 if (!memory_.ReadEncodedValue<AddressType>(encoding, &cie->personality_handler)) { in FillInCie()
/system/core/libunwindstack/include/unwindstack/
DDwarfMemory.h42 size_t GetEncodedSize(uint8_t encoding);
44 bool AdjustEncodedValue(uint8_t encoding, uint64_t* value);
47 bool ReadEncodedValue(uint8_t encoding, uint64_t* value);
/system/timezone/tzlookup_generator/
DAndroid.bp33 "-encoding UTF-8",
/system/update_engine/fuzz/
Dxml.dict10 attr_encoding=" encoding=\"1\""
/system/core/libunwindstack/tests/
DDwarfMemoryTest.cpp173 uint8_t encoding = (i << 4) | value; in GetEncodedSizeTest() local
174 ASSERT_EQ(expected, dwarf_mem_->GetEncodedSize<AddressType>(encoding)) in GetEncodedSizeTest()
175 << "encoding 0x" << std::hex << static_cast<uint32_t>(encoding) << " test value 0x" in GetEncodedSizeTest()
DDwarfEhFrameWithHdrTest.cpp38 void TestSetTableEncoding(uint8_t encoding) { this->table_encoding_ = encoding; } in TestSetTableEncoding() argument
/system/media/camera/docs/
Dmetadata_template.mako2 <?xml version="1.0" encoding="UTF-8"?>
/system/chre/platform/shared/idl/
Dhost_messages.fbs277 /// encoding the message, so it can be mutated by the host daemon.
/system/update_engine/
Dupdate_metadata.proto106 // run-length encoding).
/system/update_engine/update_engine/
Dupdate_metadata.proto106 // run-length encoding).
/system/media/audio_utils/
DDoxyfile20 # This tag specifies the encoding used for all characters in the config file
21 # that follow. The default is UTF-8 which is also the encoding used for all text
748 # This tag can be used to specify the character encoding of the source files
749 # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
DDoxyfile.orig20 # This tag specifies the encoding used for all characters in the config file
21 # that follow. The default is UTF-8 which is also the encoding used for all text
748 # This tag can be used to specify the character encoding of the source files
749 # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
/system/chre/pal/doc/
DDoxyfile20 # This tag specifies the encoding used for all characters in the config file
21 # that follow. The default is UTF-8 which is also the encoding used for all text
776 # This tag can be used to specify the character encoding of the source files
777 # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
/system/chre/chre_api/doc/
DDoxyfile20 # This tag specifies the encoding used for all characters in the config file
21 # that follow. The default is UTF-8 which is also the encoding used for all text
776 # This tag can be used to specify the character encoding of the source files
777 # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses