Home
last modified time | relevance | path

Searched defs:set_color (Results 1 – 14 of 14) sorted by relevance

/external/rust/crates/termcolor/src/
Dlib.rs143 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 …]
/external/tensorflow/tensorflow/compiler/xla/service/
Dbuffer_value.h124 void set_color(Color color) { in set_color() function
/external/rust/crates/codespan-reporting/examples/
Dreadme_preview.rs232 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
/external/python/cpython2/Demo/curses/
Dxmas.py31 def set_color(win, color): function
/external/rust/crates/codespan-reporting/tests/support/
Dcolor_buffer.rs71 fn set_color(&mut self, spec: &ColorSpec) -> io::Result<()> { in set_color() method
/external/python/cpython2/Tools/pynche/
DChipViewer.py60 def set_color(self, color): member in ChipWidget
/external/python/cpython3/Tools/pynche/
DChipViewer.py60 def set_color(self, color): member in ChipWidget
/external/rust/crates/env_logger/src/fmt/writer/termcolor/
Dextern_impl.rs160 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
/external/rust/crates/intrusive-collections/src/
Drbtree.rs90 unsafe fn set_color(&mut self, ptr: Self::LinkPtr, color: Color); in set_color() method
269 unsafe fn set_color(&mut self, ptr: Self::LinkPtr, color: Color) { in set_color() method
556 unsafe fn set_color(&mut self, ptr: Self::LinkPtr, color: Color) { in set_color() method
/external/rust/crates/codespan-reporting/src/term/
Drenderer.rs975 fn set_color(&mut self, spec: &ColorSpec) -> io::Result<()> { in set_color() method
/external/igt-gpu-tools/tests/
Dkms_rotation_crc.c76 static void set_color(rgb_color_t *color, float r, float g, float b) in set_color() function
/external/rust/crates/clap/src/error/
Dmod.rs293 pub(crate) fn set_color(mut self, color_when: ColorChoice) -> Self { in set_color() method
/external/rust/crates/clap/3.2.23/src/error/
Dmod.rs217 pub(crate) fn set_color(mut self, color_when: ColorChoice) -> Self { in set_color() method
/external/libpng/contrib/libtests/
Dmakepng.c236 set_color(png_colorp color, png_bytep trans, unsigned int red, in set_color() function