Home
last modified time | relevance | path

Searched refs:GetDescription (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/Parser/
DInfHeaderObject.py86 def GetDescription(self): member in InfHeaderObject
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Xml/
DCommonXml.py236 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/
DGenDecFile.py321 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…
DGenInfFile.py72 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/
DInfPomAlignment.py309 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/
DCommonObject.py133 def GetDescription(self): member in CommonHeaderObject