Home
last modified time | relevance | path

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

12

/external/python/cpython2/Demo/curses/
Dtclock.py25 if curses.has_colors():
77 if curses.has_colors():
125 if curses.has_colors():
130 if curses.has_colors():
Drain.py16 if curses.has_colors():
31 if curses.has_colors():
Dncurses.py35 if curses.has_colors():
Dxmas.py32 if curses.has_colors():
39 if curses.has_colors():
/external/llvm/lib/DebugInfo/DWARF/
DSyntaxHighlighting.cpp23 if (UseColor == cl::BOU_UNSET ? OS.has_colors() : UseColor == cl::BOU_TRUE) { in WithColor()
36 if (UseColor == cl::BOU_UNSET ? OS.has_colors() : UseColor == cl::BOU_TRUE) in ~WithColor()
/external/python/cpython3/Tools/demo/
Dlife.py77 if curses.has_colors():
117 if curses.has_colors():
157 if curses.has_colors():
174 if curses.has_colors():
/external/skia/src/core/
DSkLiteDL.cpp392 if (colors) { copy_v(this->colors, colors, 4); has_colors = true; } in DrawPatch()
400 bool has_colors = false; member
403 c->drawPatch(cubics, has_colors ? colors : nullptr, has_texs ? texs : nullptr, in draw()
436 const SkRect* cull, const SkPaint* paint, bool has_colors) in DrawAtlas()
437 : atlas(sk_ref_sp(atlas)), count(count), xfermode(xfermode), has_colors(has_colors) { in DrawAtlas()
446 bool has_colors; member
450 auto colors = has_colors in draw()
/external/skqp/src/core/
DSkLiteDL.cpp386 if (colors) { copy_v(this->colors, colors, 4); has_colors = true; } in DrawPatch()
394 bool has_colors = false; member
397 c->drawPatch(cubics, has_colors ? colors : nullptr, has_texs ? texs : nullptr, in draw()
430 const SkRect* cull, const SkPaint* paint, bool has_colors) in DrawAtlas()
431 : atlas(sk_ref_sp(atlas)), count(count), xfermode(xfermode), has_colors(has_colors) { in DrawAtlas()
440 bool has_colors; member
444 auto colors = has_colors in draw()
/external/llvm/tools/llvm-mcmarkup/
Dllvm-mcmarkup.cpp100 if (!outs().has_colors()) in processStartTag()
116 if (!outs().has_colors()) in processEndTag()
/external/llvm/include/llvm/Support/
Draw_ostream.h257 virtual bool has_colors() const { return is_displayed(); } in has_colors() function
409 bool has_colors() const override;
/external/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;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DWithColor.cpp24 return OS.has_colors(); in colorsEnabled()
DSourceMgr.cpp370 ShowColors &= S.has_colors(); in print()
Draw_ostream.cpp764 bool raw_fd_ostream::has_colors() const { in has_colors() function in raw_fd_ostream
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
Draw_ostream.h279 virtual bool has_colors() const { return is_displayed(); } in has_colors() function
438 bool has_colors() const override;
/external/python/cpython2/Lib/test/
Dtest_curses.py219 curses.has_colors, curses.has_ic, curses.has_il,
268 if not curses.has_colors():
/external/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()
/external/python/cpython3/Lib/test/
Dtest_curses.py229 curses.has_colors, curses.has_ic, curses.has_il,
279 if not curses.has_colors():
/external/u-boot/scripts/kconfig/lxdialog/
Dutil.c219 if (use_color && has_colors()) { in color_setup()
502 if (has_colors()) { /* Whether terminal supports color? */ in draw_shadow()
/external/clang/lib/Frontend/
DASTConsumers.cpp56 bool ShowColors = Out.has_colors(); in TraverseDecl()
/external/llvm/lib/Support/
DSourceMgr.cpp338 ShowColors &= S.has_colors(); in print()
Draw_ostream.cpp708 bool raw_fd_ostream::has_colors() const { in has_colors() function in raw_fd_ostream
/external/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
/external/u-boot/scripts/kconfig/
Dnconf.gui.c138 if (has_colors()) { in set_colors()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Unix/
DProcess.inc345 // isn't entirely obvious. We can use the curses routine 'has_colors' but it

12