Home
last modified time | relevance | path

Searched refs:END_OF_LINE (Results 1 – 16 of 16) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Library/
DCommentGenerating.py31 from Library.DataType import END_OF_LINE
46 TailCommentLines = TailCommentLines.rstrip(END_OF_LINE)
48 (END_OF_LINE + LeadingSpaceNum * TAB_SPACE_SPLIT + TAB_SPACE_SPLIT*2 + TAB_SPECIAL_COMMENT + \
49 TAB_SPACE_SPLIT).join(GetSplitValueList(TailCommentLines, END_OF_LINE))
60 CommentLines = CommentLines.rstrip(END_OF_LINE)
61 …CommentStr = TAB_SPECIAL_COMMENT + TAB_SPACE_SPLIT + (END_OF_LINE + TAB_COMMENT_SPLIT + TAB_SPACE_…
62 (GetSplitValueList(CommentLines, END_OF_LINE)) + END_OF_LINE
80 if CommentLines.endswith(END_OF_LINE):
85 CommentLines.replace(END_OF_LINE, '') + END_OF_LINE
87 CommentLineList = GetSplitValueList(CommentLines, END_OF_LINE)
[all …]
DMisc.py42 from Library.DataType import END_OF_LINE
711 LineList = GetSplitValueList(String, END_OF_LINE)
715 ReturnString += ValueList[0] + END_OF_LINE
717 ReturnString += ValueList[1] + END_OF_LINE
DDataType.py206 END_OF_LINE = '\n' variable
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/Parser/
DInfGuidObject.py132 CommentItemHelpText = DT.END_OF_LINE
158 CommentItemHelpText = PreHelpText + DT.END_OF_LINE + CommentItemHelpText
166 if CommentItemHelpText == '' or CommentItemHelpText.endswith(DT.END_OF_LINE):
167 CommentItemHelpText = CommentItemHelpText.strip(DT.END_OF_LINE)
183 if PreHelpText == '' or PreHelpText.endswith(DT.END_OF_LINE):
184 PreHelpText = PreHelpText.strip(DT.END_OF_LINE)
194 if CommentItemHelpText == '' or CommentItemHelpText.endswith(DT.END_OF_LINE):
195 CommentItemHelpText = CommentItemHelpText.strip(DT.END_OF_LINE)
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):
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
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
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
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Parser/
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
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
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
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
DInfPackageSectionParser.py83 LineCommentContent += Item[0] + DT.END_OF_LINE
DInfLibrarySectionParser.py90 LineCommentContent += Item[0] + DT.END_OF_LINE
DInfGuidPpiProtocolSectionParser.py223 UserExtensionContent += LineContent + DT.END_OF_LINE
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/GenMetaFile/
DGenDecFile.py35 from Library.DataType import END_OF_LINE
147 Content += END_OF_LINE + END_OF_LINE
148 SectionComment = TAB_COMMENT_SPLIT + END_OF_LINE
149 …SectionComment += TAB_COMMENT_SPLIT + TAB_SPACE_SPLIT + TAB_PCD_ERROR_SECTION_COMMENT + END_OF_LINE
150 SectionComment += TAB_COMMENT_SPLIT + END_OF_LINE
162 TAB_SPLIT + TokenSpcCNameItem + TAB_SECTION_END + END_OF_LINE
170 PcdErrorMsg + END_OF_LINE
675 CommentStr += ValidValueRange + END_OF_LINE
684 CommentStr += TAB_COMMA_SPLIT.join(ValidValueList) + END_OF_LINE
691 CommentStr += Expression + END_OF_LINE