Home
last modified time | relevance | path

Searched refs:has_colors (Results 1 – 15 of 15) sorted by relevance

/third_party/python/Tools/demo/
Dlife.py77 if curses.has_colors():
117 if curses.has_colors():
157 if curses.has_colors():
174 if curses.has_colors():
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
Draw_ostream.h270 virtual bool has_colors() const { return is_displayed(); } in has_colors() function
422 bool has_colors() const override;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
Draw_ostream.h295 virtual bool has_colors() const { return is_displayed(); } in has_colors() function
475 bool has_colors() const override;
/third_party/alsa-utils/alsamixer/
Dcolors.c50 if (!!has_colors() == !!use_color) { in init_colors()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DWithColor.cpp103 return OS.has_colors(); in colorsEnabled()
Draw_ostream.cpp860 bool raw_fd_ostream::has_colors() const { in has_colors() function in raw_fd_ostream
/third_party/toybox/kconfig/lxdialog/
Dutil.c225 if (has_colors()) { /* Terminal supports color? */ in color_setup()
444 if (has_colors()) { /* Whether terminal supports color? */ in draw_shadow()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_llvm_vs.c453 bool has_colors = false; in si_vertex_color_clamping() local
466 has_colors = true; in si_vertex_color_clamping()
469 if (!has_colors) in si_vertex_color_clamping()
/third_party/python/Lib/test/
Dtest_curses.py45 if not curses.has_colors():
870 self.assertIsInstance(curses.has_colors(), bool)
874 if not curses.has_colors():
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
Draw_ostream.cpp687 bool raw_fd_ostream::has_colors() const { in has_colors() function in raw_fd_ostream
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/Unix/
DProcess.inc364 // isn't entirely obvious. We can use the curses routine 'has_colors' but it
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Unix/
DProcess.inc348 // isn't entirely obvious. We can use the curses routine 'has_colors' but it
/third_party/python/Doc/howto/
Dcurses.rst379 done, the :func:`~curses.has_colors` function returns TRUE if the terminal
/third_party/python/Modules/
D_cursesmodule.c3121 NoArgTrueFalseFunctionBody(has_colors) in _curses_has_colors_impl()
/third_party/python/Doc/library/
Dcurses.rst246 .. function:: has_colors()