Home
last modified time | relevance | path

Searched refs:UsageList (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/Python/Workspace/
DMetaFileCommentParser.py25 UsageList = ("PRODUCES", "PRODUCED", "ALWAYS_PRODUCES", "ALWAYS_PRODUCED", "SOMETIMES_PRODUCES", variable
37 …CheckUsage(Comments, UsageList, InfFile, LineNo, ValueList[0]+'.'+ValueList[1], ErrorMsgMap[MODEL_…
39 CheckUsage(Comments, UsageList, InfFile, LineNo, ValueList[0], ErrorMsgMap[SectionType])
41 …CheckUsage(Comments, UsageList + ("TO_START", "BY_START"), InfFile, LineNo, ValueList[0], ErrorMsg…
/device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
DAutoGen.py42 from Workspace.MetaFileCommentParser import UsageList
3469 for Usage in UsageList: