Home
last modified time | relevance | path

Searched refs:Cyan (Results 1 – 25 of 57) sorted by relevance

123

/external/catch2/include/internal/
Dcatch_console_colour.h23 Cyan, enumerator
45 OriginalExpression = Cyan,
Dcatch_console_colour.cpp79 … case Colour::Cyan: return setTextAttribute( FOREGROUND_BLUE | FOREGROUND_GREEN ); in use()
142 case Colour::Cyan: return setColour( "[0;36m" ); in use()
/external/rust/crates/env_logger/src/fmt/writer/termcolor/
Dextern_impl.rs54 Level::Trace => level_style.set_color(Color::Cyan), in default_level_style()
461 Cyan, enumerator
476 Color::Cyan => Some(termcolor::Color::Cyan), in into_termcolor()
/external/rust/crates/codespan-reporting/src/term/
Dconfig.rs170 header_help: header.clone().set_fg(Some(Color::Cyan)).clone(), in with_blue()
177 primary_label_help: ColorSpec::new().set_fg(Some(Color::Cyan)).clone(), in with_blue()
191 const BLUE: Color = Color::Cyan; in default()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_report_decorator.h39 const char *Cyan() const { return ansi_ ? "\033[1m\033[36m" : ""; } in Cyan() function
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_report_decorator.h40 const char *Cyan() const { return ansi_ ? "\033[1m\033[36m" : ""; } in Cyan() function
/external/clang/test/CodeGenObjC/
Dencode-test-4.m4 typedef enum { Cyan, Magenta, Yellow, Key } PrintColor; enum
/external/llvm-project/clang/test/CodeGenObjC/
Dencode-test-4.m4 typedef enum { Cyan, Magenta, Yellow, Key } PrintColor; enum
/external/rust/crates/codespan-reporting/tests/snapshots/
Dterm__message__short_color.snap8 {fg:Cyan bold bright}help{bold bright}: a message{/}
Dterm__message__medium_color.snap8 {fg:Cyan bold bright}help{bold bright}: a message{/}
Dterm__message__rich_color.snap11 {fg:Cyan bold bright}help{bold bright}: a message{/}
Dterm__message_and_notes__short_color.snap8 {fg:Cyan bold bright}help{bold bright}: a message{/}
Dterm__empty__rich_color.snap13 {fg:Cyan bold bright}help{bold bright}: {/}
Dterm__empty__medium_color.snap9 {fg:Cyan bold bright}help{bold bright}: {/}
Dterm__empty__short_color.snap9 {fg:Cyan bold bright}help{bold bright}: {/}
Dterm__message_and_notes__medium_color.snap11 {fg:Cyan bold bright}help{bold bright}: a message{/}
Dterm__message_and_notes__rich_color.snap14 {fg:Cyan bold bright}help{bold bright}: a message{/}
/external/libcups/data/
Draster.defs54 #define CUPS_CSPACE_CMY 4 /* Cyan, magenta, yellow */
56 #define CUPS_CSPACE_CMYK 6 /* Cyan, magenta, yellow, black */
/external/libcups/cups/
Dtest2.ppd204 *cupsMarkerName cyan/Cyan Toner: ""
205 *fr.cupsMarkerName cyan/La Toner Cyan: ""
206 *zh_TW.cupsMarkerName cyan/Number 1 Cyan Toner: ""
207 *zh.cupsMarkerName cyan/Number 2 Cyan Toner: ""
Dtest.ppd223 *cupsMarkerName cyan/Cyan Toner: ""
224 *fr.cupsMarkerName cyan/La Toner Cyan: ""
225 *zh_TW.cupsMarkerName cyan/Number 1 Cyan Toner: ""
226 *zh.cupsMarkerName cyan/Number 2 Cyan Toner: ""
/external/mesa3d/docs/_extra/specs/OLD/
DMESA_packed_depth_stencil.spec95 CMYK_EXT Color Cyan, Magenta, Yellow, Black components
96 CMYKA_EXT Color Cyan, Magenta, Yellow, Black, A components
/external/rust/crates/termcolor/src/
Dlib.rs1427 Color::Cyan => write_intense!("14"), in write_color()
1441 Color::Cyan => write_normal!("6"), in write_color()
1797 Cyan, enumerator
1821 Color::Cyan => wincon::Color::Cyan, in to_windows()
1831 Color::Ansi256(6) => return Some((No, wincon::Color::Cyan)), in to_windows()
1839 Color::Ansi256(14) => return Some((Yes, wincon::Color::Cyan)), in to_windows()
1979 "cyan" => Ok(Color::Cyan), in from_str()
/external/rust/crates/criterion-plot/src/
Ddisplay.rs33 Color::Cyan => Cow::from("cyan"), in display()
/external/python/cpython3/Tools/pynche/
Dwebcolors.txt22 Cyan #00ffff
/external/python/cpython2/Tools/pynche/
Dwebcolors.txt22 Cyan #00ffff

123