HomeSort by relevance Sort by last modified time
    Searched full:has_colors (Results 1 - 25 of 38) sorted by null

1 2

  /external/llvm/cmake/
config-ix.cmake 107 check_library_exists(curses has_colors "" HAVE_CURSES)
109 check_library_exists(ncurses has_colors "" HAVE_NCURSES)
112 check_library_exists(ncursesw has_colors "" HAVE_NCURSESW)
  /external/llvm/tools/llvm-mcmarkup/
llvm-mcmarkup.cpp 101 if (!outs().has_colors())
117 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/llvm/lib/Support/Unix/
Process.inc 283 if (has_colors() == TRUE)
  /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;
  /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/lib/
libcurses.so 
libncurses.so 
libncurses.so.5 
libncurses.so.5.6 
libtermcap.so 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
libcurses.so 
libncurses.so 
libncurses.so.5 
libncurses.so.5.6 
libtermcap.so 
  /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...]

Completed in 936 milliseconds

1 2