/external/toybox/kconfig/lxdialog/ |
D | util.c | 68 DLG_COLOR(screen, COLOR_CYAN, COLOR_BLUE, true); in set_classic_theme() 73 DLG_COLOR(button_active, COLOR_WHITE, COLOR_BLUE, true); in set_classic_theme() 75 DLG_COLOR(button_key_active, COLOR_WHITE, COLOR_BLUE, true); in set_classic_theme() 77 DLG_COLOR(button_label_active, COLOR_YELLOW, COLOR_BLUE, true); in set_classic_theme() 88 DLG_COLOR(item_selected, COLOR_WHITE, COLOR_BLUE, true); in set_classic_theme() 90 DLG_COLOR(tag_selected, COLOR_YELLOW, COLOR_BLUE, true); in set_classic_theme() 92 DLG_COLOR(tag_key_selected, COLOR_YELLOW, COLOR_BLUE, true); in set_classic_theme() 94 DLG_COLOR(check_selected, COLOR_WHITE, COLOR_BLUE, true); in set_classic_theme() 144 DLG_COLOR(title, COLOR_BLUE, COLOR_WHITE, true); in set_bluetitle_theme() 145 DLG_COLOR(button_key_active, COLOR_YELLOW, COLOR_BLUE, true); in set_bluetitle_theme() [all …]
|
/external/u-boot/scripts/kconfig/lxdialog/ |
D | util.c | 60 DLG_COLOR(screen, COLOR_CYAN, COLOR_BLUE, true); in set_classic_theme() 65 DLG_COLOR(button_active, COLOR_WHITE, COLOR_BLUE, true); in set_classic_theme() 67 DLG_COLOR(button_key_active, COLOR_WHITE, COLOR_BLUE, true); in set_classic_theme() 69 DLG_COLOR(button_label_active, COLOR_YELLOW, COLOR_BLUE, true); in set_classic_theme() 80 DLG_COLOR(item_selected, COLOR_WHITE, COLOR_BLUE, true); in set_classic_theme() 82 DLG_COLOR(tag_selected, COLOR_YELLOW, COLOR_BLUE, true); in set_classic_theme() 84 DLG_COLOR(tag_key_selected, COLOR_YELLOW, COLOR_BLUE, true); in set_classic_theme() 86 DLG_COLOR(check_selected, COLOR_WHITE, COLOR_BLUE, true); in set_classic_theme() 136 DLG_COLOR(title, COLOR_BLUE, COLOR_WHITE, true); in set_bluetitle_theme() 137 DLG_COLOR(button_key_active, COLOR_YELLOW, COLOR_BLUE, true); in set_bluetitle_theme() [all …]
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | DebugSystem.java | 22 public static final int COLOR_BLUE = 1; field in DebugSystem 90 case COLOR_BLUE: in getTexture() 102 case COLOR_BLUE: in getTexture()
|
D | GameObjectCollisionSystem.java | 266 DebugSystem.COLOR_BLUE); in drawDebugVolumes()
|
/external/libcxx/utils/google-benchmark/src/ |
D | colorprint.cc | 51 case COLOR_BLUE: in GetPlatformColorCode() 69 case COLOR_BLUE: in GetPlatformColorCode()
|
D | colorprint.h | 14 COLOR_BLUE, enumerator
|
D | console_reporter.cc | 122 (result.report_big_o || result.report_rms) ? COLOR_BLUE : COLOR_GREEN; in PrintRunData()
|
/external/google-benchmark/src/ |
D | colorprint.cc | 51 case COLOR_BLUE: in GetPlatformColorCode() 69 case COLOR_BLUE: in GetPlatformColorCode()
|
D | colorprint.h | 14 COLOR_BLUE, enumerator
|
D | console_reporter.cc | 121 (result.report_big_o || result.report_rms) ? COLOR_BLUE : COLOR_GREEN; in PrintRunData()
|
/external/python/cpython2/Demo/curses/ |
D | ncurses.py | 36 if color == curses.COLOR_BLUE: 100 p4 = mkpanel(curses.COLOR_BLUE,
|
D | rain.py | 33 curses.init_pair(1, curses.COLOR_BLUE, bg)
|
D | xmas.py | 136 set_color(treescrn2, curses.COLOR_BLUE)
|
/external/tensorflow/tensorflow/python/debug/cli/ |
D | stepper_cli.py | 73 STATE_DUMPED_INTERMEDIATE: cli_shared.COLOR_BLUE, 83 stepper.NodeStepper.FEED_TYPE_DUMPED_INTERMEDIATE: cli_shared.COLOR_BLUE,
|
D | cli_shared.py | 40 COLOR_BLUE = "blue" variable
|
D | curses_ui.py | 243 cli_shared.COLOR_BLUE: curses.COLOR_BLUE, 262 cli_shared.COLOR_BLUE + "_on_" + cli_shared.COLOR_WHITE)
|
D | analyzer_cli_test.py | 1385 self.assertEqual(cli_shared.COLOR_BLUE, out.font_attr_segs[index + 2][0][2]) 1461 self.assertEqual(cli_shared.COLOR_BLUE, out.font_attr_segs[index + 2][0][2])
|
D | analyzer_cli.py | 1160 attribute = cli_shared.COLOR_BLUE
|
/external/autotest/client/profilers/powertop/src/ |
D | display.c | 132 init_pair(PT_COLOR_BLUE, COLOR_WHITE, COLOR_BLUE); in initialize_curses()
|
/external/python/cpython3/Tools/demo/ |
D | life.py | 175 curses.init_pair(1, curses.COLOR_BLUE, 0)
|
/external/u-boot/tools/ |
D | moveconfig.py | 339 COLOR_BLUE = '0;34' variable
|
/external/python/cpython2/Modules/ |
D | _cursesmodule.c | 2876 SetDictInt("COLOR_BLUE", COLOR_BLUE); in init_curses()
|
/external/python/cpython3/Modules/ |
D | _cursesmodule.c | 3426 SetDictInt("COLOR_BLUE", COLOR_BLUE); in PyInit__curses()
|
/external/protobuf/ |
D | CHANGES.txt | 87 `COLOR_BLUE` would generate a value of just `Blue`). An option
|
/external/python/cpython3/Doc/library/ |
D | curses.rst | 1686 | ``COLOR_BLUE`` | Blue |
|