Searched defs:errorString (Results 1 – 7 of 7) sorted by relevance
36 String errorString = GLU.gluErrorString(error); in getErrorString() local
106 String errorString = String.format( in testMultipleDownloads() local
558 private static String errorString(int value) { in errorString() method in EntitlementManager
613 String errorString; in sendFailureReport() local
41 #define STATUS_ERROR(errorCode, errorString) \ argument45 #define STATUS_ERROR_FMT(errorCode, errorString, ...) \ argument
109 #define STATUS_ERROR(errorCode, errorString) \ argument113 #define STATUS_ERROR_FMT(errorCode, errorString, ...) \ argument
1390 private CommandException getCommandException(int code, String errorString) { in getCommandException()