Home
last modified time | relevance | path

Searched refs:enable_colors (Results 1 – 24 of 24) sorted by relevance

/external/llvm-project/llvm/unittests/Support/
DWithColorTest.cpp18 OS.enable_colors(true); in TEST()
27 OS.enable_colors(true); in TEST()
37 OS.enable_colors(true); in TEST()
Draw_ostream_test.cpp358 Sos.enable_colors(false); in TEST()
366 Sos.enable_colors(true); in TEST()
/external/pigweed/pw_env_setup/py/pw_env_setup/
Dwindows_env_start.py29 from .colors import Color, enable_colors # type: ignore
42 enable_colors()
Dcolors.py38 def enable_colors(): function
Denv_setup.py71 from pw_env_setup.colors import Color, enable_colors
290 enable_colors()
/external/llvm-project/lld/MachO/
DDriverUtils.cpp55 lld::errs().enable_colors(true); in handleColorDiagnostics()
57 lld::errs().enable_colors(false); in handleColorDiagnostics()
61 lld::errs().enable_colors(true); in handleColorDiagnostics()
63 lld::errs().enable_colors(false); in handleColorDiagnostics()
DDriver.cpp662 stderrOS.enable_colors(stderrOS.has_colors()); in link()
/external/llvm-project/lld/ELF/
DDriverUtils.cpp63 lld::errs().enable_colors(true); in handleColorDiagnostics()
65 lld::errs().enable_colors(false); in handleColorDiagnostics()
69 lld::errs().enable_colors(true); in handleColorDiagnostics()
71 lld::errs().enable_colors(false); in handleColorDiagnostics()
DDriver.cpp111 stderrOS.enable_colors(stderrOS.has_colors()); in link()
/external/perfetto/protos/perfetto/config/interceptors/
Dconsole_config.proto27 optional bool enable_colors = 2; field
/external/llvm-project/lld/wasm/
DDriver.cpp94 stderrOS.enable_colors(stderrOS.has_colors()); in link()
141 lld::errs().enable_colors(true); in handleColorDiagnostics()
143 lld::errs().enable_colors(false); in handleColorDiagnostics()
147 lld::errs().enable_colors(true); in handleColorDiagnostics()
149 lld::errs().enable_colors(false); in handleColorDiagnostics()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
Draw_ostream.h299 virtual void enable_colors(bool /*enable*/) {} in enable_colors() function
477 void enable_colors(bool enable) override { ColorEnabled = enable; } in enable_colors() function
/external/llvm-project/clang/tools/diagtool/
DTreeView.cpp175 out.enable_colors(out.has_colors()); in run()
/external/llvm-project/lld/COFF/
DDriverUtils.cpp786 lld::errs().enable_colors(true); in handleColorDiagnostics()
788 lld::errs().enable_colors(false); in handleColorDiagnostics()
792 lld::errs().enable_colors(true); in handleColorDiagnostics()
794 lld::errs().enable_colors(false); in handleColorDiagnostics()
DDriver.cpp88 stderrOS.enable_colors(stderrOS.has_colors()); in link()
/external/llvm-project/lldb/include/lldb/Utility/
DStream.h409 enable_colors(colors); in raw_ostream()
/external/llvm-project/llvm/include/llvm/Support/
Draw_ostream.h315 virtual void enable_colors(bool enable) { ColorEnabled = enable; } in enable_colors() function
/external/llvm-project/lld/MinGW/
DDriver.cpp168 stderrOS.enable_colors(stderrOS.has_colors()); in link()
/external/perfetto/src/tracing/
Dconsole_interceptor.cc278 use_colors = config.enable_colors(); in OnSetup()
/external/llvm-project/llvm/utils/FileCheck/
DFileCheck.cpp596 ElidedLinesOS.enable_colors(true); in DumpAnnotatedInput()
/external/llvm-project/llvm/lib/Support/
Draw_ostream.cpp629 enable_colors(true); in raw_fd_ostream()
/external/llvm-project/lld/lib/Driver/
DDarwinLdDriver.cpp1157 StderrOS.enable_colors(StderrOS.has_colors()); in link()
/external/perfetto/protos/perfetto/config/
Dperfetto_config.proto470 optional bool enable_colors = 2; field
/external/perfetto/protos/perfetto/trace/
Dperfetto_trace.proto470 optional bool enable_colors = 2; field