Searched refs:AttributeList (Results 1 – 10 of 10) sorted by relevance
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Xml/ |
D | GuidProtocolPpiXml.py | 86 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 …]
|
D | CommonXml.py | 70 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 …]
|
D | ModuleSurfaceAreaXml.py | 228 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 …]
|
D | PcdXml.py | 79 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)
|
D | PackageSurfaceAreaXml.py | 67 AttributeList = [] 69 Root = CreateXmlElement('%s' % Key, '', NodeList, AttributeList) 107 AttributeList = [['SupArchList', GetStringOfList(PackageIncludeHeader.GetSupArchList())], \ 110 … HeaderFileNode = CreateXmlElement('HeaderFile', PackageIncludeHeader.FilePath, [], AttributeList)
|
D | IniToXml.py | 126 AttributeList = [['ReadOnly', DistMap['ReadOnly']], 140 NodeList, AttributeList))
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/Xml/ |
D | XmlRoutines.py | 30 def CreateXmlElement(Name, String, NodeList, AttributeList): argument 46 for Item in AttributeList:
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Library/Xml/ |
D | XmlRoutines.py | 36 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/ |
D | minidom.py | 606 AttributeList = NamedNodeMap variable
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/dom/ |
D | minidom.py | 608 AttributeList = NamedNodeMap variable
|