Home
last modified time | relevance | path

Searched refs:CommentList (Results 1 – 15 of 15) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/UnitTest/
DCommentParsingUnitTest.py54 CommentList = GetSplitValueList(TestCommentLines1, "\n")
57 for Comment in CommentList:
95 CommentList = GetSplitValueList(TestCommentLines2, "\n")
98 for Comment in CommentList:
136 CommentList = GetSplitValueList(TestCommentLines3, "\n")
139 for Comment in CommentList:
181 CommentList = GetSplitValueList(TestCommentLines, "\n")
184 for Comment in CommentList:
225 CommentList = GetSplitValueList(TestCommentLines, "\n")
228 for Comment in CommentList:
[all …]
DDecParserUnitTest.py101 ConcatLine, CommentList = self.dec._TryBackSlash(self.dec._RawData.GetNextLine(), [])
103 self.assertEqual(CommentList, [])
105 ConcatLine, CommentList = self.dec._TryBackSlash(self.dec._RawData.GetNextLine(), [])
106 self.assertEqual(CommentList, [])
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/Parser/
DInfProtocolObject.py143 self.CommentList = []
166 self.CommentList = []
183 def SetCommentList(self, CommentList): argument
184 self.CommentList = CommentList
186 return self.CommentList
DInfPpiObject.py154 self.CommentList = []
177 self.CommentList = []
189 def SetCommentList(self, CommentList): argument
190 self.CommentList = CommentList
192 return self.CommentList
DInfPcdObject.py65 def ParsePcdComment(CommentList, PcdTypeItem, PcdItemObj): argument
73 for CommentItem in CommentList:
93 if Count == len(CommentList):
101 if Count == len(CommentList) and CommentItemUsage == DT.ITEM_UNDEFINED:
104 if Count == len(CommentList) and (BlockFlag == 1 or BlockFlag == 2):
109 elif BlockFlag == -1 and Count == len(CommentList):
345 CommentList = PcdItem[1]
349 if CommentList != None and len(CommentList) != 0:
350 PcdItemObj = ParsePcdComment(CommentList, PcdTypeItem, PcdItemObj)
428 CommentList = PcdItem[1]
[all …]
DInfGuidObject.py79 self.CommentList = []
92 def SetCommentList(self, CommentList): argument
93 self.CommentList = CommentList
95 return self.CommentList
DInfDepexObject.py94 def SetDepex(self, DepexContent, KeyList=None, CommentList=None): argument
150 for HelpLine in CommentList:
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/
DMetaDataParser.py89 def ParseHeaderCommentSection(CommentList, FileName = None): argument
115 for Index in xrange(len(CommentList)-1, 0, -1):
116 Line = CommentList[Index][0]
121 for Item in CommentList:
DCodeFragmentCollector.py318 FileProfile.CommentList.append(CommentObj)
346 FileProfile.CommentList.append(CommentObj)
396 FileProfile.CommentList.append(CommentObj)
440 FileProfile.CommentList.append(CommentObj)
468 FileProfile.CommentList.append(CommentObj)
518 FileProfile.CommentList.append(CommentObj)
558 FileProfile.CommentList = []
575 for comment in FileProfile.CommentList:
DFileProfile.py24 CommentList = [] variable
Dc.py95 for comment in FileProfile.CommentList:
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/PomAdapter/
DInfPomAlignment.py572 CommentList = PcdItemObj.GetHelpStringList()
573 if CommentList:
574 for CommentItem in CommentList:
985 CommentList = Item.GetCommentList()
990 if CommentList:
991 for GuidComentItem in CommentList:
1012 CommentList = Item.GetCommentList()
1013 for CommentItem in CommentList:
1031 CommentList = Item.GetCommentList()
1032 for CommentItem in CommentList:
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Library/
DCommentParsing.py61 def ParseHeaderCommentSection(CommentList, FileName = None, IsBinaryHeader = False): argument
77 for Index in xrange(len(CommentList)-1, 0, -1):
78 Line = CommentList[Index][0]
83 for Item in CommentList:
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Parser/
DInfDepexSectionParser.py99 … if not InfSectionObject.SetDepex(DepexContent, KeyList = KeyList, CommentList = NewCommentList):
DDecParser.py244 CommentList = ProcessedComments
251 CommentList.append((Comment, self._RawData.LineIndex))
274 return CatLine, CommentList