Home
last modified time | relevance | path

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

/external/parameter-framework/upstream/tools/xmlValidator/
DxmlValidator.py36 class PrintColor(): class
40 PrintColor._printColor(green, stringToPrint)
45 PrintColor._printColor(red, stringToPrint)
89 PrintColor.success('%s is valid' % str(baseXmlName))
91 PrintColor.error('Error: %s' % str(schema.error_log))
95 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);