Searched refs:LineNo (Results 26 - 38 of 38) sorted by relevance

12

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Ecc/
H A DMetaDataParser.py122 LineNo = Item[1]
177 if LineNo > Last:
H A DCheck.py420 LineNo = 0
427 LineNo = LineNo + 1
429 if (LineNo < len(FileLinesList) - 1):
430 NextLine = FileLinesList[LineNo].strip()
435 if (Line == '' or not Line) and LineNo == len(FileLinesList):
456 HeaderSectionLines.append((Line, LineNo))
466 HeaderSectionLines.append((Line, LineNo))
475 HeaderSectionLines.append((Line, LineNo))
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Common/
H A DDscClassObject.py809 def GenComponent(self, Item, ContainerFile, LineNo= -1):
817 CheckFileType(Component.FilePath, '.Inf', ContainerFile, 'component name', Item[0], LineNo)
818 CheckFileExist(self.WorkspaceDir, Component.FilePath, ContainerFile, 'component', Item[0], LineNo)
828 CheckFileType(List[1], '.Inf', ContainerFile, 'library instance of component ', Lib, LineNo)
829 CheckFileExist(self.WorkspaceDir, LibFile, ContainerFile, 'library instance of component', Lib, LineNo)
1036 LineNo = 0
1044 LineNo = LineNo + 1
1090 EdkLogger.error("Parser", PARSER_ERROR, "Different section names '%s' and '%s' are found in one section definition, this is not allowed." % (CurrentSection, ItemList[0]), File=Filename, Line=LineNo, RaiseError=EdkLogger.IsRaiseError)
1092 RaiseParserError(Line, CurrentSection, Filename, '', LineNo)
[all...]
H A DInfClassObject.py343 LineNo = 0
351 LineNo = LineNo + 1
400 EdkLogger.error("Parser", PARSER_ERROR, "Different section names '%s' and '%s' are found in one section definition, this is not allowed." % (CurrentSection, ItemList[0]), File=Filename, Line=LineNo, RaiseError=EdkLogger.IsRaiseError)
402 RaiseParserError(Line, CurrentSection, Filename, '', LineNo)
408 RaiseParserError(Line, CurrentSection, Filename, '', LineNo)
411 EdkLogger.error("Parser", PARSER_ERROR, "Invalid Arch definition '%s' found" % ItemList[1], File=Filename, Line=LineNo, RaiseError=EdkLogger.IsRaiseError)
422 EdkLogger.error("Parser", PARSER_ERROR, ErrorMsg, File=Filename, Line=LineNo, RaiseError=EdkLogger.IsRaiseError)
427 SectionItemList.append([Line, LineNo])
542 ID, Value1, Value2, Arch, LineNo
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Object/Parser/
H A DInfPcdObject.py42 def ValidateArch(ArchItem, PcdTypeItem1, LineNo, SupArchDict, SupArchList):
57 Line=LineNo,
317 for (PcdTypeItem1, ArchItem, LineNo) in KeysList:
318 SupArchList, SupArchDict = ValidateArch(ArchItem, PcdTypeItem1, LineNo, SupArchDict, SupArchList)
331 Line=LineNo,
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/
H A DVfrCompiler.cpp712 UINT32 LineNo; local
732 LineNo = 0;
736 LineNo++;
737 gCIfrRecordInfoDB.IfrRecordOutput (pOutFile, LineNo);
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Parser/
H A DInfBinarySectionParser.py75 CurrentLineObj.LineNo = BinLineNo
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/AutoGen/
H A DUniClassObject.py215 LineNo = GetLineNo(FileIn, Line, False)
217 ExtraData="""%s\n\t*Correct format is like '#langdef en-US "English"'""" % Line, File = File, Line = LineNo)
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Library/
H A DMisc.py898 def GetLibInstanceInfo(String, WorkSpace, LineNo):
922 Line=LineNo,
935 Line=LineNo,
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Ecc/MetaFileWorkspace/
H A DMetaFileParser.py1539 for Comment, LineNo in self._Comments:
1549 LineNo,
1551 LineNo,
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Workspace/
H A DMetaFileParser.py1603 for Comment, LineNo in self._Comments:
1612 LineNo,
1614 LineNo,
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Eot/
H A DParser.py36 # @param LineNo: Default line no
40 def PreProcess(Filename, MergeMultipleLines = True, LineNo = -1):
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/PomAdapter/
H A DInfPomAlignment.py209 Line=DefineObj.ModuleType.CurrentLine.LineNo,

Completed in 89 milliseconds

12