/openbmc/u-boot/tools/patman/ |
H A D | terminal.py | 54 col = Color() 55 text = col.Color(colour, text) 84 col = Color() 85 print(col.Color(line.colour, line.text), end='') 92 class Color(object): class 141 def Color(self, color, text, bright=True): member in Color
|
H A D | series.py | 105 col = terminal.Color() 115 print(col.Color(col.GREEN, ' %s' % args[upto])) 119 email = col.Color(col.YELLOW, "<alias '%s' not found>" 187 col = terminal.Color() 196 print(col.Color(col.RED, str)) 199 print(col.Color(col.RED, str)) 202 print(col.Color(col.RED, str)) 222 col = terminal.Color() 239 print(col.Color(col.YELLOW, 'Skipping "%s"' % x))
|
H A D | checkpatch.py | 135 msg_type = col.Color(col.YELLOW, msg_type) 137 msg_type = col.Color(col.RED, msg_type) 139 msg_type = col.Color(col.MAGENTA, msg_type) 145 col = terminal.Color() 154 result.warnings, result.checks, col.Color(col.BLUE, fname))) 172 print(col.Color(color, str % (error_count, warning_count, check_count)))
|
H A D | tout.py | 71 _stdout.write('\r' + _color.Color(col, _progress)) 89 msg = _color.Color(color, msg) 162 _color = terminal.Color()
|
H A D | patman | 137 col = terminal.Color() 140 sys.exit(col.Color(col.RED, str)) 175 print(col.Color(col.RED, "Not sending emails due to errors/warnings")) 181 print(col.Color(col.RED, "Email would not be sent"))
|
H A D | patman.py | 137 col = terminal.Color() 140 sys.exit(col.Color(col.RED, str)) 175 print(col.Color(col.RED, "Not sending emails due to errors/warnings")) 181 print(col.Color(col.RED, "Email would not be sent"))
|
H A D | gitutil.py | 491 col = terminal.Color() 499 print(col.Color(col.RED, msg)) 508 print(col.Color(col.RED, msg))
|
/openbmc/u-boot/tools/buildman/ |
H A D | control.py | 61 col = terminal.Color() 74 print ' ', col.Color(col.YELLOW, commit.hash[:8], bright=False), 86 print col.Color(col.YELLOW, warning) 138 col = terminal.Color() 149 print col.Color(col.BLUE, 'Available architectures: %s\n' % 156 print col.Color(col.CYAN, '\nDownloading toolchains: %s' % 189 sys.exit(col.Color(col.RED, msg)) 191 sys.exit(col.Color(col.RED, "Range '%s' has no commits" % 194 print col.Color(col.YELLOW, msg) 200 sys.exit(col.Color(col.RED, str)) [all …]
|
H A D | test.py | 143 self._col = terminal.Color() 177 expect += ' ' + col.Color(expected_colour, plus) 180 expect += col.Color(expected_colour, ' %s' % board) 222 col = terminal.Color() 251 expect += ' ' + col.Color(col.GREEN, '') 253 expect += col.Color(col.GREEN, ' %s' % 'board2') 254 expect += ' ' + col.Color(col.YELLOW, 'w+') 256 expect += col.Color(col.YELLOW, ' %s' % 'board3')
|
H A D | toolchain.py | 348 col = terminal.Color() 349 print col.Color(col.BLUE, 'List of available toolchains (%d):' % 567 col = terminal.Color() 568 print col.Color(col.BLUE, "Downloading toolchain for arch '%s'" % arch) 583 print col.Color(col.GREEN, 'Unpacking to: %s' % dest), 591 print col.Color(col.GREEN, 'Testing') 598 print col.Color(col.RED, 'Warning, ambiguous toolchains: %s' %
|
H A D | builder.py | 288 self.col = terminal.Color() 425 col = terminal.Color() 448 line = '\r' + self.col.Color(self.col.GREEN, '%5d' % ok) 449 line += self.col.Color(self.col.YELLOW, '%5d' % self.warned) 450 line += self.col.Color(self.col.RED, '%5d' % self.fail) 845 str = self.col.Color(color, ' ' + target) 847 str = ' %s %s' % (self.col.Color(color, char), str) 859 return self.col.Color(color, str(num)) 922 tuple([indent, self.col.Color(self.col.YELLOW, fname)] + args))
|
/openbmc/webui-vue/src/assets/styles/bmc/helpers/ |
H A D | _colors.scss | 1 // Sass Color Variables 20 // Sass Base Color Variables 26 // Sass Theme Color Variables
|
/openbmc/linux/Documentation/leds/ |
H A D | leds-mlxcpld.rst | 51 Color mask for all the above LEDs: 96 Color mask for all the above LEDs, excepted uid: 109 Color mask for uid LED:
|
/openbmc/webui-vue/docs/.vuepress/components/colors/ |
H A D | theme.vue | 11 <dt>Color variable:</dt> 15 <dt>Color variable:</dt>
|
H A D | greens.vue | 11 <dt>Color variable:</dt>
|
H A D | yellows.vue | 11 <dt>Color variable:</dt>
|
H A D | blues.vue | 11 <dt>Color variable:</dt>
|
H A D | reds.vue | 11 <dt>Color variable:</dt>
|
H A D | all.vue | 15 <dt>Color Variable:</dt>
|
/openbmc/webui-vue/docs/customization/ |
H A D | readme.md | 90 ##### Sass Color Variables 112 ##### Custom Color Variables 115 // Sass Base Color Variables 133 ##### Custom Theme Color Variables 136 // Sass Theme Color Variables 161 ##### Color Resources
|
/openbmc/linux/drivers/video/fbdev/riva/ |
H A D | riva_hw.h | 167 U032 Color; member 299 U032 Color; member 335 U032 Color; member 355 U032 Color; /* source color 0304-0307*/ member
|
/openbmc/webui-vue/src/env/assets/styles/ |
H A D | _ibm.scss | 38 …eue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "N…
|
/openbmc/linux/drivers/gpu/drm/renesas/rcar-du/ |
H A D | Kconfig | 15 bool "R-Car DU Color Management Module (CMM) Support" 19 Enable support for R-Car Color Management Module (CMM).
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
H A D | python3-termcolor_2.5.0.bb | 1 SUMMARY = "ANSII Color formatting for output in terminal"
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | colorspaces-details.rst | 25 * - Color 102 * - Color 225 * - Color 304 * - Color 366 * - Color 467 * - Color 518 * - Color 586 * - Color 663 * - Color
|