/device/linaro/bootloader/edk2/BaseTools/Source/Python/CommonDataClass/ |
D | DataClass.py | 214 StartLine = -1, StartColumn = -1, EndLine = -1, EndColumn = -1, \ argument 225 self.EndLine = EndLine 268 …gsToFile = -1, BelongsToFunction = -1, StartLine = -1, StartColumn = -1, EndLine = -1, EndColumn =… argument 279 self.EndLine = EndLine 314 …gsToFile = -1, BelongsToFunction = -1, StartLine = -1, StartColumn = -1, EndLine = -1, EndColumn =… argument 324 self.EndLine = EndLine
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/ |
D | Database.py | 184 … Function.StartLine, Function.StartColumn, Function.EndLine, Function.EndColumn, \ 192 …ID, FunctionID, Identifier.StartLine, Identifier.StartColumn, Identifier.EndLine, Identifier.EndCo… 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) 230 EndLine = Record[3] 239 and BelongsToFile = %s""" % (StartLine, EndLine, BelongsToFile) 255 and BelongsToFile = %s""" % (EndLine, BelongsToFile) 283 EndLine = Record[3] 288 (BelongsToFile, FunctionID, BelongsToFile, StartLine, EndLine)
|
D | C.g | 72 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 …nt.FunctionDefinition(ModifierText, DeclText, (StartLine, StartOffset), (EndLine, EndOffset), (Lef… [all …]
|
D | c.py | 2289 EndLine = Result[4] 2296 …if StartLine == FuncDef[1] and StartColumn > FuncDef[2] and EndLine == FuncDef[3] and EndColumn < … 2299 if StartLine > FuncDef[1] and EndLine < FuncDef[3]: 2302 if StartLine == FuncDef[1] and StartColumn > FuncDef[2] and EndLine < FuncDef[3]: 2305 if StartLine > FuncDef[1] and EndLine == FuncDef[3] and EndColumn < FuncDef[4]:
|
D | CParser.py | 114 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 …nt.FunctionDefinition(ModifierText, DeclText, (StartLine, StartOffset), (EndLine, EndOffset), (Lef… [all …]
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/MetaFileWorkspace/ |
D | MetaFileTable.py | 88 …BelongsToItem=-1, BelongsToFile = -1, StartLine=-1, StartColumn=-1, EndLine=-1, EndColumn=-1, Enab… argument 103 EndLine, 171 …BelongsToItem=-1, BelongsToFile = -1, StartLine=-1, StartColumn=-1, EndLine=-1, EndColumn=-1, Enab… argument 185 EndLine, 252 FromItem=-1, StartLine=-1, StartColumn=-1, EndLine=-1, EndColumn=-1, Enabled=1): argument 267 EndLine,
|
D | MetaFileParser.py | 1973 …3, Scope1, Scope2, BelongsToItem, BelongsToFile, StartLine, StartColumn, EndLine, EndColumn, Enabl… 1984 …3, Scope1, Scope2, BelongsToItem, BelongsToFile, StartLine, StartColumn, EndLine, EndColumn, Enabl… 1992 …3, Scope1, Scope2, BelongsToItem, BelongsToFile, StartLine, StartColumn, EndLine, EndColumn, Enabl…
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Table/ |
D | TablePcd.py | 83 …n, DatumType, Model, BelongsToFile, BelongsToFunction, StartLine, StartColumn, EndLine, EndColumn): argument 87 …en, DatumType, Model, BelongsToFile, BelongsToFunction, StartLine, StartColumn, EndLine, EndColumn)
|
D | TableIdentifier.py | 83 … Name, Value, Model, BelongsToFile, BelongsToFunction, StartLine, StartColumn, EndLine, EndColumn): argument 87 …, Name, Value, Model, BelongsToFile, BelongsToFunction, StartLine, StartColumn, EndLine, EndColumn)
|
D | TableFunction.py | 88 …def Insert(self, Header, Modifier, Name, ReturnStatement, StartLine, StartColumn, EndLine, EndColu… argument 92 …elf.ID, Header, Modifier, Name, ReturnStatement, StartLine, StartColumn, EndLine, EndColumn, BodyS…
|
D | TableDsc.py | 87 …ue2, Value3, Arch, BelongsToItem, BelongsToFile, StartLine, StartColumn, EndLine, EndColumn, Enabl… argument 91 …ue2, Value3, Arch, BelongsToItem, BelongsToFile, StartLine, StartColumn, EndLine, EndColumn, Enabl…
|
D | TableFdf.py | 88 …3, Scope1, Scope2, BelongsToItem, BelongsToFile, StartLine, StartColumn, EndLine, EndColumn, Enabl… argument 92 …3, Scope1, Scope2, BelongsToItem, BelongsToFile, StartLine, StartColumn, EndLine, EndColumn, Enabl…
|
D | TableDec.py | 87 …ue4, Value5, Arch, BelongsToItem, BelongsToFile, StartLine, StartColumn, EndLine, EndColumn, Enabl… argument 91 …ue2, Value3, Arch, BelongsToItem, BelongsToFile, StartLine, StartColumn, EndLine, EndColumn, Enabl…
|
D | TableInf.py | 93 …ue4, Value5, Arch, BelongsToItem, BelongsToFile, StartLine, StartColumn, EndLine, EndColumn, Enabl… argument 97 …ue4, Value5, Arch, BelongsToItem, BelongsToFile, StartLine, StartColumn, EndLine, EndColumn, Enabl…
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Workspace/ |
D | MetaFileTable.py | 112 BelongsToItem=-1, StartLine=-1, StartColumn=-1, EndLine=-1, EndColumn=-1, Enabled=0): argument 125 EndLine, 194 BelongsToItem=-1, StartLine=-1, StartColumn=-1, EndLine=-1, EndColumn=-1, Enabled=0): argument 207 EndLine, 308 FromItem=-1, StartLine=-1, StartColumn=-1, EndLine=-1, EndColumn=-1, Enabled=1): argument 322 EndLine,
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/ |
D | FdfClassObject.py | 89 …ue2, Value3, Arch, BelongsToItem, BelongsToFile, StartLine, StartColumn, EndLine, EndColumn, Enabl… 100 …ue2, Value3, Arch, BelongsToItem, BelongsToFile, StartLine, StartColumn, EndLine, EndColumn, Enabl… 108 …ue2, Value3, Arch, BelongsToItem, BelongsToFile, StartLine, StartColumn, EndLine, EndColumn, Enabl…
|
D | Parsing.py | 814 BelongsToItem, EndLine, EndColumn = -1, -1, -1 815 …LineValue, StartLine, EndLine, Comment = SectionItem[0], SectionItem[1], SectionItem[1], SectionIt… 854 BelongsToItem, EndLine, EndColumn = -1, -1, -1 855 LineValue, StartLine, EndLine = SectionItem[0], SectionItem[1], SectionItem[1]
|
D | DscClassObject.py | 969 …def InsertConditionalStatement(self, Filename, FileID, BelongsToItem, IfDefList, EndLine, ArchList… argument 992 …alue3, ArchList, BelongsToItem, self.FileID, PreviousIf[1], StartColumn, EndLine, EndColumn, Enabl… 1007 …alue3, ArchList, BelongsToItem, self.FileID, PreviousIf[1], StartColumn, EndLine, EndColumn, Enabl… 1014 …alue3, ArchList, BelongsToItem, self.FileID, PreviousIf[1], StartColumn, EndLine, EndColumn, Enabl… 1264 BelongsToItem, EndLine, EndColumn = -1, -1, -1 1265 LineValue, StartLine, EndLine = SectionItem[0], SectionItem[1], SectionItem[1]
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Eot/ |
D | Database.py | 184 … Function.StartLine, Function.StartColumn, Function.EndLine, Function.EndColumn, \ 191 …ID, FunctionID, Identifier.StartLine, Identifier.StartColumn, Identifier.EndLine, Identifier.EndCo… 195 …FileID, -1, Identifier.StartLine, Identifier.StartColumn, Identifier.EndLine, Identifier.EndColumn) 216 EndLine = Record[3] 219 (BelongsToFile, FunctionID, BelongsToFile, StartLine, EndLine)
|
D | Parser.py | 364 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) 440 BelongsToFile, StartLine, EndLine = Record[2], Record[3], Record[4] 441 …BelongsToFunctionID, BelongsToFunction = SearchBelongsToFunction(BelongsToFile, StartLine, EndLine) 487 BelongsToFile, StartLine, EndLine = Record[2], Record[3], Record[4] 489 …BelongsToFunctionID, BelongsToFunction = SearchBelongsToFunction(BelongsToFile, StartLine, EndLine) 579 BelongsToFile, StartLine, EndLine = Record[2], Record[3], Record[4] 581 …BelongsToFunctionID, BelongsToFunction = SearchBelongsToFunction(BelongsToFile, StartLine, EndLine)
|
D | CParser.py | 114 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 …nt.FunctionDefinition(ModifierText, DeclText, (StartLine, StartOffset), (EndLine, EndOffset), (Lef… [all …]
|