Searched refs:END_OF_LINE (Results 1 - 14 of 14) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Parser/
H A DInfSourceSectionParser.py59 SectionContent += SrcLineContent + DT.END_OF_LINE
71 SectionContent += SrcLineContent + DT.END_OF_LINE
80 LineCommentContent += Item[0] + DT.END_OF_LINE
120 SectionContent += SrcLineContent + DT.END_OF_LINE
H A DInfBinarySectionParser.py85 AllSectionContent += BinLineContent + DT.END_OF_LINE
96 AllSectionContent += BinLineContent + DT.END_OF_LINE
106 LineCommentContent += Item[0] + DT.END_OF_LINE
140 AllSectionContent += LineContent + DT.END_OF_LINE
H A DInfDefineSectionParser.py106 SectionContent += LineContent + DT.END_OF_LINE
118 SectionContent += LineContent + DT.END_OF_LINE
127 LineCommentContent += Item[0] + DT.END_OF_LINE
159 SectionContent += LineContent + DT.END_OF_LINE
H A DInfBuildOptionSectionParser.py54 SectionContent += LineContent + DT.END_OF_LINE
60 SectionContent += LineContent + DT.END_OF_LINE
107 SectionContent += ValueList[0] + EqualString + ValueList[1] + TailComments + DT.END_OF_LINE
H A DInfPackageSectionParser.py83 LineCommentContent += Item[0] + DT.END_OF_LINE
H A DInfLibrarySectionParser.py90 LineCommentContent += Item[0] + DT.END_OF_LINE
H A DInfGuidPpiProtocolSectionParser.py231 UserExtensionContent += LineContent + DT.END_OF_LINE
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Object/Parser/
H A DInfDepexObject.py138 DepexString = DepexString + LineContent + DT.END_OF_LINE
141 if DepexString.endswith(DT.END_OF_LINE):
151 HelpString = HelpString + HelpLine + DT.END_OF_LINE
152 if HelpString.endswith(DT.END_OF_LINE):
H A DInfGuidObject.py132 CommentItemHelpText = DT.END_OF_LINE
158 CommentItemHelpText = PreHelpText + DT.END_OF_LINE + CommentItemHelpText
182 if PreHelpText == '' or PreHelpText.endswith(DT.END_OF_LINE):
183 PreHelpText += DT.END_OF_LINE
H A DInfPpiObject.py57 CommentItemHelpText = DT.END_OF_LINE
92 CommentItemHelpText = PreHelpText + DT.END_OF_LINE + CommentItemHelpText
117 if PreHelpText == '' or PreHelpText.endswith(DT.END_OF_LINE):
118 PreHelpText += DT.END_OF_LINE
H A DInfProtocolObject.py55 CommentItemHelpText = DT.END_OF_LINE
82 CommentItemHelpText = PreHelpText + DT.END_OF_LINE + CommentItemHelpText
105 if PreHelpText == '' or PreHelpText.endswith(DT.END_OF_LINE):
106 PreHelpText += DT.END_OF_LINE
H A DInfPcdObject.py91 FFEHelpText = FFEHelpText + DT.END_OF_LINE + CommentItemHelpText
102 CommentItemHelpText = DT.END_OF_LINE
127 CommentItemHelpText = PreHelpText + DT.END_OF_LINE + CommentItemHelpText
147 if PreHelpText == '' or PreHelpText.endswith(DT.END_OF_LINE):
148 PreHelpText += DT.END_OF_LINE
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Library/
H A DMisc.py42 from Library.DataType import END_OF_LINE namespace
693 LineList = GetSplitValueList(String, END_OF_LINE)
697 ReturnString += ValueList[0] + END_OF_LINE
699 ReturnString += ValueList[1] + END_OF_LINE
H A DDataType.py195 END_OF_LINE = '\n' variable

Completed in 3749 milliseconds