Searched refs:ErrorID (Results 1 – 3 of 3) 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… 109 ErrorID = Record[1] 124 …File.write("""%s,%s,"%s",%s,%s,"%s"\n""" % (Index, ErrorID, EccToolError.gEccErrorMessage[ErrorID]… 125 …%s): [%s]%s %s" % (NewRecord[0][1], NewRecord[0][0], ErrorID, EccToolError.gEccErrorMessage[ErrorI…
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/ |
D | Exception.py | 24 self.ErrorID = '' 29 self.ErrorID = XmlElement(Item, '%s/ErrorID' % Key) 33 … return 'ErrorID = %s KeyWord = %s FilePath = %s' %(self.ErrorID, self.KeyWord, self.FilePath) 51 RtnList.append((Item.ErrorID, Item.KeyWord)) 74 def IsException(self, ErrorID, KeyWord, FileID=-1): argument 75 if (str(ErrorID), KeyWord) in self.ExceptionList:
|
D | Check.py | 1079 def CheckGuidProtocolPpi(self, ErrorID, Model, Table): argument 1098 if not EccGlobalData.gException.IsException(ErrorID, Record[1]): 1099 …EccGlobalData.gDb.TblReport.Insert(ErrorID, OtherMsg="The %s name [%s] is defined more than one ti… 1102 def CheckGuidProtocolPpiValue(self, ErrorID, Model): argument 1120 if not EccGlobalData.gException.IsException(ErrorID, Record[2]): 1121 …EccGlobalData.gDb.TblReport.Insert(ErrorID, OtherMsg="The %s value [%s] is used more than one time…
|