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

  /external/llvm/include/llvm/Support/
raw_ostream.h 246 virtual bool has_colors() const { return is_displayed(); } function in class:llvm::raw_ostream
389 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/clang/lib/Frontend/
ASTConsumers.cpp 57 bool ShowColors = Out.has_colors();
  /external/llvm/lib/Support/
SourceMgr.cpp 345 ShowColors &= S.has_colors();
raw_ostream.cpp 651 bool raw_fd_ostream::has_colors() const { function in class:raw_fd_ostream
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/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.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...]

Completed in 346 milliseconds