Searched refs:ArchItem (Results 1 – 8 of 8) sorted by relevance
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/Parser/ |
D | InfPackagesObject.py | 74 for ArchItem in Arch: 78 if (ArchItem == '' or ArchItem == None): 79 ArchItem = 'COMMON' 80 SupArchList.append(ArchItem)
|
D | InfLibraryClassesObject.py | 37 for (ArchItem, ModuleItem) in KeyList: 41 if (ArchItem == '' or ArchItem == None): 42 ArchItem = 'COMMON' 47 if ArchItem not in __SupArchList: 48 __SupArchList.append(ArchItem)
|
D | InfSoucesObject.py | 210 for ArchItem in Arch: 214 if (ArchItem == '' or ArchItem == None): 215 ArchItem = 'COMMON' 216 __SupArchList.append(ArchItem)
|
D | InfProtocolObject.py | 202 for ArchItem in Arch: 206 if (ArchItem == '' or ArchItem == None): 207 ArchItem = 'COMMON' 208 __SupArchList.append(ArchItem)
|
D | InfPpiObject.py | 212 for ArchItem in Arch: 216 if (ArchItem == '' or ArchItem == None): 217 ArchItem = 'COMMON' 218 __SupArchList.append(ArchItem)
|
D | InfGuidObject.py | 235 for ArchItem in Arch: 239 if (ArchItem == '' or ArchItem == None): 240 ArchItem = 'COMMON' 242 __SupportArchList.append(ArchItem)
|
D | InfPcdObject.py | 42 def ValidateArch(ArchItem, PcdTypeItem1, LineNo, SupArchDict, SupArchList): argument 46 if (ArchItem == '' or ArchItem == None): 47 ArchItem = 'COMMON' 50 ArchList = GetSplitValueList(ArchItem, ' ') 61 SupArchList.append(ArchItem) 323 for (PcdTypeItem1, ArchItem, LineNo) in KeysList: 324 … SupArchList, SupArchDict = ValidateArch(ArchItem, PcdTypeItem1, LineNo, SupArchDict, SupArchList)
|
D | InfBinaryObject.py | 537 for ArchItem in ArchList: 541 if (ArchItem == '' or ArchItem == None): 542 ArchItem = 'COMMON' 543 __SupArchList.append(ArchItem)
|