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

1 2

  /external/llvm/lib/DebugInfo/DWARF/
SyntaxHighlighting.cpp 23 if (UseColor == cl::BOU_UNSET ? OS.has_colors() : UseColor == cl::BOU_TRUE) {
36 if (UseColor == cl::BOU_UNSET ? OS.has_colors() : UseColor == cl::BOU_TRUE)
  /external/python/cpython2/Demo/curses/
tclock.py 25 if curses.has_colors():
77 if curses.has_colors():
125 if curses.has_colors():
130 if curses.has_colors():
rain.py 16 if curses.has_colors():
31 if curses.has_colors():
xmas.py 32 if curses.has_colors():
39 if curses.has_colors():
  /external/python/cpython3/Tools/demo/
life.py 77 if curses.has_colors():
117 if curses.has_colors():
157 if curses.has_colors():
174 if curses.has_colors():
  /external/llvm/include/llvm/Support/
raw_ostream.h 257 virtual bool has_colors() const { return is_displayed(); } function in class:llvm::raw_ostream
409 bool has_colors() const override;
  /external/llvm/tools/llvm-mcmarkup/
llvm-mcmarkup.cpp 100 if (!outs().has_colors())
116 if (!outs().has_colors())
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
raw_ostream.h 270 virtual bool has_colors() const { return is_displayed(); } function in class:llvm::raw_ostream
422 bool has_colors() const override;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
raw_ostream.h 270 virtual bool has_colors() const { return is_displayed(); } function in class:llvm::raw_ostream
422 bool has_colors() const override;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
raw_ostream.h 270 virtual bool has_colors() const { return is_displayed(); } function in class:llvm::raw_ostream
422 bool has_colors() const override;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
raw_ostream.h 270 virtual bool has_colors() const { return is_displayed(); } function in class:llvm::raw_ostream
422 bool has_colors() const override;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
raw_ostream.h 274 virtual bool has_colors() const { return is_displayed(); } function in class:llvm::raw_ostream
425 bool has_colors() const override;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
raw_ostream.h 274 virtual bool has_colors() const { return is_displayed(); } function in class:llvm::raw_ostream
425 bool has_colors() const override;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
raw_ostream.h 274 virtual bool has_colors() const { return is_displayed(); } function in class:llvm::raw_ostream
425 bool has_colors() const override;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
raw_ostream.h 274 virtual bool has_colors() const { return is_displayed(); } function in class:llvm::raw_ostream
425 bool has_colors() const override;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
raw_ostream.h 270 virtual bool has_colors() const { return is_displayed(); } function in class:llvm::raw_ostream
422 bool has_colors() const override;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
raw_ostream.h 270 virtual bool has_colors() const { return is_displayed(); } function in class:llvm::raw_ostream
422 bool has_colors() const override;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
raw_ostream.h 270 virtual bool has_colors() const { return is_displayed(); } function in class:llvm::raw_ostream
422 bool has_colors() const override;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
raw_ostream.h 274 virtual bool has_colors() const { return is_displayed(); } function in class:llvm::raw_ostream
425 bool has_colors() const override;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
raw_ostream.h 274 virtual bool has_colors() const { return is_displayed(); } function in class:llvm::raw_ostream
425 bool has_colors() const override;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
raw_ostream.h 274 virtual bool has_colors() const { return is_displayed(); } function in class:llvm::raw_ostream
425 bool has_colors() const override;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
raw_ostream.h 274 virtual bool has_colors() const { return is_displayed(); } function in class:llvm::raw_ostream
425 bool has_colors() const override;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_curses.py 156 curses.has_colors, curses.has_ic, curses.has_il,
198 if curses.has_colors():
  /external/skia/src/core/
SkLiteDL.cpp 434 if (colors) { copy_v(this->colors, colors, 4); has_colors = true; }
442 bool has_colors = false; member in struct:__anon34009::final
445 c->drawPatch(cubics, has_colors ? colors : nullptr, has_texs ? texs : nullptr,
474 const SkRect* cull, const SkPaint* paint, bool has_colors)
475 : atlas(sk_ref_sp(atlas)), count(count), xfermode(xfermode), has_colors(has_colors) {
484 bool has_colors; member in struct:__anon34009::final
488 auto colors = has_colors
  /external/skqp/src/core/
SkLiteDL.cpp 434 if (colors) { copy_v(this->colors, colors, 4); has_colors = true; }
442 bool has_colors = false; member in struct:__anon34677::final
445 c->drawPatch(cubics, has_colors ? colors : nullptr, has_texs ? texs : nullptr,
474 const SkRect* cull, const SkPaint* paint, bool has_colors)
475 : atlas(sk_ref_sp(atlas)), count(count), xfermode(xfermode), has_colors(has_colors) {
484 bool has_colors; member in struct:__anon34677::final
488 auto colors = has_colors

Completed in 153 milliseconds

1 2