Searched refs:MSG_ERR (Results 1 – 3 of 3) sorted by relevance
32 #define MSG_ERR(...) LOGE(__VA_ARGS__) macro36 #define MSG_ERR(...) fprintf(stderr, __VA_ARGS__); fprintf(stderr, "\n"); macro107 MSG_ERR("LIBTBD ERROR: Cannot access data!"); in validate_anysize()114 MSG_ERR("LIBTBD ERROR: Size in header should be multiple of 4 bytes!"); in validate_anysize()118 MSG_ERR("LIBTBD ERROR: Invalid data header!"); in validate_anysize()133 MSG_ERR("LIBTBD ERROR: Invalid data header!"); in validate_anysize()143 MSG_ERR("LIBTBD ERROR: Size in record should be multiple of 4 bytes!"); in validate_anysize()147 MSG_ERR("LIBTBD ERROR: Invalid record header!"); in validate_anysize()151 MSG_ERR("LIBTBD ERROR: Invalid record header!"); in validate_anysize()178 MSG_ERR("LIBTBD ERROR: Cannot access data!"); in validate()[all …]
260 …nversionTimeOut ignored due to illegal value: '" + conversiontimeoutString + "'", Project.MSG_ERR); in setConversiontimeout()622 log("Termination of output redirection failed: " + ex, Project.MSG_ERR); in dependencyCheck()637 log("Termination of output redirection failed: " + e, Project.MSG_ERR); in dependencyCheck()645 …ntlr libraries not found in external classpath or embedded classpath statement ", Project.MSG_ERR); in dependencyCheck()647 log("Dependency check failed. ANTLR returned: " + err, Project.MSG_ERR); in dependencyCheck()
396 log(message, Project.MSG_ERR); in onViolation()