HomeSort by relevance Sort by last modified time
    Searched refs:has_colors (Results 1 - 13 of 13) sorted by null

  /external/llvm/lib/DebugInfo/DWARF/
SyntaxHighlighting.cpp 23 if (UseColor == cl::BOU_UNSET ? OS.has_colors() : UseColor == cl::BOU_TRUE) {
35 if (UseColor == cl::BOU_UNSET ? OS.has_colors() : UseColor == cl::BOU_TRUE)
  /external/llvm/include/llvm/Support/
raw_ostream.h 256 virtual bool has_colors() const { return is_displayed(); } function in class:llvm::raw_ostream
411 bool has_colors() const override;
  /external/llvm/tools/llvm-mcmarkup/
llvm-mcmarkup.cpp 100 if (!outs().has_colors())
116 if (!outs().has_colors())
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_curses.py 156 curses.has_colors, curses.has_ic, curses.has_il,
203 if curses.has_colors():
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_curses.py 156 curses.has_colors, curses.has_ic, curses.has_il,
203 if curses.has_colors():
  /external/toybox/kconfig/lxdialog/
util.c 225 if (has_colors()) { /* Terminal supports color? */
444 if (has_colors()) { /* Whether terminal supports color? */
  /external/clang/lib/Frontend/
ASTConsumers.cpp 56 bool ShowColors = Out.has_colors();
  /external/llvm/lib/Support/
SourceMgr.cpp 338 ShowColors &= S.has_colors();
raw_ostream.cpp 706 bool raw_fd_ostream::has_colors() const { function in class:raw_fd_ostream
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
curses.h 586 extern NCURSES_EXPORT(bool) has_colors (void); /* implemented */
    [all...]
ncurses.h 586 extern NCURSES_EXPORT(bool) has_colors (void); /* implemented */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
curses.h 605 extern NCURSES_EXPORT(bool) has_colors (void); /* implemented */
    [all...]
ncurses.h 605 extern NCURSES_EXPORT(bool) has_colors (void); /* implemented */
    [all...]

Completed in 416 milliseconds