Home
last modified time | relevance | path

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

/lib/mbedtls/external/mbedtls/tests/scripts/
A Ddepends.py73 if not options or options.color in ['no', 'never']:
75 elif options.color in ['yes', 'always']:
89 def log_line(text, prefix='depends.py:', suffix='', color=None): argument
91 if color is not None:
92 prefix = color[0] + prefix
93 suffix = suffix + color[1]
176 log_line(self.name + ' PASSED', color=colors.green)
178 log_line(self.name + ' FAILED', color=colors.red)
180 log_line('starting ' + self.name, color=colors.cyan)
491 log_line('{} passed'.format(' '.join(successes)), color=colors.bold_green)
[all …]
A Dall.sh618 *color*|cygwin|linux|rxvt*|screen|[Eex]term*)
/lib/efi_loader/
A Dinitrddump.c57 static void color(u8 color) in color() argument
60 cout->set_attribute(cout, color | EFI_BACKGROUND_BLACK); in color()
91 color(EFI_LIGHTRED); in error()
93 color(EFI_LIGHTBLUE); in error()
484 color(EFI_WHITE); in efi_main()
487 color(EFI_LIGHTBLUE); in efi_main()
510 color(EFI_LIGHTGRAY); in efi_main()
A Dsmbiosdump.c37 static void color(u8 color) in color() argument
40 cout->set_attribute(cout, color | EFI_BACKGROUND_BLACK); in color()
71 color(EFI_LIGHTRED); in error()
73 color(EFI_LIGHTBLUE); in error()
611 color(EFI_WHITE); in efi_main()
614 color(EFI_LIGHTBLUE); in efi_main()
618 color(EFI_LIGHTGRAY); in efi_main()
A Ddtbdump.c39 static void color(u8 color) in color() function
42 cout->set_attribute(cout, color | EFI_BACKGROUND_BLACK); in color()
120 color(EFI_LIGHTRED); in error()
122 color(EFI_LIGHTBLUE); in error()
829 color(EFI_LIGHTBLUE); in efi_main()
831 color(EFI_WHITE); in efi_main()
833 color(EFI_LIGHTBLUE); in efi_main()
858 color(EFI_LIGHTGRAY); in efi_main()
A Defi_console.c438 } color[] = { variable
472 printf(ESC"[%u;%u;%um", bold, color[fg].fg, color[bg].bg); in efi_cout_set_attribute()
/lib/efi_selftest/
A Defi_selftest_console.c165 void efi_st_printc(int color, const char *fmt, ...) in efi_st_printc() argument
177 if (color >= 0) in efi_st_printc()
178 con_out->set_attribute(con_out, (unsigned long)color); in efi_st_printc()
270 if (color >= 0) in efi_st_printc()
/lib/
A Drbtree.c54 struct rb_root *root, int color) in __rb_rotate_set_parents() argument
58 rb_set_parent_color(old, new, color); in __rb_rotate_set_parents()
/lib/lwip/lwip/contrib/apps/LwipMibCompiler/Mibs/IANA/
A DIANA-PRINTER-MIB967 "The color of this light."
/lib/lwip/lwip/doc/doxygen/
A Dlwip.Doxyfile1187 # The HTML_COLORSTYLE_HUE tag controls the color of the HTML output. Doxygen
1189 # this color. Hue is specified as an angle on a colorwheel, see
A Dlwip.Doxyfile.cmake.in1187 # The HTML_COLORSTYLE_HUE tag controls the color of the HTML output. Doxygen
1189 # this color. Hue is specified as an angle on a colorwheel, see

Completed in 48 milliseconds