Home
last modified time | relevance | path

Searched refs:COLOR_BLUE (Results 1 – 25 of 26) sorted by relevance

12

/external/toybox/kconfig/lxdialog/
Dutil.c68 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/
Dutil.c60 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/
DDebugSystem.java22 public static final int COLOR_BLUE = 1; field in DebugSystem
90 case COLOR_BLUE: in getTexture()
102 case COLOR_BLUE: in getTexture()
DGameObjectCollisionSystem.java266 DebugSystem.COLOR_BLUE); in drawDebugVolumes()
/external/libcxx/utils/google-benchmark/src/
Dcolorprint.cc51 case COLOR_BLUE: in GetPlatformColorCode()
69 case COLOR_BLUE: in GetPlatformColorCode()
Dcolorprint.h14 COLOR_BLUE, enumerator
Dconsole_reporter.cc122 (result.report_big_o || result.report_rms) ? COLOR_BLUE : COLOR_GREEN; in PrintRunData()
/external/google-benchmark/src/
Dcolorprint.cc51 case COLOR_BLUE: in GetPlatformColorCode()
69 case COLOR_BLUE: in GetPlatformColorCode()
Dcolorprint.h14 COLOR_BLUE, enumerator
Dconsole_reporter.cc121 (result.report_big_o || result.report_rms) ? COLOR_BLUE : COLOR_GREEN; in PrintRunData()
/external/python/cpython2/Demo/curses/
Dncurses.py36 if color == curses.COLOR_BLUE:
100 p4 = mkpanel(curses.COLOR_BLUE,
Drain.py33 curses.init_pair(1, curses.COLOR_BLUE, bg)
Dxmas.py136 set_color(treescrn2, curses.COLOR_BLUE)
/external/tensorflow/tensorflow/python/debug/cli/
Dstepper_cli.py73 STATE_DUMPED_INTERMEDIATE: cli_shared.COLOR_BLUE,
83 stepper.NodeStepper.FEED_TYPE_DUMPED_INTERMEDIATE: cli_shared.COLOR_BLUE,
Dcli_shared.py40 COLOR_BLUE = "blue" variable
Dcurses_ui.py243 cli_shared.COLOR_BLUE: curses.COLOR_BLUE,
262 cli_shared.COLOR_BLUE + "_on_" + cli_shared.COLOR_WHITE)
Danalyzer_cli_test.py1385 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])
Danalyzer_cli.py1160 attribute = cli_shared.COLOR_BLUE
/external/autotest/client/profilers/powertop/src/
Ddisplay.c132 init_pair(PT_COLOR_BLUE, COLOR_WHITE, COLOR_BLUE); in initialize_curses()
/external/python/cpython3/Tools/demo/
Dlife.py175 curses.init_pair(1, curses.COLOR_BLUE, 0)
/external/u-boot/tools/
Dmoveconfig.py339 COLOR_BLUE = '0;34' variable
/external/python/cpython2/Modules/
D_cursesmodule.c2876 SetDictInt("COLOR_BLUE", COLOR_BLUE); in init_curses()
/external/python/cpython3/Modules/
D_cursesmodule.c3426 SetDictInt("COLOR_BLUE", COLOR_BLUE); in PyInit__curses()
/external/protobuf/
DCHANGES.txt87 `COLOR_BLUE` would generate a value of just `Blue`). An option
/external/python/cpython2/Doc/library/
Dcurses.rst1636 | ``COLOR_BLUE`` | Blue |

12