/third_party/rust/crates/termcolor/src/ |
D | lib.rs | 143 fn set_color(&mut self, spec: &ColorSpec) -> io::Result<()>; in set_color() method 171 fn set_color(&mut self, spec: &ColorSpec) -> io::Result<()> { in set_color() method 186 fn set_color(&mut self, spec: &ColorSpec) -> io::Result<()> { in set_color() method 672 fn set_color(&mut self, spec: &ColorSpec) -> io::Result<()> { in set_color() method 706 fn set_color(&mut self, spec: &ColorSpec) -> io::Result<()> { in set_color() method 740 fn set_color(&mut self, spec: &ColorSpec) -> io::Result<()> { in set_color() method 790 fn set_color(&mut self, spec: &ColorSpec) -> io::Result<()> { in set_color() method 859 fn set_color(&mut self, spec: &ColorSpec) -> io::Result<()> { in set_color() method 1223 fn set_color(&mut self, spec: &ColorSpec) -> io::Result<()> { in set_color() method 1294 fn set_color(&mut self, _: &ColorSpec) -> io::Result<()> { in set_color() method [all …]
|
/third_party/rust/crates/codespan/codespan-reporting/examples/ |
D | readme_preview.rs | 232 fn set_color(&mut self, spec: &ColorSpec) -> io::Result<()> { in set_color() method 270 fn set_color(&mut self, spec: &ColorSpec) -> io::Result<()> { in set_color() method
|
/third_party/rust/crates/codespan/codespan-reporting/tests/support/ |
D | color_buffer.rs | 71 fn set_color(&mut self, spec: &ColorSpec) -> io::Result<()> { in set_color() method
|
/third_party/python/Tools/pynche/ |
D | ChipViewer.py | 60 def set_color(self, color): member in ChipWidget
|
/third_party/rust/crates/env_logger/src/fmt/writer/termcolor/ |
D | extern_impl.rs | 160 fn set_color(&mut self, spec: &ColorSpec) -> io::Result<()> { in set_color() method 278 pub fn set_color(&mut self, color: Color) -> &mut Style { in set_color() method
|
/third_party/rust/crates/codespan/codespan-reporting/src/term/ |
D | renderer.rs | 976 fn set_color(&mut self, spec: &ColorSpec) -> io::Result<()> { in set_color() method
|
/third_party/rust/crates/clap/src/error/ |
D | mod.rs | 293 pub(crate) fn set_color(mut self, color_when: ColorChoice) -> Self { in set_color() method
|
/third_party/skia/third_party/externals/libpng/contrib/libtests/ |
D | makepng.c | 238 set_color(png_colorp color, png_bytep trans, unsigned int red, in set_color() function
|
/third_party/flutter/skia/third_party/externals/libpng/contrib/libtests/ |
D | makepng.c | 238 set_color(png_colorp color, png_bytep trans, unsigned int red, in set_color() function
|
/third_party/ffmpeg/libavfilter/ |
D | vsrc_testsrc.c | 702 static void set_color(TestSourceContext *s, FFDrawColor *color, uint32_t argb) in set_color() function
|