/external/catch2/include/internal/ |
D | catch_console_colour.h | 23 Cyan, enumerator 45 OriginalExpression = Cyan,
|
D | catch_console_colour.cpp | 79 … 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/ |
D | extern_impl.rs | 54 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/ |
D | config.rs | 170 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/ |
D | sanitizer_report_decorator.h | 39 const char *Cyan() const { return ansi_ ? "\033[1m\033[36m" : ""; } in Cyan() function
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_report_decorator.h | 40 const char *Cyan() const { return ansi_ ? "\033[1m\033[36m" : ""; } in Cyan() function
|
/external/clang/test/CodeGenObjC/ |
D | encode-test-4.m | 4 typedef enum { Cyan, Magenta, Yellow, Key } PrintColor; enum
|
/external/llvm-project/clang/test/CodeGenObjC/ |
D | encode-test-4.m | 4 typedef enum { Cyan, Magenta, Yellow, Key } PrintColor; enum
|
/external/rust/crates/codespan-reporting/tests/snapshots/ |
D | term__message__short_color.snap | 8 {fg:Cyan bold bright}help{bold bright}: a message{/}
|
D | term__message__medium_color.snap | 8 {fg:Cyan bold bright}help{bold bright}: a message{/}
|
D | term__message__rich_color.snap | 11 {fg:Cyan bold bright}help{bold bright}: a message{/}
|
D | term__message_and_notes__short_color.snap | 8 {fg:Cyan bold bright}help{bold bright}: a message{/}
|
D | term__empty__rich_color.snap | 13 {fg:Cyan bold bright}help{bold bright}: {/}
|
D | term__empty__medium_color.snap | 9 {fg:Cyan bold bright}help{bold bright}: {/}
|
D | term__empty__short_color.snap | 9 {fg:Cyan bold bright}help{bold bright}: {/}
|
D | term__message_and_notes__medium_color.snap | 11 {fg:Cyan bold bright}help{bold bright}: a message{/}
|
D | term__message_and_notes__rich_color.snap | 14 {fg:Cyan bold bright}help{bold bright}: a message{/}
|
/external/libcups/data/ |
D | raster.defs | 54 #define CUPS_CSPACE_CMY 4 /* Cyan, magenta, yellow */ 56 #define CUPS_CSPACE_CMYK 6 /* Cyan, magenta, yellow, black */
|
/external/libcups/cups/ |
D | test2.ppd | 204 *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: ""
|
D | test.ppd | 223 *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/ |
D | MESA_packed_depth_stencil.spec | 95 CMYK_EXT Color Cyan, Magenta, Yellow, Black components 96 CMYKA_EXT Color Cyan, Magenta, Yellow, Black, A components
|
/external/rust/crates/termcolor/src/ |
D | lib.rs | 1427 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/ |
D | display.rs | 33 Color::Cyan => Cow::from("cyan"), in display()
|
/external/python/cpython3/Tools/pynche/ |
D | webcolors.txt | 22 Cyan #00ffff
|
/external/python/cpython2/Tools/pynche/ |
D | webcolors.txt | 22 Cyan #00ffff
|