Searched refs:encoding (Results 1 – 16 of 16) sorted by relevance
/system/core/libunwindstack/ |
D | DwarfMemory.cpp | 82 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()
|
D | DwarfEhFrameWithHdr.cpp | 29 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()
|
D | DwarfSection.cpp | 222 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/ |
D | DwarfMemory.h | 42 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/ |
D | Android.bp | 33 "-encoding UTF-8",
|
/system/update_engine/fuzz/ |
D | xml.dict | 10 attr_encoding=" encoding=\"1\""
|
/system/core/libunwindstack/tests/ |
D | DwarfMemoryTest.cpp | 173 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()
|
D | DwarfEhFrameWithHdrTest.cpp | 38 void TestSetTableEncoding(uint8_t encoding) { this->table_encoding_ = encoding; } in TestSetTableEncoding() argument
|
/system/media/camera/docs/ |
D | metadata_template.mako | 2 <?xml version="1.0" encoding="UTF-8"?>
|
/system/chre/platform/shared/idl/ |
D | host_messages.fbs | 277 /// encoding the message, so it can be mutated by the host daemon.
|
/system/update_engine/ |
D | update_metadata.proto | 106 // run-length encoding).
|
/system/update_engine/update_engine/ |
D | update_metadata.proto | 106 // run-length encoding).
|
/system/media/audio_utils/ |
D | Doxyfile | 20 # 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
|
D | Doxyfile.orig | 20 # 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/ |
D | Doxyfile | 20 # 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/ |
D | Doxyfile | 20 # 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
|