Home
last modified time | relevance | path

Searched refs:PrintColor (Results 1 – 11 of 11) sorted by relevance

/external/parameter-framework/upstream/tools/xmlValidator/
DxmlValidator.py37 class PrintColor(): class
41 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]))
/external/clang/test/CodeGenObjC/
Dencode-test-4.m4 typedef enum { Cyan, Magenta, Yellow, Key } PrintColor; typedef
9 @encode(PrintColor) == @encode(int);
/external/cronet/stable/third_party/llvm-libc/src/test/UnitTest/
DLibcTest.cpp138 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()
DLibcTestMain.cpp31 Options.PrintColor = false; in parseOptions()
DLibcTest.h108 bool PrintColor = true; member
/external/llvm-libc/test/UnitTest/
DLibcTest.cpp138 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()
DLibcTestMain.cpp31 Options.PrintColor = false; in parseOptions()
DLibcTest.h108 bool PrintColor = true; member
/external/cronet/tot/third_party/llvm-libc/src/test/UnitTest/
DLibcTest.cpp138 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()
DLibcTestMain.cpp31 Options.PrintColor = false; in parseOptions()
DLibcTest.h108 bool PrintColor = true; member