Searched refs:ParseHeaderCommentSection (Results 1 – 6 of 6) sorted by relevance
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/UnitTest/ |
D | CommentParsingUnitTest.py | 17 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/ |
D | InfSectionParser.py | 25 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/ |
D | MetaDataParser.py | 89 def ParseHeaderCommentSection(CommentList, FileName = None): function
|
D | Check.py | 18 from MetaDataParser import ParseHeaderCommentSection 493 ParseHeaderCommentSection(HeaderSectionLines, FullName)
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/PomAdapter/ |
D | DecPomAlignment.py | 67 from Library.CommentParsing import ParseHeaderCommentSection 313 ParseHeaderCommentSection(self.DecParser.GetHeadComment(), 329 ParseHeaderCommentSection(self.DecParser.BinaryHeadComment,
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Library/ |
D | CommentParsing.py | 61 def ParseHeaderCommentSection(CommentList, FileName = None, IsBinaryHeader = False): function
|