Searched refs:EndOfLine (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Library/
H A DCommentGenerating.py36 EndOfLine = "\n"
37 TailCommentLines = TailCommentLines.rstrip(EndOfLine)
38 CommentStr = " ## " + (EndOfLine + LeadingSpaceNum * TAB_SPACE_SPLIT + \
40 EndOfLine))
50 EndOfLine = "\n"
51 CommentLines = CommentLines.rstrip(EndOfLine)
52 CommentStr = '## ' + (EndOfLine + '# ').join\
53 (GetSplitValueList(CommentLines, EndOfLine)) + EndOfLine
67 EndOfLine
[all...]
H A DCommentParsing.py55 EndOfLine = "\n"
90 License += Comment + EndOfLine
102 Copyright += Comment + EndOfLine
105 Abstract += Comment + EndOfLine
114 Copyright += Comment + EndOfLine
117 Description += Comment + EndOfLine
122 Copyright += Comment + EndOfLine
130 License += EndOfLine
131 License += Comment + EndOfLine
136 License += Comment + EndOfLine
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Ecc/
H A DMetaDataParser.py94 EndOfLine = "\n"
145 License += Comment + EndOfLine
155 Copyright += Comment + EndOfLine
158 Abstract += Comment + EndOfLine
165 Copyright += Comment + EndOfLine
168 Description += Comment + EndOfLine
171 Copyright += Comment + EndOfLine
179 License += EndOfLine
180 License += Comment + EndOfLine
185 License += Comment + EndOfLine
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Common/
H A DMemoryFile.c159 CHAR8 *EndOfLine; local
187 EndOfLine = memchr (InputFile->CurrentFilePointer, '\n', BytesToEof);
192 if (EndOfLine == 0) {
201 CharsToCopy = EndOfLine - InputFile->CurrentFilePointer;
H A DParseInf.c60 CHAR8 *EndOfLine; local
80 EndOfLine = strchr (InputFile->CurrentFilePointer, '\n');
85 if (EndOfLine == 0) {
90 } else if (EndOfLine >= InputFile->Eof) {
99 CharsToCopy = EndOfLine - InputFile->CurrentFilePointer;
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/GenMetaFile/
H A DGenDecFile.py350 EndOfLine = "\n"
353 CommentStr = "# @ValidRange " + ValidValueRange + EndOfLine
360 "# @ValidList " + TAB_COMMA_SPLIT.join(ValidValueList) + EndOfLine
364 CommentStr = "# @Expression " + Expression + EndOfLine

Completed in 1431 milliseconds