Searched refs:CommentList (Results 1 - 16 of 16) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/UnitTest/
H A 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...]
H A 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, [])
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Ecc/
H A DFileProfile.py23 CommentList = [] variable
H A DMetaDataParser.py85 # @param CommentList: List of (Comment, LineNumber)
88 def ParseHeaderCommentSection(CommentList, FileName = None):
114 for Index in xrange(len(CommentList)-1, 0, -1):
115 Line = CommentList[Index][0]
120 for Item in CommentList:
H A 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:
H A Dc.py95 for comment in FileProfile.CommentList:
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Object/Parser/
H A DInfPpiObject.py154 self.CommentList = []
177 self.CommentList = []
189 def SetCommentList(self, CommentList):
190 self.CommentList = CommentList
192 return self.CommentList
H A DInfProtocolObject.py143 self.CommentList = []
166 self.CommentList = []
183 def SetCommentList(self, CommentList):
184 self.CommentList = CommentList
186 return self.CommentList
H A DInfGuidObject.py79 self.CommentList = []
92 def SetCommentList(self, CommentList):
93 self.CommentList = CommentList
95 return self.CommentList
H A DInfPcdObject.py65 def ParsePcdComment(CommentList, PcdTypeItem, PcdItemObj):
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):
339 CommentList = PcdItem[1]
343 if CommentList != None and len(CommentList) != 0:
344 PcdItemObj = ParsePcdComment(CommentList, PcdTypeIte
[all...]
H A DInfDepexObject.py94 def SetDepex(self, DepexContent, KeyList=None, CommentList=None):
150 for HelpLine in CommentList:
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Library/
H A DCommentParsing.py47 # @param CommentList: List of (Comment, LineNumber)
50 def ParseHeaderCommentSection(CommentList, FileName = None):
63 for Index in xrange(len(CommentList)-1, 0, -1):
64 Line = CommentList[Index][0]
69 for Item in CommentList:
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Parser/
H A DInfDepexSectionParser.py99 if not InfSectionObject.SetDepex(DepexContent, KeyList = KeyList, CommentList = NewCommentList):
H A DDecParser.py238 CommentList = ProcessedComments
245 CommentList.append((Comment, self._RawData.LineIndex))
268 return CatLine, CommentList
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/PomAdapter/
H A DInfPomAlignment.py562 CommentList = PcdItemObj.GetHelpStringList()
563 if CommentList:
564 for CommentItem in CommentList:
901 CommentList = Item.GetCommentList()
903 # Depend on CommentList content
906 if CommentList:
907 for GuidComentItem in CommentList:
926 CommentList = Item.GetCommentList()
927 for CommentItem in CommentList:
942 CommentList
[all...]
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...

Completed in 781 milliseconds