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

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Common/
H A DParseGuidedSectionTools.c117 CHAR8 *NextLine; local
128 NextLine = ReadMemoryFileLine (InputFile);
129 if (NextLine == NULL) {
133 Status = StripInfDscStringInPlace (NextLine);
138 if (NextLine[0] == '\0') {
142 Tool = SplitStringByWhitespace (NextLine);
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsManifestLineReader.h57 PRBool NextLine() function in class:nsManifestLineReader
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptinfo/src/
H A DxptiManifest.cpp351 if(!reader.NextLine())
426 if(!reader.NextLine())
451 if(!reader.NextLine())
492 if(!reader.NextLine())
523 if(!reader.NextLine())
575 if(!reader.NextLine())
610 if(!reader.NextLine())
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Parser/
H A DDecParserMisc.py47 self.NextLine = ''
69 self.NextLine = ''
72 self.NextLine = Line
H A DInfParser.py186 NextLine = FileLinesList[LineNo].strip()
221 HeaderCommentEnd and NextLine != '':
H A DDecParser.py293 while not self._RawData.IsEndOfFile() or self._RawData.NextLine:
294 if self._RawData.NextLine:
298 Line = self._RawData.NextLine
/vbox/src/libs/xpcom18a4/xpcom/components/
H A DnsComponentManager.cpp1025 if (!reader.NextLine())
1099 if (!reader.NextLine())
1126 if (!reader.NextLine())
1153 if (!reader.NextLine())
1196 if (!reader.NextLine())
1275 if (!reader.NextLine())
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Ecc/MetaFileWorkspace/
H A DMetaFileParser.py455 NextLine = ''
457 NextLine = CleanString(Content[Index + 1])
502 if NextLine == '':
506 if NextLine[0] == TAB_SECTION_START and NextLine[-1] == TAB_SECTION_END:
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Workspace/
H A DMetaFileParser.py494 NextLine = ''
496 NextLine = CleanString(Content[Index + 1])
541 if NextLine == '':
545 if NextLine[0] == TAB_SECTION_START and NextLine[-1] == TAB_SECTION_END:
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Ecc/
H A DCheck.py430 NextLine = FileLinesList[LineNo].strip()
465 HeaderCommentEnd and NextLine != '':
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/HiiDatabaseDxe/
H A DFont.c1942 goto NextLine;
2015 goto NextLine;
2147 NextLine:

Completed in 95 milliseconds