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

  /external/llvm/tools/llvm-mcmarkup/
llvm-mcmarkup.cpp 101 if (!outs().has_colors())
117 if (!outs().has_colors())
  /external/llvm/include/llvm/Support/
raw_ostream.h 241 virtual bool has_colors() const { return is_displayed(); } function in class:llvm::raw_ostream
384 virtual bool has_colors() const LLVM_OVERRIDE;
  /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 346 ShowColors &= S.has_colors();
raw_ostream.cpp 643 bool raw_fd_ostream::has_colors() const { function in class:raw_fd_ostream
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
curses.h 573 extern NCURSES_EXPORT(bool) has_colors (void); /* implemented */
    [all...]
ncurses.h 573 extern NCURSES_EXPORT(bool) has_colors (void); /* implemented */
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
curses.h 573 extern NCURSES_EXPORT(bool) has_colors (void); /* implemented */
    [all...]
ncurses.h 573 extern NCURSES_EXPORT(bool) has_colors (void); /* implemented */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
curses.h 573 extern NCURSES_EXPORT(bool) has_colors (void); /* implemented */
    [all...]
ncurses.h 573 extern NCURSES_EXPORT(bool) has_colors (void); /* implemented */
    [all...]
  /external/llvm/
configure     [all...]

Completed in 472 milliseconds