Home
last modified time | relevance | path

Searched refs:StartLine (Results 1 – 24 of 24) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/Python/CommonDataClass/
DDataClass.py214 StartLine = -1, StartColumn = -1, EndLine = -1, EndColumn = -1, \ argument
223 self.StartLine = StartLine
268 …BelongsToFile = -1, BelongsToFunction = -1, StartLine = -1, StartColumn = -1, EndLine = -1, EndCol… argument
277 self.StartLine = StartLine
314 …BelongsToFile = -1, BelongsToFunction = -1, StartLine = -1, StartColumn = -1, EndLine = -1, EndCol… argument
322 self.StartLine = StartLine
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
DFdfClassObject.py89 …(Model, Value1, Value2, Value3, Arch, BelongsToItem, BelongsToFile, StartLine, StartColumn, EndLin…
98 StartLine = Fdf.Profile.PcdFileLineDict[Key][1]
100 …sert(Model, Value1, Value2, Value3, Arch, BelongsToItem, BelongsToFile, StartLine, StartColumn, En…
106 StartLine = Fdf.Profile.InfFileLineList[Index][1]
108 …sert(Model, Value1, Value2, Value3, Arch, BelongsToItem, BelongsToFile, StartLine, StartColumn, En…
DDscClassObject.py920 def ParseInclude(self, LineValue, StartLine, Table, FileID, Filename, SectionName, Model, Arch): argument
924 …ble.Insert(Model, IncludeFile, '', '', Arch, SectionModel, FileID, StartLine, -1, StartLine, -1, 0)
934 def ParseDefine(self, LineValue, StartLine, Table, FileID, Filename, SectionName, Model, Arch): argument
938 …nsert(Model, Define[0], Define[1], '', Arch, SectionModel, FileID, StartLine, -1, StartLine, -1, 0)
947 …def ParseDefinesSection(self, LineValue, StartLine, Table, FileID, Filename, SectionName, Model, A… argument
951 RaiseParserError(LineValue, SectionName, Filename, '', StartLine)
952 …TblDsc.Insert(Model, Defines[0], Defines[1], '', Arch, -1, FileID, StartLine, -1, StartLine, -1, 0)
1260 LineValue, StartLine, EndLine = SectionItem[0], SectionItem[1], SectionItem[1]
1268 …IfDefList.append((LineValue[len(TAB_IF_N_DEF):].strip(), StartLine, MODEL_META_DATA_CONDITIONAL_ST…
1275 …IfDefList.append((LineValue[len(TAB_IF_N_DEF):].strip(), StartLine, MODEL_META_DATA_CONDITIONAL_ST…
[all …]
DParsing.py795 def ParseDefine(LineValue, StartLine, Table, FileID, Filename, SectionName, SectionModel, Arch): argument
798 …INE, Define[0], Define[1], '', '', '', Arch, SectionModel, FileID, StartLine, -1, StartLine, -1, 0)
815 …LineValue, StartLine, EndLine, Comment = SectionItem[0], SectionItem[1], SectionItem[1], SectionIt…
824 Records.append([LineValue, Arch, StartLine, ID, Third, Comment])
855 LineValue, StartLine, EndLine = SectionItem[0], SectionItem[1], SectionItem[1]
862 … ParseDefine(LineValue, StartLine, Table, FileID, Filename, CurrentSection, Model, Arch)
868 …e.Insert(Model, LineValue, Third, Third, '', '', Arch, -1, FileID, StartLine, -1, StartLine, -1, 0)
869 Records.append([LineValue, Arch, StartLine, ID, Third])
DFdfParserLite.py873 StartLine = self.CurrentLineNumber
891 if self.CurrentLineNumber != StartLine:
892 EndPos = len(self.Profile.FileLinesList[StartLine-1])
893 self.__Token = self.Profile.FileLinesList[StartLine-1][StartPos : EndPos]
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/
DDatabase.py184 … Function.StartLine, Function.StartColumn, Function.EndLine, Function.EndColumn, \
192 …FileID, FunctionID, Identifier.StartLine, Identifier.StartColumn, Identifier.EndLine, Identifier.E…
198 … FileID, FunctionID, Pcd.StartLine, Pcd.StartColumn, Pcd.EndLine, Pcd.EndColumn)
204 …FileID, -1, Identifier.StartLine, Identifier.StartColumn, Identifier.EndLine, Identifier.EndColumn)
210 … FileID, -1, Pcd.StartLine, Pcd.StartColumn, Pcd.EndLine, Pcd.EndColumn)
229 StartLine = Record[2]
239 and BelongsToFile = %s""" % (StartLine, EndLine, BelongsToFile)
282 StartLine = Record[2]
288 (BelongsToFile, FunctionID, BelongsToFile, StartLine, EndLine)
292 …MODEL_IDENTIFIER_FUNCTION_HEADER, BelongsToFile, DataClass.MODEL_IDENTIFIER_COMMENT, StartLine - 1)
DC.g72 def StorePredicateExpression(self, StartLine, StartOffset, EndLine, EndOffset, Text):
73 … PredExp = CodeFragment.PredicateExpression(Text, (StartLine, StartOffset), (EndLine, EndOffset))
76 def StoreEnumerationDefinition(self, StartLine, StartOffset, EndLine, EndOffset, Text):
77 … EnumDef = CodeFragment.EnumerationDefinition(Text, (StartLine, StartOffset), (EndLine, EndOffset))
80 def StoreStructUnionDefinition(self, StartLine, StartOffset, EndLine, EndOffset, Text):
81 … SUDef = CodeFragment.StructUnionDefinition(Text, (StartLine, StartOffset), (EndLine, EndOffset))
84 def StoreTypedefDefinition(self, StartLine, StartOffset, EndLine, EndOffset, FromText, ToText):
85 …Tdef = CodeFragment.TypedefDefinition(FromText, ToText, (StartLine, StartOffset), (EndLine, EndOff…
88 …def StoreFunctionDefinition(self, StartLine, StartOffset, EndLine, EndOffset, ModifierText, DeclTe…
89 …FuncDef = CodeFragment.FunctionDefinition(ModifierText, DeclText, (StartLine, StartOffset), (EndLi…
[all …]
Dc.py1366 StartLine = 0
1368 if Param.StartLine <= StartLine:
1370 if Param.StartLine - StartLine > 1:
1374 StartLine = Param.StartLine
1393 StartLine = 0
1395 if Param.StartLine <= StartLine:
1397 if Param.StartLine - StartLine > 1:
1401 StartLine = Param.StartLine
2282 StartLine = Result[2]
2291 …if StartLine == FuncDef[1] and StartColumn > FuncDef[2] and EndLine == FuncDef[3] and EndColumn < …
[all …]
DCParser.py114 def StorePredicateExpression(self, StartLine, StartOffset, EndLine, EndOffset, Text): argument
115 … PredExp = CodeFragment.PredicateExpression(Text, (StartLine, StartOffset), (EndLine, EndOffset))
118 def StoreEnumerationDefinition(self, StartLine, StartOffset, EndLine, EndOffset, Text): argument
119 … EnumDef = CodeFragment.EnumerationDefinition(Text, (StartLine, StartOffset), (EndLine, EndOffset))
122 def StoreStructUnionDefinition(self, StartLine, StartOffset, EndLine, EndOffset, Text): argument
123 … SUDef = CodeFragment.StructUnionDefinition(Text, (StartLine, StartOffset), (EndLine, EndOffset))
126 def StoreTypedefDefinition(self, StartLine, StartOffset, EndLine, EndOffset, FromText, ToText): argument
127 …Tdef = CodeFragment.TypedefDefinition(FromText, ToText, (StartLine, StartOffset), (EndLine, EndOff…
130 …def StoreFunctionDefinition(self, StartLine, StartOffset, EndLine, EndOffset, ModifierText, DeclTe… argument
131 …FuncDef = CodeFragment.FunctionDefinition(ModifierText, DeclText, (StartLine, StartOffset), (EndLi…
[all …]
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/MetaFileWorkspace/
DMetaFileTable.py88 …BelongsToItem=-1, BelongsToFile = -1, StartLine=-1, StartColumn=-1, EndLine=-1, EndColumn=-1, Enab… argument
101 StartLine,
171 …BelongsToItem=-1, BelongsToFile = -1, StartLine=-1, StartColumn=-1, EndLine=-1, EndColumn=-1, Enab… argument
183 StartLine,
252 FromItem=-1, StartLine=-1, StartColumn=-1, EndLine=-1, EndColumn=-1, Enabled=1): argument
265 StartLine,
DMetaFileParser.py1968 …(Model, Value1, Value2, Value3, Scope1, Scope2, BelongsToItem, BelongsToFile, StartLine, StartColu…
1977 StartLine = Fdf.Profile.PcdFileLineDict[Key][1]
1979 …, Value1, Value2, Value3, Scope1, Scope2, BelongsToItem, BelongsToFile, StartLine, StartColumn, En…
1985 StartLine = Fdf.Profile.InfFileLineList[Index][1]
1987 …, Value1, Value2, Value3, Scope1, Scope2, BelongsToItem, BelongsToFile, StartLine, StartColumn, En…
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Eot/
DParser.py364 def SearchBelongsToFunction(BelongsToFile, StartLine, EndLine): argument
365 …re BelongsToFile = %s and StartLine <= %s and EndLine >= %s""" %(BelongsToFile, StartLine, EndLine)
392 BelongsToFile, StartLine, EndLine = Record[2], Record[3], Record[4]
393 …BelongsToFunctionID, BelongsToFunction = SearchBelongsToFunction(BelongsToFile, StartLine, EndLine)
420 …s, %s, %s, %s\n' % (ItemType, ItemMode, SourceFileID, SourceFileFullPath, StartLine, NewParameter))
440 BelongsToFile, StartLine, EndLine = Record[2], Record[3], Record[4]
441 …BelongsToFunctionID, BelongsToFunction = SearchBelongsToFunction(BelongsToFile, StartLine, EndLine)
466 …s, %s, %s, %s\n' % (ItemType, ItemMode, SourceFileID, SourceFileFullPath, StartLine, NewParameter))
487 BelongsToFile, StartLine, EndLine = Record[2], Record[3], Record[4]
489 …BelongsToFunctionID, BelongsToFunction = SearchBelongsToFunction(BelongsToFile, StartLine, EndLine)
[all …]
DDatabase.py184 … Function.StartLine, Function.StartColumn, Function.EndLine, Function.EndColumn, \
191 …FileID, FunctionID, Identifier.StartLine, Identifier.StartColumn, Identifier.EndLine, Identifier.E…
195 …FileID, -1, Identifier.StartLine, Identifier.StartColumn, Identifier.EndLine, Identifier.EndColumn)
215 StartLine = Record[2]
219 (BelongsToFile, FunctionID, BelongsToFile, StartLine, EndLine)
223 …MODEL_IDENTIFIER_FUNCTION_HEADER, BelongsToFile, DataClass.MODEL_IDENTIFIER_COMMENT, StartLine - 1)
DCParser.py114 def StorePredicateExpression(self, StartLine, StartOffset, EndLine, EndOffset, Text): argument
115 … PredExp = CodeFragment.PredicateExpression(Text, (StartLine, StartOffset), (EndLine, EndOffset))
118 def StoreEnumerationDefinition(self, StartLine, StartOffset, EndLine, EndOffset, Text): argument
119 … EnumDef = CodeFragment.EnumerationDefinition(Text, (StartLine, StartOffset), (EndLine, EndOffset))
122 def StoreStructUnionDefinition(self, StartLine, StartOffset, EndLine, EndOffset, Text): argument
123 … SUDef = CodeFragment.StructUnionDefinition(Text, (StartLine, StartOffset), (EndLine, EndOffset))
126 def StoreTypedefDefinition(self, StartLine, StartOffset, EndLine, EndOffset, FromText, ToText): argument
127 …Tdef = CodeFragment.TypedefDefinition(FromText, ToText, (StartLine, StartOffset), (EndLine, EndOff…
130 …def StoreFunctionDefinition(self, StartLine, StartOffset, EndLine, EndOffset, ModifierText, DeclTe… argument
131 …FuncDef = CodeFragment.FunctionDefinition(ModifierText, DeclText, (StartLine, StartOffset), (EndLi…
[all …]
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Workspace/
DMetaFileTable.py112 BelongsToItem=-1, StartLine=-1, StartColumn=-1, EndLine=-1, EndColumn=-1, Enabled=0): argument
123 StartLine,
194 BelongsToItem=-1, StartLine=-1, StartColumn=-1, EndLine=-1, EndColumn=-1, Enabled=0): argument
205 StartLine,
308 FromItem=-1, StartLine=-1, StartColumn=-1, EndLine=-1, EndColumn=-1, Enabled=1): argument
320 StartLine,
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Table/
DTablePcd.py83 …ceGuidCName, Token, DatumType, Model, BelongsToFile, BelongsToFunction, StartLine, StartColumn, En… argument
87 …ceGuidCName, Token, DatumType, Model, BelongsToFile, BelongsToFunction, StartLine, StartColumn, En…
DTableIdentifier.py83 …, Modifier, Type, Name, Value, Model, BelongsToFile, BelongsToFunction, StartLine, StartColumn, En… argument
87 …, Modifier, Type, Name, Value, Model, BelongsToFile, BelongsToFunction, StartLine, StartColumn, En…
DTableFunction.py88 …def Insert(self, Header, Modifier, Name, ReturnStatement, StartLine, StartColumn, EndLine, EndColu… argument
92 …% (self.Table, self.ID, Header, Modifier, Name, ReturnStatement, StartLine, StartColumn, EndLine, …
DTableDec.py87 …e1, Value2, Value3, Value4, Value5, Arch, BelongsToItem, BelongsToFile, StartLine, StartColumn, En… argument
91 ….ID, Model, Value1, Value2, Value3, Arch, BelongsToItem, BelongsToFile, StartLine, StartColumn, En…
DTableDsc.py87 …def Insert(self, Model, Value1, Value2, Value3, Arch, BelongsToItem, BelongsToFile, StartLine, Sta… argument
91 ….ID, Model, Value1, Value2, Value3, Arch, BelongsToItem, BelongsToFile, StartLine, StartColumn, En…
DTableFdf.py88 …, Value1, Value2, Value3, Scope1, Scope2, BelongsToItem, BelongsToFile, StartLine, StartColumn, En… argument
92 …, Value1, Value2, Value3, Scope1, Scope2, BelongsToItem, BelongsToFile, StartLine, StartColumn, En…
DTableInf.py93 …e1, Value2, Value3, Value4, Value5, Arch, BelongsToItem, BelongsToFile, StartLine, StartColumn, En… argument
97 …e1, Value2, Value3, Value4, Value5, Arch, BelongsToItem, BelongsToFile, StartLine, StartColumn, En…
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Library/
DParsing.py719 def ParseDefine(LineValue, StartLine, Table, FileID, SectionName, \ argument
730 '', '', Arch, SectionModel, FileID, StartLine, -1, \
731 StartLine, -1, 0)
757 LineValue, StartLine, Comment = SectionItem[0], \
770 Records.append([LineValue, Arch, StartLine, IdNum, Third, Comment])
/device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
DFdfParser.py1059 StartLine = self.CurrentLineNumber
1060 while StartLine == self.CurrentLineNumber:
1077 if self.CurrentLineNumber != StartLine:
1078 EndPos = len(self.Profile.FileLinesList[StartLine-1])
1079 self.__Token = self.Profile.FileLinesList[StartLine-1][StartPos : EndPos]