/external/llvm-project/llvm/unittests/Support/ |
D | WithColorTest.cpp | 18 OS.enable_colors(true); in TEST() 27 OS.enable_colors(true); in TEST() 37 OS.enable_colors(true); in TEST()
|
D | raw_ostream_test.cpp | 358 Sos.enable_colors(false); in TEST() 366 Sos.enable_colors(true); in TEST()
|
/external/pigweed/pw_env_setup/py/pw_env_setup/ |
D | windows_env_start.py | 29 from .colors import Color, enable_colors # type: ignore 42 enable_colors()
|
D | colors.py | 38 def enable_colors(): function
|
D | env_setup.py | 71 from pw_env_setup.colors import Color, enable_colors 290 enable_colors()
|
/external/llvm-project/lld/MachO/ |
D | DriverUtils.cpp | 55 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()
|
D | Driver.cpp | 662 stderrOS.enable_colors(stderrOS.has_colors()); in link()
|
/external/llvm-project/lld/ELF/ |
D | DriverUtils.cpp | 63 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()
|
D | Driver.cpp | 111 stderrOS.enable_colors(stderrOS.has_colors()); in link()
|
/external/perfetto/protos/perfetto/config/interceptors/ |
D | console_config.proto | 27 optional bool enable_colors = 2; field
|
/external/llvm-project/lld/wasm/ |
D | Driver.cpp | 94 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/ |
D | raw_ostream.h | 299 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/ |
D | TreeView.cpp | 175 out.enable_colors(out.has_colors()); in run()
|
/external/llvm-project/lld/COFF/ |
D | DriverUtils.cpp | 786 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()
|
D | Driver.cpp | 88 stderrOS.enable_colors(stderrOS.has_colors()); in link()
|
/external/llvm-project/lldb/include/lldb/Utility/ |
D | Stream.h | 409 enable_colors(colors); in raw_ostream()
|
/external/llvm-project/llvm/include/llvm/Support/ |
D | raw_ostream.h | 315 virtual void enable_colors(bool enable) { ColorEnabled = enable; } in enable_colors() function
|
/external/llvm-project/lld/MinGW/ |
D | Driver.cpp | 168 stderrOS.enable_colors(stderrOS.has_colors()); in link()
|
/external/perfetto/src/tracing/ |
D | console_interceptor.cc | 278 use_colors = config.enable_colors(); in OnSetup()
|
/external/llvm-project/llvm/utils/FileCheck/ |
D | FileCheck.cpp | 596 ElidedLinesOS.enable_colors(true); in DumpAnnotatedInput()
|
/external/llvm-project/llvm/lib/Support/ |
D | raw_ostream.cpp | 629 enable_colors(true); in raw_fd_ostream()
|
/external/llvm-project/lld/lib/Driver/ |
D | DarwinLdDriver.cpp | 1157 StderrOS.enable_colors(StderrOS.has_colors()); in link()
|
/external/perfetto/protos/perfetto/config/ |
D | perfetto_config.proto | 470 optional bool enable_colors = 2; field
|
/external/perfetto/protos/perfetto/trace/ |
D | perfetto_trace.proto | 470 optional bool enable_colors = 2; field
|