Searched refs:PrintColor (Results 1 – 11 of 11) sorted by relevance
37 class PrintColor(): class41 PrintColor._printColor(green, stringToPrint)46 PrintColor._printColor(red, stringToPrint)90 PrintColor.success('%s is valid' % str(baseXmlName))92 PrintColor.error('Error: %s' % str(schema.error_log))96 PrintColor.error('Error: usage %s xmlDirectory schemaDirectory' % str(argv[0]))
4 typedef enum { Cyan, Magenta, Yellow, Key } PrintColor; typedef9 @encode(PrintColor) == @encode(int);
138 const char *green = Options.PrintColor ? "\033[32m" : ""; in runTests()139 const char *red = Options.PrintColor ? "\033[31m" : ""; in runTests()140 const char *reset = Options.PrintColor ? "\033[0m" : ""; in runTests()
31 Options.PrintColor = false; in parseOptions()
108 bool PrintColor = true; member