Home
last modified time | relevance | path

Searched refs:AttributeList (Results 1 – 10 of 10) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Xml/
DGuidProtocolPpiXml.py86 AttributeList = \
102 Root = CreateXmlElement('%s' % Key, '', NodeList, AttributeList)
143 AttributeList = \
155 AttributeList = \
169 Root = CreateXmlElement('%s' % Key, '', NodeList, AttributeList)
204 AttributeList = \
215 AttributeList = \
228 Root = CreateXmlElement('%s' % Key, '', NodeList, AttributeList)
262 AttributeList = \
270 AttributeList = \
[all …]
DCommonXml.py70 AttributeList = []
72 Root = CreateXmlElement('%s' % Key, '', NodeList, AttributeList)
240 AttributeList = []
241 Root = CreateXmlElement('%s' % Key, '', NodeList, AttributeList)
306 AttributeList = []
308 AttributeList.append(['ReadOnly', str(DistributionPackageHeader.ReadOnly).lower()])
310 AttributeList.append(['RePackage', str(DistributionPackageHeader.RePackage).lower()])
339 Root = CreateXmlElement('%s' % Key, '', NodeList, AttributeList)
417 AttributeList = []
418 Root = CreateXmlElement('%s' % Key, '', NodeList, AttributeList)
[all …]
DModuleSurfaceAreaXml.py228 AttributeList = [['SupArchList', GetStringOfList(PackageDependency.GetSupArchList())],
233 Root = CreateXmlElement('%s' % Key, '', NodeList, AttributeList)
327 AttributeList = [['SupArchList', GetStringOfList(Depex.GetSupArchList())],
334 Root = CreateXmlElement('%s' % Key, '', NodeList, AttributeList)
371 AttributeList = [['Usage', BootMode.GetUsage()], ]
376 Root = CreateXmlElement('%s' % Key, '', NodeList, AttributeList)
414 AttributeList = [['EventType', Event.GetEventType()],
421 Root = CreateXmlElement('%s' % Key, '', NodeList, AttributeList)
460 AttributeList = [['HobType', Hob.GetHobType()],
467 Root = CreateXmlElement('%s' % Key, '', NodeList, AttributeList)
[all …]
DPcdXml.py79 AttributeList = []
102 Root = CreateXmlElement('%s' % Key, '', NodeList, AttributeList)
420 AttributeList = \
444 Root = CreateXmlElement('%s' % Key, '', NodeList, AttributeList)
456 AttributeList = \
480 Root = CreateXmlElement('%s' % Key, '', NodeList, AttributeList)
492 AttributeList = \
510 Root = CreateXmlElement('%s' % Key, '', NodeList, AttributeList)
523 AttributeList = []
542 Root = CreateXmlElement('%s' % Key, '', NodeList, AttributeList)
DPackageSurfaceAreaXml.py67 AttributeList = []
69 Root = CreateXmlElement('%s' % Key, '', NodeList, AttributeList)
107 AttributeList = [['SupArchList', GetStringOfList(PackageIncludeHeader.GetSupArchList())], \
110 … HeaderFileNode = CreateXmlElement('HeaderFile', PackageIncludeHeader.FilePath, [], AttributeList)
DIniToXml.py126 AttributeList = [['ReadOnly', DistMap['ReadOnly']],
140 NodeList, AttributeList))
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/Xml/
DXmlRoutines.py30 def CreateXmlElement(Name, String, NodeList, AttributeList): argument
46 for Item in AttributeList:
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Library/Xml/
DXmlRoutines.py36 def CreateXmlElement(Name, String, NodeList, AttributeList): argument
52 for Item in AttributeList:
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/xml/dom/
Dminidom.py606 AttributeList = NamedNodeMap variable
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/dom/
Dminidom.py608 AttributeList = NamedNodeMap variable