HomeSort by relevance Sort by last modified time
    Searched refs:Identification (Results 1 - 20 of 20) sorted by null

  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
Identification.py 2 # This file is used to define the identification of INF/DEC/DSC files
13 ## Identification
15 # This class defined basic Identification information structure which is used by INF/DEC/DSC files
24 class Identification(object):
58 id = Identification()
DecClassObject.py 20 from Identification import *
77 # @var Identification: To store value for Identification, it is a structure as Identification
87 self.Identification = Identification()
139 self.Identification.FileFullPath = Filename
140 (self.Identification.FileRelativePath, self.Identification.FileName) = os.path.split(Filename)
258 ContainerFile = self.Identification.FileFullPath
    [all...]
InfClassObject.py 24 from Identification import *
160 # @var Identification: To store value for Identification, it is a structure as Identification
168 self.Identification = Identification()
219 ContainerFile = self.Identification.FileFullPath
329 self.Identification.FileFullPath = Filename
330 (self.Identification.FileRelativePath, self.Identification.FileName) = os.path.split(Filename)
    [all...]
DscClassObject.py 23 from Identification import *
84 # @var Identification: To store value for Identification, it is a structure as Identification
96 self.Identification = Identification()
149 ContainerFile = self.Identification.FileFullPath
237 PlatformHeader.FileName = self.Identification.FileName
238 PlatformHeader.FullPath = self.Identification.FileFullPath
    [all...]
  /device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressSecLibRTSM/
RTSMSec.c 59 UINT32 Identification;
75 // Read the GIC Identification Register
76 Identification = ArmGicGetInterfaceIdentification (PcdGet32 (PcdGicInterruptInterfaceBase));
79 if (ARM_GIC_ICCIIDR_GET_ARCH_VERSION(Identification) >= 0x3) {
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Eot/
InfParserLite.py 21 from Common.Identification import *
44 self.Identification = Identification()
73 self.Identification.FileFullPath = Filename
74 (self.Identification.FileRelativePath, self.Identification.FileName) = os.path.split(Filename)
78 self.ParseInf(PreProcess(Filename, False), self.Identification.FileRelativePath, Filename)
  /device/linaro/bootloader/edk2/PcAtChipsetPkg/Include/Register/
IoApic.h 47 UINT32 Identification:4;
  /device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
Ip6Option.h 25 UINT32 Identification;
Ip6Option.c 739 FragmentHead.Identification = mIp6Id;
Ip6Input.c 919 Info->Id = FragmentHead->Identification;
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/DnsDxe/
DnsImpl.c 1075 @param Identification Identification for queried packet.
1086 IN UINT16 Identification,
1112 DnsHeader->Identification = NTOHS (DnsHeader->Identification);
1115 if (DnsHeader->Identification == Identification && QuerySection->Type == Type) {
    [all...]
DnsImpl.h 159 UINT16 Identification;
594 @param Identification Identification for queried packet.
605 IN UINT16 Identification,
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/Ip4/
Ip4.h 103 UINT16 Identification;
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
Ip4.h 198 UINT16 Identification;
  /external/syslinux/efi32/include/efi/
efiip.h 117 UINT16 Identification;
  /external/syslinux/efi64/include/efi/
efiip.h 117 UINT16 Identification;
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/
efiip.h 117 UINT16 Identification;
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/
Makefile 49 $(BASE_TOOLS_PATH)\Source\Python\Common\Identification.py \
  /external/libvorbis/doc/
01-introduction.tex 271 The header packets are, in order, the identification
274 \paragraph{Identification Header}
275 The identification header identifies the bitstream as Vorbis, Vorbis
04-codec.tex 20 packets are, in order, the identification header, the comments header,
36 Decode continues according to packet type; the identification header
40 identification, comment, setup.
44 \subsubsection{Identification header}
46 The identification header is a short header of only a few fields used
49 identification header is coded as follows:

Completed in 474 milliseconds