/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/GSYM/ |
D | Header.h | 45 struct Header { struct 49 uint32_t Magic; 54 uint16_t Version; 56 uint8_t AddrOffSize; 58 uint8_t UUIDSize; 62 uint64_t BaseAddress; 64 uint32_t NumAddresses; 72 uint32_t StrtabOffset; 80 uint32_t StrtabSize; 109 /// \returns A Header or an error describing the issue that was argument
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/GSYM/ |
D | Header.h | 45 struct Header { struct 49 uint32_t Magic; 54 uint16_t Version; 56 uint8_t AddrOffSize; 58 uint8_t UUIDSize; 62 uint64_t BaseAddress; 64 uint32_t NumAddresses; 72 uint32_t StrtabOffset; 80 uint32_t StrtabSize; 109 /// \returns A Header or an error describing the issue that was argument
|
/external/perfetto/src/trace_processor/importers/archive/ |
D | tar_trace_reader.cc | 113 struct alignas(1) Header { struct 114 char name[100]; 115 char mode[8]; 116 char uid[8]; 117 char gid[8]; 118 char size[12]; 119 char mtime[12]; 120 char checksum[8]; 121 char type_flag[1]; 122 char link_name[100]; [all …]
|
/external/perfetto/src/trace_processor/util/ |
D | zip_reader.h | 114 struct Header { struct 129 Header hdr_{}; argument
|
/external/rust/android-crates-io/crates/der/src/ |
D | header.rs | 8 pub struct Header { struct 16 impl Header { argument 26 impl<'a> Decode<'a> for Header { implementation 27 fn decode<R: Reader<'a>>(reader: &mut R) -> Result<Header> { in decode() 42 impl Encode for Header { implementation 53 impl DerOrd for Header { implementation
|
/external/perfetto/src/trace_processor/importers/perf/ |
D | perf_file.h | 39 struct Header { struct 40 char magic[8]; 41 uint64_t size; 43 uint64_t attr_size; 44 Section attrs; 45 Section data; 46 Section event_types; 47 uint64_t flags; 48 uint64_t flags1[3]; 50 uint64_t num_attrs() const { return attrs.size / attr_size; } in num_attrs()
|
/external/rust/android-crates-io/crates/async-task/src/ |
D | header.rs | 18 pub(crate) struct Header<M> { struct 45 impl<M> Header<M> { argument 162 impl<M: fmt::Debug> fmt::Debug for Header<M> { implementation
|
/external/rust/android-crates-io/crates/uefi/src/table/ |
D | header.rs | 6 pub struct Header { struct 8 pub signature: u64, 10 pub revision: Revision, 12 pub size: u32, 15 pub crc: u32, 17 _reserved: u32,
|
/external/rust/android-crates-io/crates/uefi-raw/src/table/ |
D | header.rs | 6 pub struct Header { struct 8 pub signature: u64, 10 pub revision: Revision, 12 pub size: u32, 15 pub crc: u32, 17 pub reserved: u32,
|
/external/icing/icing/file/posting_list/ |
D | flash-index-storage-header.h | 34 struct Header { struct 57 // Read HeaderBlock from the specified fd. argument
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFDebugArangeSet.h | 25 struct Header { struct 28 uint64_t Length; 30 dwarf::DwarfFormat Format; 33 uint64_t CuOffset; 57 Header HeaderData; argument
|
D | DWARFAcceleratorTable.h | 84 struct Header { struct 90 uint32_t HeaderDataLength; argument 106 struct Header Hdr; argument 239 struct Header { struct 240 uint64_t UnitLength; 241 dwarf::DwarfFormat Format; 242 uint16_t Version; 243 uint32_t CompUnitCount; 244 uint32_t LocalTypeUnitCount; 245 uint32_t ForeignTypeUnitCount; [all …]
|
/external/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFAcceleratorTable.h | 22 struct Header { struct 28 uint32_t HeaderDataLength; argument 38 struct Header Hdr; argument
|
D | DWARFDebugArangeSet.h | 23 struct Header { struct 26 uint32_t Length; 51 Header HeaderData; argument
|
/external/cronet/tot/net/network_error_logging/ |
D | network_error_logging_test_util.h | 25 struct Header { struct 48 const std::vector<Header>& headers() { return headers_; } in headers() argument
|
/external/cronet/stable/net/network_error_logging/ |
D | network_error_logging_test_util.h | 25 struct Header { struct 48 const std::vector<Header>& headers() { return headers_; } in headers() argument
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/AsmPrinter/ |
D | AccelTable.cpp | 118 struct Header { struct in __anon848283e80311::AppleAccelTableWriter 119 uint32_t Magic = MagicHash; 120 uint16_t Version = 1; 121 uint16_t HashFunction = dwarf::DW_hash_function_djb; 122 uint32_t BucketCount; 123 uint32_t HashCount; 124 uint32_t HeaderDataLength; 127 static const uint32_t MagicHash = 0x48415348; 129 Header(uint32_t BucketCount, uint32_t UniqueHashCount, uint32_t DataLength) in Header() function 136 void dump() const { print(dbgs()); } in dump() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFDebugArangeSet.h | 23 struct Header { struct 26 uint32_t Length; 29 uint32_t CuOffset; 53 Header HeaderData; argument
|
D | DWARFDebugAddr.h | 31 struct Header { struct 49 Header HeaderData; argument
|
/external/llvm/include/llvm/DebugInfo/PDB/Raw/ |
D | InfoStream.h | 30 struct Header { struct 31 support::ulittle32_t Version; 32 support::ulittle32_t Signature; 33 support::ulittle32_t Age; 34 PDB_UniqueId Guid;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | AccelTable.cpp | 119 struct Header { struct in __anona8bb92220311::AppleAccelTableWriter 120 uint32_t Magic = MagicHash; 121 uint16_t Version = 1; 122 uint16_t HashFunction = dwarf::DW_hash_function_djb; 123 uint32_t BucketCount; 124 uint32_t HashCount; 125 uint32_t HeaderDataLength; 128 static const uint32_t MagicHash = 0x48415348; 130 Header(uint32_t BucketCount, uint32_t UniqueHashCount, uint32_t DataLength) in Header() argument 137 void dump() const { print(dbgs()); } in dump() [all …]
|
/external/rust/android-crates-io/crates/coset/src/header/ |
D | mod.rs | 54 pub struct Header { struct 58 pub crit: Vec<RegisteredLabel<iana::HeaderParameter>>, argument 74 impl Header { argument 88 impl crate::CborSerializable for Header {} implementation 98 impl AsCborValue for Header { implementation
|
/external/cronet/stable/third_party/llvm-libc/src/utils/docgen/ |
D | docgen.py | 23 def check_api(header: Header, api: Dict): 90 def load_api(header: Header) -> Dict: 110 def print_functions_rst(header: Header, functions: Dict): 136 def print_macros_rst(header: Header, macros: Dict): 163 def print_impl_status_rst(header: Header, api: Dict):
|
/external/icing/icing/file/ |
D | file-backed-bitmap.h | 143 struct Header { struct 160 // NOTE: We use int32_t to store a bool info here to keep the Header argument 171 static constexpr int kHeaderByteSize = sizeof(Header); argument
|
/external/cronet/tot/third_party/llvm-libc/src/utils/docgen/ |
D | docgen.py | 23 def check_api(header: Header, api: Dict): 90 def load_api(header: Header) -> Dict: 110 def print_functions_rst(header: Header, functions: Dict): 136 def print_macros_rst(header: Header, macros: Dict): 163 def print_impl_status_rst(header: Header, api: Dict):
|