Searched defs:useColor (Results 1 - 3 of 3) sorted by relevance

/external/vogar/src/vogar/
H A DConsole.java44 private boolean useColor; field in class:Console
60 boolean useColor, int passColor, int skipColor, int failColor, int warnColor) {
61 this.useColor = useColor;
435 return useColor ? ("\u001b[" + color.getCode() + ";1m" + message + "\u001b[0m") : message;
59 setUseColor( boolean useColor, int passColor, int skipColor, int failColor, int warnColor) argument
/external/robolectric/v3/runtime/
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 61 milliseconds