/external/python/cpython3/Lib/curses/ |
D | __init__.py | 42 def start_color(): function 44 retval = _curses.start_color() 90 start_color()
|
/external/python/cpython2/Lib/curses/ |
D | __init__.py | 45 def start_color(): function 47 retval = _curses.start_color()
|
D | wrapper.py | 39 curses.start_color()
|
/external/skqp/bench/ |
D | RotatedRectBench.cpp | 30 static inline SkColor start_color(ColorType ct) { in start_color() function 91 SkColor color = start_color(fColorType); in onDraw()
|
/external/skia/bench/ |
D | RotatedRectBench.cpp | 30 static inline SkColor start_color(ColorType ct) { in start_color() function 91 SkColor color = start_color(fColorType); in onDraw()
|
/external/harfbuzz_ng/test/shaping/ |
D | hb_test_tools.py | 94 def start_color (c): return '' member in ColorFormatter.Null 104 def start_color (c): member in ColorFormatter.ANSI 120 def start_color (c): member in ColorFormatter.HTML 175 oo[i] += self.formatter.start_color (self.colors[i])
|
/external/deqp/external/openglcts/modules/glesext/geometry_shader/ |
D | esextcGeometryShaderRendering.cpp | 3543 tcu::Vec4 start_color; in verify() local 3567 start_color = tcu::Vec4(1.0f, 0.0f, 0.0f, 0.0f); in verify() 3581 start_color = tcu::Vec4(0.0f, 1.0f, 0.0f, 0.0f); in verify() 3595 start_color = tcu::Vec4(0.0f, 0.0f, 1.0f, 0.0f); in verify() 3609 start_color = tcu::Vec4(0.0f, 0.0f, 0.0f, 1.0f); in verify() 3639 reference_rgba[n_channel] = start_color[n_channel] + in verify() 3640 (end_color[n_channel] - start_color[n_channel]) * float(n_point) / 7.0f; in verify()
|
/external/autotest/client/profilers/powertop/src/ |
D | display.c | 118 start_color(); in initialize_curses()
|
/external/u-boot/scripts/kconfig/ |
D | nconf.gui.c | 135 start_color(); in set_colors()
|
/external/python/cpython2/Lib/test/ |
D | test_curses.py | 270 curses.start_color()
|
/external/toybox/kconfig/lxdialog/ |
D | util.c | 226 start_color(); in color_setup()
|
/external/python/cpython3/Lib/test/ |
D | test_curses.py | 281 curses.start_color()
|
/external/u-boot/scripts/kconfig/lxdialog/ |
D | util.c | 220 start_color(); in color_setup()
|
/external/python/cpython2/Doc/howto/ |
D | curses.rst | 308 To use color, you must call the :func:`start_color` function soon after calling 329 :func:`start_color` initializes 8 basic colors when it activates color mode.
|
/external/python/cpython3/Doc/howto/ |
D | curses.rst | 376 To use color, you must call the :func:`~curses.start_color` function soon 403 Colors are numbered, and :func:`start_color` initializes 8 basic
|
/external/tensorflow/tensorflow/python/debug/cli/ |
D | curses_ui.py | 408 curses.start_color()
|
/external/python/cpython2/Doc/library/ |
D | curses.rst | 521 .. function:: start_color() 527 :func:`start_color` initializes eight basic colors (black, red, green, yellow,
|
/external/python/cpython3/Doc/library/ |
D | curses.rst | 530 .. function:: start_color() 536 :func:`start_color` initializes eight basic colors (black, red, green, yellow,
|
/external/python/cpython2/Modules/ |
D | _cursesmodule.c | 2497 code = start_color(); in PyCurses_Start_Color()
|
/external/python/cpython3/Modules/ |
D | _cursesmodule.c | 2974 code = start_color(); in PyCurses_Start_Color()
|