HomeSort by relevance Sort by last modified time
    Searched refs:ItemArch (Results 1 - 6 of 6) sorted by null

  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/Parser/
InfPackagesObject.py 161 for ItemArch in ItemSupArchList:
163 if ItemArch == PackageItemObjArch:
168 if ItemArch.upper() == 'COMMON' or PackageItemObjArch.upper() == 'COMMON':
InfProtocolObject.py 286 for ItemArch in ItemSupArchList:
288 if ItemArch == ProtocolItemObjArch:
293 if ItemArch.upper() == 'COMMON' or ProtocolItemObjArch.upper() == 'COMMON':
InfGuidObject.py 327 for ItemArch in ItemSupArchList:
329 if ItemArch == GuidItemObjArch:
335 if ItemArch.upper() == 'COMMON' or GuidItemObjArch.upper() == 'COMMON':
InfPpiObject.py 317 for ItemArch in ItemSupArchList:
319 if ItemArch == PpiItemObjArch:
324 if ItemArch.upper() == 'COMMON' or PpiItemObjArch.upper() == 'COMMON':
InfBinaryObject.py 261 for ItemArch in ItemSupArchList:
263 if ItemArch == VerItemObjArch:
268 if ItemArch.upper() == 'COMMON' or VerItemObjArch.upper() == 'COMMON':
510 # for ItemArch in ItemSupArchList:
512 # if ItemArch == ComItemObjArch:
518 # if ItemArch.upper() == 'COMMON' or ComItemObjArch.upper() == 'COMMON':
662 # for ItemArch in ItemSupArchList:
664 # if ItemArch == UiItemObjArch:
669 # if ItemArch.upper() == 'COMMON' or UiItemObjArch.upper() == 'COMMON':
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
EdkIIWorkspaceBuild.py 590 for ItemArch in Item.SupArchList:
592 if ItemArch not in Library.Module.Header:
594 Pb.Libraries[Library.Module.Header[ItemArch].Name] = Item.FilePath
    [all...]

Completed in 233 milliseconds