Searched refs:BelongsToTable (Results 1 – 5 of 5) sorted by relevance
/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 …% (self.Table, self.ID, ErrorID, ConvertToSqlString2(OtherMsg), BelongsToTable, BelongsToItem, Ena… 111 BelongsToTable = Record[3] 115 if BelongsToTable == 'File': 117 """ % (BelongsToTable, BelongsToItem) 121 """ % (BelongsToTable, BelongsToItem)
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/ |
D | Check.py | 56 …ata.gDb.TblReport.Insert(ERROR_GENERAL_CHECK_UNI, OtherMsg=OtherMsg, BelongsToTable='File', Belong… 80 …b.TblReport.Insert(ERROR_GENERAL_CHECK_NON_ACSII, OtherMsg=OtherMsg, BelongsToTable='File', Belong… 288 …ERROR_DECLARATION_DATA_TYPE_CHECK_SAME_STRUCTURE, OtherMsg=OtherMsg, BelongsToTable=IdentifierTabl… 386 …E_CHECK_NAME, OtherMsg="The file name for [%s] is duplicate" % Path, BelongsToTable='File', Belong… 620 …Class '%s' does not specify its supported module types" % (List[0]), BelongsToTable='Inf', Belongs… 640 …ed in Inf file does not match the type of the module" % (Record[1]), BelongsToTable='Inf', Belongs… 643 …ed in Inf file does not match the type of the module" % (Record[1]), BelongsToTable='Inf', Belongs… 671 …[%s] is not specified in '%s'" % (LibraryClass[1], LibraryClass[2]), BelongsToTable='Dsc', Belongs… 688 …="The Library Class [%s] is not used in any platform" % (Record[1]), BelongsToTable='Inf', Belongs… 701 …line %s and line %s." % (Record[1], FilePath, Record[3], Record[4]), BelongsToTable='Dsc', Belongs… [all …]
|
D | c.py | 65 … GetDB().TblReport.Insert(ErrorType, OtherMsg=Msg, BelongsToTable=TableName, BelongsToItem=ItemId)
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Eot/ |
D | c.py | 89 …GetDB().TblReport.Insert(ErrorType, OtherMsg = Msg, BelongsToTable = TableName, BelongsToItem = It…
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/MetaFileWorkspace/ |
D | MetaFileParser.py | 2056 …Insert(EccToolError.ERROR_GENERAL_CHECK_UNI_HELP_INFO, OtherMsg=Msg, BelongsToTable='File', Belong…
|