Home
last modified time | relevance | path

Searched refs:Color (Results 1 – 25 of 29) sorted by relevance

12

/openbmc/u-boot/tools/patman/
H A Dterminal.py54 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 Dseries.py105 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 Dcheckpatch.py135 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 Dtout.py71 _stdout.write('\r' + _color.Color(col, _progress))
89 msg = _color.Color(color, msg)
162 _color = terminal.Color()
H A Dpatman137 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 Dpatman.py137 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 Dgitutil.py491 col = terminal.Color()
499 print(col.Color(col.RED, msg))
508 print(col.Color(col.RED, msg))
/openbmc/u-boot/tools/buildman/
H A Dcontrol.py61 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 Dtest.py143 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 Dtoolchain.py348 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 Dbuilder.py288 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.scss1 // Sass Color Variables
20 // Sass Base Color Variables
26 // Sass Theme Color Variables
/openbmc/webui-vue/docs/.vuepress/components/colors/
H A Dtheme.vue11 <dt>Color variable:</dt>
15 <dt>Color variable:</dt>
H A Dgreens.vue11 <dt>Color variable:</dt>
H A Dyellows.vue11 <dt>Color variable:</dt>
H A Dblues.vue11 <dt>Color variable:</dt>
H A Dreds.vue11 <dt>Color variable:</dt>
H A Dall.vue15 <dt>Color Variable:</dt>
H A Dgrays.vue11 <dt>Color variable:</dt>
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-termcolor_3.1.0.bb1 SUMMARY = "ANSII Color formatting for output in terminal"
/openbmc/webui-vue/docs/customization/
H A Dreadme.md90 ##### 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/webui-vue/src/env/assets/styles/
H A D_ibm.scss38 …eue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "N…
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/
H A DThaicom2_C-78.5E48 # Thai TV Color Channel 3
/openbmc/phosphor-webui/app/common/styles/base/
H A Dcolors.scss36 // Color mapping
/openbmc/phosphor-led-sysfs/
H A DREADME.md40 .Color property s "xyz.openbmc_project.Led.Physical.Pal... e…

12