Home
last modified time | relevance | path

Searched refs:ParseHeaderCommentSection (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/UnitTest/
DCommentParsingUnitTest.py17 from Library.CommentParsing import 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(TestCommentLinesList, "PhonyFile")
410 ParseHeaderCommentSection,
[all …]
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Parser/
DInfSectionParser.py25 from Library.CommentParsing import ParseHeaderCommentSection
259 … (Abstract, Description, Copyright, License) = ParseHeaderCommentSection(Content, FileName, True)
266 … (Abstract, Description, Copyright, License) = ParseHeaderCommentSection(Content, FileName)
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/
DMetaDataParser.py89 def ParseHeaderCommentSection(CommentList, FileName = None): function
DCheck.py18 from MetaDataParser import ParseHeaderCommentSection
493 ParseHeaderCommentSection(HeaderSectionLines, FullName)
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/PomAdapter/
DDecPomAlignment.py66 from Library.CommentParsing import ParseHeaderCommentSection
304 ParseHeaderCommentSection(self.DecParser.GetHeadComment(),
320 ParseHeaderCommentSection(self.DecParser.BinaryHeadComment,
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Library/
DCommentParsing.py61 def ParseHeaderCommentSection(CommentList, FileName = None, IsBinaryHeader = False): function