Home
last modified time | relevance | path

Searched refs:ArchItem (Results 1 – 8 of 8) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/Parser/
DInfPackagesObject.py74 for ArchItem in Arch:
78 if (ArchItem == '' or ArchItem == None):
79 ArchItem = 'COMMON'
80 SupArchList.append(ArchItem)
DInfLibraryClassesObject.py37 for (ArchItem, ModuleItem) in KeyList:
41 if (ArchItem == '' or ArchItem == None):
42 ArchItem = 'COMMON'
47 if ArchItem not in __SupArchList:
48 __SupArchList.append(ArchItem)
DInfSoucesObject.py210 for ArchItem in Arch:
214 if (ArchItem == '' or ArchItem == None):
215 ArchItem = 'COMMON'
216 __SupArchList.append(ArchItem)
DInfProtocolObject.py202 for ArchItem in Arch:
206 if (ArchItem == '' or ArchItem == None):
207 ArchItem = 'COMMON'
208 __SupArchList.append(ArchItem)
DInfPpiObject.py212 for ArchItem in Arch:
216 if (ArchItem == '' or ArchItem == None):
217 ArchItem = 'COMMON'
218 __SupArchList.append(ArchItem)
DInfGuidObject.py235 for ArchItem in Arch:
239 if (ArchItem == '' or ArchItem == None):
240 ArchItem = 'COMMON'
242 __SupportArchList.append(ArchItem)
DInfPcdObject.py42 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)
DInfBinaryObject.py537 for ArchItem in ArchList:
541 if (ArchItem == '' or ArchItem == None):
542 ArchItem = 'COMMON'
543 __SupArchList.append(ArchItem)