/device/linaro/bootloader/OpenPlatformPkg/Platforms/AMD/Styx/AcpiTables/ |
Dbg2.c | 112 return &AcpiDbg2.Description.Header;
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/Include/IndustryStandard/ |
Acpi2_0.h | 97 // Common table header, this prefaces all ACPI tables, including FACS, but
107 // No definition needed as it is a common description table header followed by a
117 // No definition needed as it is a common description table header followed by a
129 EFI_ACPI_DESCRIPTION_HEADER Header;
241 // Multiple APIC Description Table header definition. The rest of the table
245 EFI_ACPI_DESCRIPTION_HEADER Header;
394 EFI_ACPI_DESCRIPTION_HEADER Header;
411 EFI_ACPI_DESCRIPTION_HEADER Header;
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/CommonDataClass/ |
PackageClass.py | 21 # This class defined header items used in Package file
44 # This class defined industry std header items used in Package file
59 # This class defined include Pkg header items used in Package file
78 # @var Header: To store value for Header, it is a structure as
104 self.Header = {}
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Rsa2048Sha256Sign/ |
Rsa2048Sha256Sign.py | 194 # Parse Hash Type, Public Key, and Signature from the section header
196 Header = EFI_CERT_BLOCK_RSA_2048_SHA256._make(EFI_CERT_BLOCK_RSA_2048_SHA256_STRUCT.unpack_from(args.InputFileBuffer))
202 if uuid.UUID(bytes_le = Header.HashType) <> EFI_HASH_ALGORITHM_SHA256_GUID:
209 if Header.PublicKey <> PublicKey:
221 open(args.OutputFileName, 'wb').write(Header.Signature)
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/DebugPort/ |
DebugPort.h | 94 EFI_DEVICE_PATH_PROTOCOL Header;
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Include/ |
EfiFirmwareFileSystem.h | 102 UINT8 Header;
113 // FFS file header definition
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/ |
Acpi2_0.h | 84 // Common table header, this prefaces all ACPI tables, including FACS, but
94 // No definition needed as it is a common description table header followed by a
104 // No definition needed as it is a common description table header followed by a
116 EFI_ACPI_DESCRIPTION_HEADER Header;
228 // Multiple APIC Description Table header definition. The rest of the table
232 EFI_ACPI_DESCRIPTION_HEADER Header;
381 EFI_ACPI_DESCRIPTION_HEADER Header;
398 EFI_ACPI_DESCRIPTION_HEADER Header;
|
AlertStandardFormatTable.h | 34 // Information Record header that appears at the beginning of each record
108 EFI_ACPI_DESCRIPTION_HEADER Header;
|
DMARemappingReportingTable.h | 52 // Definition for DMA Remapping Structure Header
148 EFI_ACPI_DESCRIPTION_HEADER Header;
167 EFI_ACPI_DMAR_DEVICE_SCOPE_ENTRY_STRUCTURE Header;
173 EFI_ACPI_DMAR_HARDWARE_UNIT_DEFINITION_STRUCTURE Header;
179 EFI_ACPI_DMAR_RESERVED_MEMORY_REGION_REPORTING_STRUCTURE Header;
185 EFI_ACPI_DMAR_ROOT_PORT_ATS_CAPABILITY_REPORTING_STRUCTURE Header;
194 EFI_ACPI_DMAR_DESCRIPTION_TABLE Header;
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/UefiDevicePathLib/ |
UefiDevicePathLib.c | 373 initializes the device path node header with NodeType and NodeSubType. The new device path node
375 If NodeLength is smaller than a device path header, then NULL is returned.
399 // NodeLength is less than the size of the header.
517 FilePath->Header.Type = MEDIA_DEVICE_PATH;
518 FilePath->Header.SubType = MEDIA_FILEPATH_DP;
520 SetDevicePathNodeLength (&FilePath->Header, Size + SIZE_OF_FILEPATH_DEVICE_PATH);
521 SetDevicePathEndNode (NextDevicePathNode (&FilePath->Header));
|
/device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Protocol/ |
FrameworkFormCallback.h | 97 FRAMEWORK_EFI_IFR_OP_HEADER Header;
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/LoadFileOnFv2/ |
LoadFileOnFv2.c | 222 FilePath->Header.Type = MEDIA_DEVICE_PATH;
223 FilePath->Header.SubType = MEDIA_FILEPATH_DP;
225 SetDevicePathNodeLength (&FilePath->Header, Size + SIZE_OF_FILEPATH_DEVICE_PATH);
226 SetDevicePathEndNode (NextDevicePathNode (&FilePath->Header));
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/SmbiosDxe/ |
SmbiosDxe.h | 59 // SMBIOS record Header
112 EFI_SMBIOS_TABLE_HEADER Header;
|
/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/ |
SerialPortConsoleRedirectionTable.h | 37 EFI_ACPI_DESCRIPTION_HEADER Header;
|
WatchdogActionTable.h | 29 EFI_ACPI_DESCRIPTION_HEADER Header;
|
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/ |
DebugPort.h | 142 EFI_DEVICE_PATH_PROTOCOL Header;
|
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Include/ |
AlertStandardFormatTable.h | 45 // Information Record header that appears at the beginning of each record.
121 EFI_ACPI_DESCRIPTION_HEADER Header;
|
/external/apache-http/src/org/apache/http/message/ |
BasicLineFormatter.java | 38 import org.apache.http.Header; 47 * status line, or a header line. The formatting does <i>not</i> include the 286 * Formats a header. 288 * @param header the header to format 293 * @return the formatted header 295 public final static String formatHeader(final Header header, 299 return formatter.formatHeader(null, header).toString(); 305 Header header) [all...] |
/external/autotest/frontend/client/src/autotest/tko/ |
SpreadsheetDataProcessor.java | 6 import autotest.common.spreadsheet.Spreadsheet.Header; 32 private Header rowFields, columnFields; 122 for (List<String> header : rowHeaderValues) { 123 spreadsheet.addRowHeader(header); 125 for (List<String> header : columnHeaderValues) { 126 spreadsheet.addColumnHeader(header); 208 private Header getHeaderSqlNames(List<HeaderField> fields) { 209 Header header = new HeaderImpl(); local 211 header.add(field.getSqlName()) [all...] |
/external/google-breakpad/src/common/dwarf/ |
dwarf2reader_test_common.h | 71 // Append a DWARF compilation unit header to the section, with the given 73 TestCompilationUnit &Header(int version, const Label &abbrev_offset, 88 // Mark the end of this header's DIEs. 98 // The offset of the point in the compilation unit header immediately
|
/external/grpc-grpc/tools/http2_interop/ |
http2interop.go | 46 Header: fh, 50 Header: fh, 54 Header: fh, 58 Header: fh, 94 Header: FrameHeader{ 126 Header: FrameHeader{ 156 Header: FrameHeader{ 184 if string(npf.Data) != string(pf.Data) || npf.Header.Flags&PING_ACK == 0 {
|
/external/llvm/include/llvm/DebugInfo/PDB/Raw/ |
PublicsStream.h | 68 const HeaderInfo *Header;
|
TpiStream.h | 67 const HeaderInfo *Header;
|
/external/llvm/include/llvm/ObjectYAML/ |
COFFYAML.h | 56 COFF::section Header; 65 COFF::symbol Header; 79 COFF::PE32Header Header; 85 COFF::header Header; 181 struct MappingTraits<COFF::header> { 182 static void mapping(IO &IO, COFF::header &H);
|
/external/llvm/include/llvm/Transforms/Utils/ |
CodeExtractor.h | 108 void severSplitPHINodes(BasicBlock *&Header); 113 BasicBlock *header,
|