Searched refs:Dec (Results 1 - 10 of 10) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/UnitTest/
H A DDecParserTest.py21 from Parser.DecParser import Dec namespace
85 Parser = Dec(Path)
94 Dec(Path)
H A DDecParserUnitTest.py19 Dec, \
370 # Test Dec.__init__
374 self.assertRaises(FatalError, Dec, 'No_Such_File')
395 # Test Dec._UserExtentionSectionParser
412 dec = Dec('test.dec', False)
441 # Test Dec._SectionHeaderParser
461 dec = Dec('test.dec', False)
498 # Test Dec._ParseDecComment
506 dec = Dec('test.dec', False)
521 dec = Dec('tes
26 CleanString namespace
[all...]
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/GenMetaFile/
H A DGenMetaFileMisc.py22 from Parser.DecParser import Dec namespace
100 DecFile = Dec(Path)
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
H A DEdkIIWorkspaceBuild.py614 for Dec in self.Build[Arch].PackageDatabase:
615 Pcds = self.Build[Arch].PackageDatabase[Dec].Pcds
643 for Dec in self.DecDatabase.keys():
644 Package = self.DecDatabase[Dec].Package
652 Pb.DescFilePath = Dec
655 EdkLogger.error("AutoGen", PARSER_ERROR, "The BaseName of package %s is not defined for arch %s" % (Dec, Arch))
713 self.Build[Arch].PackageDatabase[Dec] = Pb
1174 Dec = self.UnFoundPcdInDsc[(Guid, Name, Type, Arch)]
1175 Pcds = self.Build[Arch].PackageDatabase[Dec].Pcds
1180 WrnMessage += '%s.%s: Defined in file %s, PcdItemType is Pcds%s, DefaultValue is %s\n' % (Guid, Name, Dec, PcdItemTypeUse
[all...]
H A DDecClassObject.py53 # This class defined basic Dec object which is used by inheriting
61 ## Dec
63 # This class defined the structure used in Dec object
66 # @param Filename: Input value for Filename of Dec file, default is None
83 # @var KeyList: To store value for KeyList, a list for all Keys used in Dec
85 class Dec(DecObject): class in inherits:DecObject
117 # Load Dec file if filename is not None
128 ## Load Dec file
132 # @param Filename: Input value for filename of Dec file
146 #self.TblDec.Table = "Dec
[all...]
/device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
H A DStrGather.py95 # @param Dec: The number in dec format
100 def DecToHexStr(Dec, Digit = 8):
101 return eval("'0x%0" + str(Digit) + "X' % int(Dec)")
110 # @param Dec: The number in dec format
115 def DecToHexList(Dec, Digit = 8):
116 Hex = eval("'%0" + str(Digit) + "X' % int(Dec)")
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/Parser/
H A DInfPcdObject.py38 from Parser.DecParser import Dec namespace
504 DecParser = Dec(FullFileName)
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Library/
H A DParsing.py44 from Parser.DecParser import Dec namespace
593 # Get Guids/Protocols/Ppis of Dec as <GuidCName>=<GuidValue>
634 CheckFileType(List[0], '.Dec', ContainerFile, 'package', List[0], LineNo)
679 ## Get Pcd Values of Dec
681 # Get Pcd of Dec as <TokenSpcCName>.<TokenCName>|<Value>|<DatumType>|<Token>
684 # @param File: Dec file
809 DecParser = Dec(Path)
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/PomAdapter/
H A DDecPomAlignment.py79 from Parser.DecParser import Dec namespace
109 # Load Dec file
118 ## Load Dec file
122 # @param Filename: Input value for filename of Dec file
136 self.DecParser = Dec(Filename)
140 # Transfer all contents of a Dec file to a standard Package Object
251 # Gen Package Header of Dec as <Key> = <Value>
253 # @param ContainerFile: The Dec file full path
373 # Gen Includes of Dec
375 # @param ContainerFile: The Dec fil
[all...]
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Parser/
H A DDecParser.py734 ## Dec
738 class Dec(_DecBase, _DecComments): class in inherits:_DecBase, _DecComments

Completed in 241 milliseconds