Searched refs:GetDescription (Results 1 – 6 of 6) sorted by relevance
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/Parser/ |
D | InfHeaderObject.py | 86 def GetDescription(self): member in InfHeaderObject
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Xml/ |
D | CommonXml.py | 236 for (Lang, Value) in Header.GetDescription() + UNIInfDescriptionList: 315 if DistributionPackageHeader.GetDescription(): 316 DPDescription = DistributionPackageHeader.GetDescription()[0][1] 411 for (Lang, Value) in PackageObject2.GetDescription() + UNIPackageDescriptionList: 511 if MiscFile.GetDescription(): 512 DPDescription = MiscFile.GetDescription()[0][1] 546 if MiscFile.GetDescription(): 547 DPDescription = MiscFile.GetDescription()[0][1]
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/GenMetaFile/ |
D | GenDecFile.py | 321 PackageDescription = GetLocalValue(Package.GetDescription()) 335 PackageDescription = GetLocalValue(DistHeader.GetDescription()) 544 for (Key, Value) in PackageObject.GetAbstract() + PackageObject.GetDescription(): 598 …rmatUniEntry('#string ' + TAB_DEC_PACKAGE_DESCRIPTION, PackageObject.GetDescription(), ContainerFi…
|
D | GenInfFile.py | 72 ModuleDescription = GetLocalValue(ModuleObject.GetDescription()) 74 ModuleDescription = GetLocalValue(PackageObject.GetDescription()) 76 ModuleDescription = GetLocalValue(DistHeader.GetDescription()) 200 for (Key, Value) in ModuleObject.GetAbstract() + ModuleObject.GetDescription(): 239 …Content += FormatUniEntry('#string ' + DT.TAB_INF_DESCRIPTION, ModuleObject.GetDescription(), Cont…
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/PomAdapter/ |
D | InfPomAlignment.py | 309 if InfHeaderObj.GetDescription(): 310 self.SetDescription((Lang, InfHeaderObj.GetDescription())) 321 if InfBinaryHeaderObj.GetDescription(): 322 self.SetBinaryHeaderDescription((Lang, InfBinaryHeaderObj.GetDescription()))
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/POM/ |
D | CommonObject.py | 133 def GetDescription(self): member in CommonHeaderObject
|