Home
last modified time | relevance | path

Searched refs:has_colors (Results 1 - 11 of 11) sorted by relevance

/third_party/python/Tools/demo/
H A 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/
H A Draw_ostream.h270 virtual bool has_colors() const { return is_displayed(); } in has_colors() function in llvm::raw_ostream
422 bool has_colors() const override;
/third_party/alsa-utils/alsamixer/
H A Dcolors.c61 if (!!has_colors() == !!use_color) { in init_colors()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DWithColor.cpp103 return OS.has_colors(); in colorsEnabled()
H A Draw_ostream.cpp860 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-10.0/llvm/include/llvm/Support/
H A Draw_ostream.h295 virtual bool has_colors() const { return is_displayed(); } in has_colors() function in llvm::raw_ostream
475 bool has_colors() const override;
/third_party/toybox/kconfig/lxdialog/
H A 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/
H A 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/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
H A Draw_ostream.cpp687 bool raw_fd_ostream::has_colors() const { in has_colors() function in raw_fd_ostream
/third_party/python/Lib/test/
H A Dtest_curses.py45 if not curses.has_colors():
875 self.assertIsInstance(curses.has_colors(), bool)
879 if not curses.has_colors():
/third_party/python/Modules/
H A D_cursesmodule.c3119 _curses.has_colors
3127 NoArgTrueFalseFunctionBody(has_colors)

Completed in 16 milliseconds