/device/linaro/bootloader/edk2/BaseTools/Source/Python/CommonDataClass/ |
D | DataClass.py | 214 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/ |
D | FdfClassObject.py | 89 …(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…
|
D | DscClassObject.py | 925 def ParseInclude(self, LineValue, StartLine, Table, FileID, Filename, SectionName, Model, Arch): argument 929 …ble.Insert(Model, IncludeFile, '', '', Arch, SectionModel, FileID, StartLine, -1, StartLine, -1, 0) 939 def ParseDefine(self, LineValue, StartLine, Table, FileID, Filename, SectionName, Model, Arch): argument 943 …nsert(Model, Define[0], Define[1], '', Arch, SectionModel, FileID, StartLine, -1, StartLine, -1, 0) 952 …def ParseDefinesSection(self, LineValue, StartLine, Table, FileID, Filename, SectionName, Model, A… argument 956 RaiseParserError(LineValue, SectionName, Filename, '', StartLine) 957 …TblDsc.Insert(Model, Defines[0], Defines[1], '', Arch, -1, FileID, StartLine, -1, StartLine, -1, 0) 1265 LineValue, StartLine, EndLine = SectionItem[0], SectionItem[1], SectionItem[1] 1273 …IfDefList.append((LineValue[len(TAB_IF_N_DEF):].strip(), StartLine, MODEL_META_DATA_CONDITIONAL_ST… 1280 …IfDefList.append((LineValue[len(TAB_IF_N_DEF):].strip(), StartLine, MODEL_META_DATA_CONDITIONAL_ST… [all …]
|
D | Parsing.py | 795 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])
|
D | FdfParserLite.py | 873 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/ |
D | Database.py | 184 … 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)
|
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 …FuncDef = CodeFragment.FunctionDefinition(ModifierText, DeclText, (StartLine, StartOffset), (EndLi… [all …]
|
D | c.py | 1366 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 2287 StartLine = Result[2] 2296 …if StartLine == FuncDef[1] and StartColumn > FuncDef[2] and EndLine == FuncDef[3] and EndColumn < … [all …]
|
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 …FuncDef = CodeFragment.FunctionDefinition(ModifierText, DeclText, (StartLine, StartOffset), (EndLi… [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 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,
|
D | MetaFileParser.py | 1973 …(Model, Value1, Value2, Value3, Scope1, Scope2, BelongsToItem, BelongsToFile, StartLine, StartColu… 1982 StartLine = Fdf.Profile.PcdFileLineDict[Key][1] 1984 …, Value1, Value2, Value3, Scope1, Scope2, BelongsToItem, BelongsToFile, StartLine, StartColumn, En… 1990 StartLine = Fdf.Profile.InfFileLineList[Index][1] 1992 …, Value1, Value2, Value3, Scope1, Scope2, BelongsToItem, BelongsToFile, StartLine, StartColumn, En…
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Eot/ |
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) 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 …]
|
D | Database.py | 184 … 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)
|
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 …FuncDef = CodeFragment.FunctionDefinition(ModifierText, DeclText, (StartLine, StartOffset), (EndLi… [all …]
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Table/ |
D | TablePcd.py | 83 …ceGuidCName, Token, DatumType, Model, BelongsToFile, BelongsToFunction, StartLine, StartColumn, En… argument 87 …ceGuidCName, Token, DatumType, Model, BelongsToFile, BelongsToFunction, StartLine, StartColumn, En…
|
D | TableIdentifier.py | 83 …, Modifier, Type, Name, Value, Model, BelongsToFile, BelongsToFunction, StartLine, StartColumn, En… argument 87 …, Modifier, Type, Name, Value, Model, BelongsToFile, BelongsToFunction, StartLine, StartColumn, En…
|
D | TableFunction.py | 88 …def Insert(self, Header, Modifier, Name, ReturnStatement, StartLine, StartColumn, EndLine, EndColu… argument 92 …% (self.Table, self.ID, Header, Modifier, Name, ReturnStatement, StartLine, StartColumn, EndLine, …
|
D | TableFdf.py | 88 …, Value1, Value2, Value3, Scope1, Scope2, BelongsToItem, BelongsToFile, StartLine, StartColumn, En… argument 92 …, Value1, Value2, Value3, Scope1, Scope2, BelongsToItem, BelongsToFile, StartLine, StartColumn, En…
|
D | TableDec.py | 87 …e1, Value2, Value3, Value4, Value5, Arch, BelongsToItem, BelongsToFile, StartLine, StartColumn, En… argument 91 ….ID, Model, Value1, Value2, Value3, Arch, BelongsToItem, BelongsToFile, StartLine, StartColumn, En…
|
D | TableDsc.py | 87 …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…
|
D | TableInf.py | 93 …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/Workspace/ |
D | MetaFileTable.py | 112 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/UPT/Library/ |
D | Parsing.py | 719 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/ |
D | FdfParser.py | 1061 StartLine = self.CurrentLineNumber 1062 while StartLine == self.CurrentLineNumber: 1079 if self.CurrentLineNumber != StartLine: 1080 EndPos = len(self.Profile.FileLinesList[StartLine-1]) 1081 self.__Token = self.Profile.FileLinesList[StartLine-1][StartPos : EndPos]
|