/external/python/cpython2/Demo/curses/ |
D | tclock.py | 25 if curses.has_colors(): 77 if curses.has_colors(): 125 if curses.has_colors(): 130 if curses.has_colors():
|
D | rain.py | 16 if curses.has_colors(): 31 if curses.has_colors():
|
D | ncurses.py | 35 if curses.has_colors():
|
D | xmas.py | 32 if curses.has_colors(): 39 if curses.has_colors():
|
/external/llvm/lib/DebugInfo/DWARF/ |
D | SyntaxHighlighting.cpp | 23 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/ |
D | life.py | 77 if curses.has_colors(): 117 if curses.has_colors(): 157 if curses.has_colors(): 174 if curses.has_colors():
|
/external/skia/src/core/ |
D | SkLiteDL.cpp | 392 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/ |
D | SkLiteDL.cpp | 386 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/ |
D | llvm-mcmarkup.cpp | 100 if (!outs().has_colors()) in processStartTag() 116 if (!outs().has_colors()) in processEndTag()
|
/external/llvm/include/llvm/Support/ |
D | raw_ostream.h | 257 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/ |
D | raw_ostream.h | 270 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/ |
D | WithColor.cpp | 24 return OS.has_colors(); in colorsEnabled()
|
D | SourceMgr.cpp | 370 ShowColors &= S.has_colors(); in print()
|
D | raw_ostream.cpp | 764 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/ |
D | raw_ostream.h | 279 virtual bool has_colors() const { return is_displayed(); } in has_colors() function 438 bool has_colors() const override;
|
/external/python/cpython2/Lib/test/ |
D | test_curses.py | 219 curses.has_colors, curses.has_ic, curses.has_il, 268 if not curses.has_colors():
|
/external/toybox/kconfig/lxdialog/ |
D | util.c | 225 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/ |
D | test_curses.py | 229 curses.has_colors, curses.has_ic, curses.has_il, 279 if not curses.has_colors():
|
/external/u-boot/scripts/kconfig/lxdialog/ |
D | util.c | 219 if (use_color && has_colors()) { in color_setup() 502 if (has_colors()) { /* Whether terminal supports color? */ in draw_shadow()
|
/external/clang/lib/Frontend/ |
D | ASTConsumers.cpp | 56 bool ShowColors = Out.has_colors(); in TraverseDecl()
|
/external/llvm/lib/Support/ |
D | SourceMgr.cpp | 338 ShowColors &= S.has_colors(); in print()
|
D | raw_ostream.cpp | 708 bool raw_fd_ostream::has_colors() const { in has_colors() function in raw_fd_ostream
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | raw_ostream.cpp | 687 bool raw_fd_ostream::has_colors() const { in has_colors() function in raw_fd_ostream
|
/external/u-boot/scripts/kconfig/ |
D | nconf.gui.c | 138 if (has_colors()) { in set_colors()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Unix/ |
D | Process.inc | 345 // isn't entirely obvious. We can use the curses routine 'has_colors' but it
|