/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 122 BelongsToItem, 138 def Query(self, Model, Arch=None, Platform=None, BelongsToItem=None): argument 146 if BelongsToItem != None: 147 ConditionString += " AND BelongsToItem=%s" % BelongsToItem 194 BelongsToItem=-1, StartLine=-1, StartColumn=-1, EndLine=-1, EndColumn=-1, Enabled=0): argument 204 BelongsToItem, 307 …def Insert(self, Model, Value1, Value2, Value3, Scope1='COMMON', Scope2='COMMON', BelongsToItem=-1… argument 318 BelongsToItem, 337 def Query(self, Model, Scope1=None, Scope2=None, BelongsToItem=None, FromItem=None): argument [all …]
|
D | MetaFileParser.py | 1349 Records = self._RawTable.Query(PcdType, BelongsToItem= -1.0)
|
/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 99 BelongsToItem, 171 …BelongsToItem=-1, BelongsToFile = -1, StartLine=-1, StartColumn=-1, EndLine=-1, EndColumn=-1, Enab… argument 181 BelongsToItem, 251 …def Insert(self, Model, Value1, Value2, Value3, Scope1='COMMON', Scope2='COMMON', BelongsToItem=-1… argument 262 BelongsToItem, 282 def Query(self, Model, Scope1=None, Scope2=None, BelongsToItem=None, FromItem=None): argument 291 if BelongsToItem != None: 292 ConditionString += " AND BelongsToItem=%s" % BelongsToItem
|
D | MetaFileParser.py | 1243 Records = self._RawTable.Query(MODEL_PCD_FEATURE_FLAG, BelongsToItem=-1.0) 1256 Records = self._RawTable.Query(MODEL_PCD_FIXED_AT_BUILD, BelongsToItem=-1.0) 1968 …(Model, Value1, Value2, Value3, Scope1, Scope2, BelongsToItem, BelongsToFile, StartLine, StartColu… 1979 …self.TblFdf.Insert(Model, Value1, Value2, Value3, Scope1, Scope2, BelongsToItem, BelongsToFile, St… 1987 …self.TblFdf.Insert(Model, Value1, Value2, Value3, Scope1, Scope2, BelongsToItem, BelongsToFile, St… 2051 …ToolError.ERROR_GENERAL_CHECK_UNI_HELP_INFO, OtherMsg=Msg, BelongsToTable='File', BelongsToItem=-2)
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Table/ |
D | TableReport.py | 71 …def Insert(self, ErrorID, OtherMsg='', BelongsToTable='', BelongsToItem= -1, Enabled=0, Corrected=… argument 74 …ble, self.ID, ErrorID, ConvertToSqlString2(OtherMsg), BelongsToTable, BelongsToItem, Enabled, Corr… 112 BelongsToItem = Record[4] 117 """ % (BelongsToTable, BelongsToItem) 121 """ % (BelongsToTable, BelongsToItem)
|
D | TableDec.py | 87 …def Insert(self, Model, Value1, Value2, Value3, Value4, Value5, Arch, BelongsToItem, BelongsToFile… argument 91 …% (self.Table, self.ID, Model, Value1, Value2, Value3, Arch, BelongsToItem, BelongsToFile, StartLi…
|
D | TableDsc.py | 87 …def Insert(self, Model, Value1, Value2, Value3, Arch, BelongsToItem, BelongsToFile, StartLine, Sta… argument 91 …% (self.Table, self.ID, Model, Value1, Value2, Value3, Arch, BelongsToItem, BelongsToFile, StartLi…
|
D | TableFdf.py | 88 …def Insert(self, Model, Value1, Value2, Value3, Scope1, Scope2, BelongsToItem, BelongsToFile, Star… argument 92 … (self.Table, self.ID, Model, Value1, Value2, Value3, Scope1, Scope2, BelongsToItem, BelongsToFile…
|
D | TableInf.py | 93 …def Insert(self, Model, Value1, Value2, Value3, Value4, Value5, Arch, BelongsToItem, BelongsToFile… argument 97 ….Table, self.ID, Model, Value1, Value2, Value3, Value4, Value5, Arch, BelongsToItem, BelongsToFile…
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/ |
D | Check.py | 56 ….Insert(ERROR_GENERAL_CHECK_UNI, OtherMsg=OtherMsg, BelongsToTable='File', BelongsToItem=Record[0]) 80 …t(ERROR_GENERAL_CHECK_NON_ACSII, OtherMsg=OtherMsg, BelongsToTable='File', BelongsToItem=Record[0]) 288 …E_CHECK_SAME_STRUCTURE, OtherMsg=OtherMsg, BelongsToTable=IdentifierTable, BelongsToItem=Record[0]) 386 …therMsg="The file name for [%s] is duplicate" % Path, BelongsToTable='File', BelongsToItem=Item[0]) 620 …not specify its supported module types" % (List[0]), BelongsToTable='Inf', BelongsToItem=Record[0]) 640 …oes not match the type of the module" % (Record[1]), BelongsToTable='Inf', BelongsToItem=Record[0]) 643 …oes not match the type of the module" % (Record[1]), BelongsToTable='Inf', BelongsToItem=Record[0]) 671 … in '%s'" % (LibraryClass[1], LibraryClass[2]), BelongsToTable='Dsc', BelongsToItem=LibraryClass[0… 688 …ass [%s] is not used in any platform" % (Record[1]), BelongsToTable='Inf', BelongsToItem=Record[0]) 701 … %s." % (Record[1], FilePath, Record[3], Record[4]), BelongsToTable='Dsc', BelongsToItem=Record[0]) [all …]
|
D | c.py | 65 … GetDB().TblReport.Insert(ErrorType, OtherMsg=Msg, BelongsToTable=TableName, BelongsToItem=ItemId)
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/ |
D | FdfClassObject.py | 89 …(Model, Value1, Value2, Value3, Arch, BelongsToItem, BelongsToFile, StartLine, StartColumn, EndLin… 100 …self.TblFdf.Insert(Model, Value1, Value2, Value3, Arch, BelongsToItem, BelongsToFile, StartLine, S… 108 …self.TblFdf.Insert(Model, Value1, Value2, Value3, Arch, BelongsToItem, BelongsToFile, StartLine, S…
|
D | Parsing.py | 179 def QueryDscItem(Table, Model, BelongsToItem, BelongsToFile): argument 184 and Enabled > -1""" % (Table.Table, Model, BelongsToItem, BelongsToFile) 196 def QueryDecItem(Table, Model, BelongsToItem): argument 200 and Enabled > -1""" % (Table.Table, Model, BelongsToItem) 212 def QueryInfItem(Table, Model, BelongsToItem): argument 216 and Enabled > -1""" % (Table.Table, Model, BelongsToItem) 814 BelongsToItem, EndLine, EndColumn = -1, -1, -1 854 BelongsToItem, EndLine, EndColumn = -1, -1, -1
|
D | DscClassObject.py | 964 …def InsertConditionalStatement(self, Filename, FileID, BelongsToItem, IfDefList, EndLine, ArchList… argument 987 …self.TblDsc.Insert(Model, Value1, Value2, Value3, ArchList, BelongsToItem, self.FileID, PreviousIf… 1002 …self.TblDsc.Insert(Model, Value1, Value2, Value3, ArchList, BelongsToItem, self.FileID, PreviousIf… 1009 …self.TblDsc.Insert(Model, Value1, Value2, Value3, ArchList, BelongsToItem, self.FileID, PreviousIf… 1259 BelongsToItem, EndLine, EndColumn = -1, -1, -1
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Eot/ |
D | c.py | 89 …GetDB().TblReport.Insert(ErrorType, OtherMsg = Msg, BelongsToTable = TableName, BelongsToItem = It…
|