Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dbuffer_value.h119 void set_color(Color color) { in set_color() function
/external/rust/crates/termcolor/src/
Dlib.rs151 fn set_color(&mut self, spec: &ColorSpec) -> io::Result<()>; in set_color() method
179 fn set_color(&mut self, spec: &ColorSpec) -> io::Result<()> { in set_color() method
194 fn set_color(&mut self, spec: &ColorSpec) -> io::Result<()> { in set_color() method
624 fn set_color(&mut self, spec: &ColorSpec) -> io::Result<()> { in set_color() method
658 fn set_color(&mut self, spec: &ColorSpec) -> io::Result<()> { in set_color() method
692 fn set_color(&mut self, spec: &ColorSpec) -> io::Result<()> { in set_color() method
742 fn set_color(&mut self, spec: &ColorSpec) -> io::Result<()> { in set_color() method
811 fn set_color(&mut self, spec: &ColorSpec) -> io::Result<()> { in set_color() method
1172 fn set_color(&mut self, spec: &ColorSpec) -> io::Result<()> { in set_color() method
1242 fn set_color(&mut self, _: &ColorSpec) -> io::Result<()> { in set_color() method
[all …]
/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/rust/crates/env_logger/src/fmt/writer/termcolor/
Dextern_impl.rs139 fn set_color(&mut self, spec: &ColorSpec) -> io::Result<()> { in set_color() method
257 pub fn set_color(&mut self, color: Color) -> &mut Style { in set_color() method
/external/python/cpython3/Tools/pynche/
DChipViewer.py60 def set_color(self, color): member in ChipWidget
/external/python/cpython2/Tools/pynche/
DChipViewer.py60 def set_color(self, color): member in ChipWidget
/external/rust/crates/intrusive-collections/src/
Drbtree.rs89 unsafe fn set_color(&mut self, ptr: Self::LinkPtr, color: Color); in set_color() method
268 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/libpng/contrib/libtests/
Dmakepng.c238 set_color(png_colorp color, png_bytep trans, unsigned int red, in set_color() function