Searched refs:ERROR_HEADER_CHECK_FUNCTION (Results 1 - 2 of 2) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Ecc/ |
H A D | EccToolError.py | 33 ERROR_HEADER_CHECK_FUNCTION = 4002 variable 121 ERROR_HEADER_CHECK_FUNCTION : "Function header doesn't exist",
|
H A D | c.py | 2427 if EccGlobalData.gException.IsException(ERROR_HEADER_CHECK_FUNCTION, FuncName): 2430 PrintErrorMsg(ERROR_HEADER_CHECK_FUNCTION, 'Function [%s] has NO comment immediately preceding it.' % (FuncName), FileTable, Result[3]) 2457 if EccGlobalData.gException.IsException(ERROR_HEADER_CHECK_FUNCTION, FuncName): 2460 PrintErrorMsg(ERROR_HEADER_CHECK_FUNCTION, 'Function [%s] has NO comment immediately preceding it.' % (FuncName), 'Function', Result[3]) 2541 PrintErrorMsg(ERROR_HEADER_CHECK_FUNCTION, 'in Comment, <%s> does NOT end with new line ' % (Tag.replace('\n', '').replace('\r', '')), TableName, CommentId)
|
Completed in 53 milliseconds