Home
last modified time | relevance | path

Searched refs:OtherMsg (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/Python/Table/
DTableReport.py71 …def Insert(self, ErrorID, OtherMsg='', BelongsToTable='', BelongsToItem= -1, Enabled=0, Corrected=… argument
74 …% (self.Table, self.ID, ErrorID, ConvertToSqlString2(OtherMsg), BelongsToTable, BelongsToItem, Ena…
110 OtherMsg = Record[2]
124 …ndex, ErrorID, EccToolError.gEccErrorMessage[ErrorID], NewRecord[0][1], NewRecord[0][0], OtherMsg))
125 …s" % (NewRecord[0][1], NewRecord[0][0], ErrorID, EccToolError.gEccErrorMessage[ErrorID], OtherMsg))
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/
DCheck.py55 OtherMsg = "File %s is not a valid UTF-16 UNI file" % Record[1]
56 …EccGlobalData.gDb.TblReport.Insert(ERROR_GENERAL_CHECK_UNI, OtherMsg=OtherMsg, BelongsToTable='Fil…
79OtherMsg = "File %s has Non-ASCII char at line %s column %s" % (Record[1], IndexOfLine, IndexOfCha…
80 …EccGlobalData.gDb.TblReport.Insert(ERROR_GENERAL_CHECK_NON_ACSII, OtherMsg=OtherMsg, BelongsToTabl…
284 OtherMsg = "The structure name '%s' is duplicate" % Record[1]
286OtherMsg = "The structure name [%s] is duplicate with the one defined in %s, maybe struct NOT type…
288 ….TblReport.Insert(ERROR_DECLARATION_DATA_TYPE_CHECK_SAME_STRUCTURE, OtherMsg=OtherMsg, BelongsToTa…
386 …EccGlobalData.gDb.TblReport.Insert(ERROR_INCLUDE_FILE_CHECK_NAME, OtherMsg="The file name for [%s]…
620 …ata.gDb.TblReport.Insert(ERROR_META_DATA_FILE_CHECK_LIBRARY_INSTANCE_2, OtherMsg="The Library Clas…
640 …ata.gDb.TblReport.Insert(ERROR_META_DATA_FILE_CHECK_LIBRARY_INSTANCE_1, OtherMsg="The type of Libr…
[all …]
Dc.py65 … GetDB().TblReport.Insert(ErrorType, OtherMsg=Msg, BelongsToTable=TableName, BelongsToItem=ItemId)
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Eot/
Dc.py89 …GetDB().TblReport.Insert(ErrorType, OtherMsg = Msg, BelongsToTable = TableName, BelongsToItem = It…
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/MetaFileWorkspace/
DMetaFileParser.py2051 …ta.gDb.TblReport.Insert(EccToolError.ERROR_GENERAL_CHECK_UNI_HELP_INFO, OtherMsg=Msg, BelongsToTab…