Searched refs:color (Results 1 – 11 of 11) sorted by relevance
| /lib/mbedtls/external/mbedtls/tests/scripts/ |
| A D | depends.py | 73 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 D | all.sh | 618 *color*|cygwin|linux|rxvt*|screen|[Eex]term*)
|
| /lib/efi_loader/ |
| A D | initrddump.c | 57 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 D | smbiosdump.c | 37 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 D | dtbdump.c | 39 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 D | efi_console.c | 438 } color[] = { variable 472 printf(ESC"[%u;%u;%um", bold, color[fg].fg, color[bg].bg); in efi_cout_set_attribute()
|
| /lib/efi_selftest/ |
| A D | efi_selftest_console.c | 165 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 D | rbtree.c | 54 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 D | IANA-PRINTER-MIB | 967 "The color of this light."
|
| /lib/lwip/lwip/doc/doxygen/ |
| A D | lwip.Doxyfile | 1187 # 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 D | lwip.Doxyfile.cmake.in | 1187 # 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