Searched defs:ParseHeaderCommentSection (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Ecc/
H A DMetaDataParser.py80 ## ParseHeaderCommentSection
88 def ParseHeaderCommentSection(CommentList, FileName = None): function
H A DCheck.py18 from MetaDataParser import ParseHeaderCommentSection namespace
476 ParseHeaderCommentSection(HeaderSectionLines, FullName)
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Library/
H A DCommentParsing.py42 ## ParseHeaderCommentSection
50 def ParseHeaderCommentSection(CommentList, FileName = None): function
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/UnitTest/
H A DCommentParsingUnitTest.py17 from Library.CommentParsing import ParseHeaderCommentSection, \
27 # Test ParseHeaderCommentSection
62 ParseHeaderCommentSection(TestCommentLinesList, "PhonyFile")
103 ParseHeaderCommentSection(TestCommentLinesList, "PhonyFile")
144 ParseHeaderCommentSection(TestCommentLinesList, "PhonyFile")
189 ParseHeaderCommentSection(TestCommentLinesList, "PhonyFile")
233 ParseHeaderCommentSection(TestCommentLinesList, "PhonyFile")
279 ParseHeaderCommentSection(TestCommentLinesList, "PhonyFile")
326 ParseHeaderCommentSection(TestCommentLinesList, "PhonyFile")
370 ParseHeaderCommentSection(TestCommentLinesLis
20 ParseDecPcdTailComment namespace
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Parser/
H A DInfSectionParser.py25 from Library.CommentParsing import ParseHeaderCommentSection namespace
257 (Abstract, Description, Copyright, License) = ParseHeaderCommentSection(Content, FileName)
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/PomAdapter/
H A DDecPomAlignment.py40 from Library.CommentParsing import ParseHeaderCommentSection namespace
238 ParseHeaderCommentSection(self.DecParser.GetHeadComment(),

Completed in 40 milliseconds