Searched refs:NextLine (Results 1 - 10 of 10) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
H A DParseGuidedSectionTools.c110 CHAR8 *NextLine; local
121 NextLine = ReadMemoryFileLine (InputFile);
122 if (NextLine == NULL) {
126 Status = StripInfDscStringInPlace (NextLine);
131 if (NextLine[0] == '\0') {
135 Tool = SplitStringByWhitespace (NextLine);
/device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
H A DInfSectionParser.py46 NextLine = ''
48 NextLine = str(FileLinesList[Index + 1]).strip()
57 if (NextLine != '' and NextLine[0] == TAB_SECTION_START and \
58 NextLine[-1] == TAB_SECTION_END) or FileLastLine:
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Parser/
H A DDecParserMisc.py48 self.NextLine = ''
70 self.NextLine = ''
73 self.NextLine = Line
H A DInfParser.py190 NextLine = FileLinesList[LineNo].strip()
219 HeaderCommentEnd and NextLine != '':
275 BinaryHeaderCommentEnd and NextLine != '':
H A DDecParser.py299 while not self._RawData.IsEndOfFile() or self._RawData.NextLine:
300 if self._RawData.NextLine:
304 Line = self._RawData.NextLine
836 self._RawData.NextLine = ''
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/ProcessDsc/
H A DDscFile.c447 SECTION_LINE *NextLine; local
461 NextLine = DSC->Lines->Next;
464 DSC->Lines = NextLine;
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/MetaFileWorkspace/
H A DMetaFileParser.py502 NextLine = ''
504 NextLine = CleanString(Content[Index + 1])
549 if NextLine == '':
553 if NextLine[0] == TAB_SECTION_START and NextLine[-1] == TAB_SECTION_END:
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Workspace/
H A DMetaFileParser.py522 NextLine = ''
524 NextLine, NextComment = CleanString2(Content[Index + 1])
582 if NextLine == '':
586 if NextLine[0] == TAB_SECTION_START and NextLine[-1] == TAB_SECTION_END:
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/HiiDatabaseDxe/
H A DFont.c1952 goto NextLine;
2025 goto NextLine;
2157 NextLine:
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/
H A DCheck.py447 NextLine = FileLinesList[LineNo].strip()
482 HeaderCommentEnd and NextLine != '':

Completed in 326 milliseconds