Searched refs:IsProtocol (Results 1 – 2 of 2) sorted by relevance
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/UnitTest/ |
D | CommentGeneratingUnitTest.py | 526 def ObjectFactory(self, CName, FFE, Usage, Notify, HelpStr, IsProtocol): argument 527 if IsProtocol: 567 IsProtocol = True 569 HelpStr, IsProtocol) 573 Result = GenProtocolPPiSections(ObjectList, IsProtocol) 578 IsProtocol = False 581 HelpStr, IsProtocol) 585 Result = GenProtocolPPiSections(ObjectList, IsProtocol) 599 IsProtocol = True 601 HelpStr, IsProtocol) [all …]
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/GenMetaFile/ |
D | GenInfFile.py | 742 def GenProtocolPPiSections(ObjList, IsProtocol): argument 793 if IsProtocol:
|