Searched refs:WHITE (Results 1 – 6 of 6) sorted by relevance
| /openbmc/openbmc/poky/scripts/lib/checklayer/cases/ |
| H A D | bsp.py | 109 WHITE = 1 117 if color.setdefault(dep, WHITE) == WHITE: 125 if color.setdefault(task, WHITE) == WHITE:
|
| /openbmc/u-boot/tools/patman/ |
| H A D | terminal.py | 94 BLACK, RED, GREEN, YELLOW, BLUE, MAGENTA, CYAN, WHITE = range(8) variable in Color
|
| /openbmc/u-boot/test/dm/ |
| H A D | video.c | 114 #define WHITE 0xffff in dm_test_video_text() macro 132 vidconsole_set_row(con, 0, WHITE); in dm_test_video_text()
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb/ |
| H A D | 0001-Avoid-variable-definition-in-header-files.patch | 91 #define WHITE 7
|
| /openbmc/openbmc/poky/bitbake/lib/bb/ |
| H A D | msg.py | 54 BASECOLOR, BLACK, RED, GREEN, YELLOW, BLUE, MAGENTA, CYAN, WHITE = list(range(29,38))
|
| /openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/ |
| H A D | draw.py | 43 WHITE = (1.0, 1.0, 1.0, 1.0) variable 736 col = WHITE 764 draw_fill_rect(ctx, WHITE, (0, 0, max(w, MIN_IMG_W), h))
|