Home
last modified time | relevance | path

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

/external/u-boot/tools/
Dmoveconfig.py451 def color_text(color_enabled, color, string): function
477 print color_text(color_enabled, COLOR_RED, line),
479 print color_text(color_enabled, COLOR_GREEN, line),
922 color_text(self.options.color, COLOR_BROWN,
961 log += color_text(self.options.color, log_color, actlog) + '\n'
992 log += color_text(self.options.color, COLOR_YELLOW,
1147 self.log += color_text(self.options.color, COLOR_LIGHT_RED,
1150 self.log += color_text(self.options.color, COLOR_LIGHT_CYAN,
1171 self.log += color_text(self.options.color, COLOR_YELLOW,
1208 self.log += color_text(self.options.color, COLOR_LIGHT_GREEN,
[all …]