/system/unwinding/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 | 227 uint8_t encoding; in FillInCie() local 228 if (!memory_.ReadBytes(&encoding, 1)) { in FillInCie() 234 if (!memory_.ReadEncodedValue<AddressType>(encoding, &cie->personality_handler)) { in FillInCie()
|
/system/media/audio_utils/fuzz/dtsframescanner_fuzzer/ |
D | dtsframescanner_fuzzer.cpp | 46 audio_format_t encoding = dts_formats[size % formats_len]; in LLVMFuzzerTestOneInput() local 47 MySPDIFEncoder scanner(encoding); in LLVMFuzzerTestOneInput() 48 scanner.isFormatSupported(encoding); in LLVMFuzzerTestOneInput()
|
/system/media/audio_utils/fuzz/ac3framescanner_fuzzer/ |
D | ac3framescanner_fuzzer.cpp | 47 audio_format_t encoding = acs_formats[size % formats_len]; in LLVMFuzzerTestOneInput() local 48 MySPDIFEncoder scanner(encoding); in LLVMFuzzerTestOneInput() 49 scanner.isFormatSupported(encoding); in LLVMFuzzerTestOneInput()
|
/system/unwinding/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/tools/mkbootimg/tests/ |
D | mkbootimg_test.py | 161 capture_output=True, encoding='utf-8') 202 cwd=self._exec_dir, encoding='utf-8') 304 capture_output=True, encoding='utf-8') 356 capture_output=True, encoding='utf-8') 372 capture_output=True, encoding='utf-8') 409 capture_output=True, encoding='utf-8') 450 capture_output=True, encoding='utf-8') 514 capture_output=True, encoding='utf-8') 570 capture_output=True, encoding='utf-8') 632 capture_output=True, encoding='utf-8')
|
/system/iorap/src/serialize/ |
D | TraceFile.proto | 21 // TODO: should these fields be 'packed' for "smaller encoding" ?
|
/system/update_engine/fuzz/ |
D | xml.dict | 10 attr_encoding=" encoding=\"1\""
|
/system/unwinding/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/tools/mkbootimg/ |
D | repack_bootimg.py | 194 capture_output=True, encoding='utf-8')
|
/system/extras/simpleperf/scripts/purgatorio/ |
D | purgatorio.py | 303 with io.open(output_filename, mode='w', encoding='utf-8') as fout:
|
/system/media/camera/docs/ |
D | metadata_template.mako | 2 <?xml version="1.0" encoding="UTF-8"?>
|
/system/bt/gd/docs/architecture/ |
D | architecture.md | 89 : Responsible for audio encoding and decoding operations that require higher 119 to enqueue. This is useful for audio encoding.
|
/system/chre/chpp/api_parser/ |
D | README.md | 40 This approach allows for a highly optimized, in-place encoding and decoding that
|
/system/chre/platform/shared/idl/ |
D | host_messages.fbs | 363 /// 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/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
|
/system/media/audio_utils/ |
D | Doxyfile | 20 # This tag specifies the encoding used for all characters in the configuration 21 # file that follow. The default is UTF-8 which is also the encoding used for all 825 # This tag can be used to specify the character encoding of the source files 826 # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
|
/system/bt/gd/hci/ |
D | hci_packets.pdl | 1325 // offloaded SCO encoding
|