/third_party/flutter/skia/third_party/externals/sdl/build-scripts/ |
D | winrtbuild.ps1 | 247 Write-Host -ForegroundColor Cyan "Building SDL2 NuGet packages..." 248 Write-Host -ForegroundColor Cyan "... via NuGet install: $NugetPath" 250 Write-Host -ForegroundColor Cyan "... output directory: $NugetOutputDir" 252 Write-Host -ForegroundColor Cyan "... HG Revision: $SDLHGRevision"
|
/third_party/rust/crates/env_logger/src/fmt/writer/termcolor/ |
D | extern_impl.rs | 55 Level::Trace => level_style.set_color(Color::Cyan), in default_level_style() 509 Cyan, enumerator 524 Color::Cyan => termcolor::Color::Cyan, in into_termcolor()
|
/third_party/rust/crates/codespan/codespan-reporting/src/term/ |
D | config.rs | 166 header_help: header.clone().set_fg(Some(Color::Cyan)).clone(), in with_blue() 173 primary_label_help: ColorSpec::new().set_fg(Some(Color::Cyan)).clone(), in with_blue() 187 const BLUE: Color = Color::Cyan; in default()
|
/third_party/rust/crates/termcolor/wincolor/src/ |
D | win.rs | 209 Cyan, enumerator 230 Color::Cyan => FG_CYAN, in to_fg() 242 FG_CYAN => Color::Cyan, in from_fg()
|
/third_party/typescript/tests/baselines/reference/ |
D | indexTypeCheck.symbols | 56 interface Cyan { 57 >Cyan : Symbol(Cyan, Decl(indexTypeCheck.ts, 23, 1))
|
D | indexTypeCheck.js | 27 interface Cyan {
|
D | indexTypeCheck.types | 42 interface Cyan {
|
/third_party/json/test/thirdparty/doctest/ |
D | doctest.h | 547 Cyan, enumerator 3966 case Color::Cyan: col = "[0;36m"; break; 3995 …case Color::Cyan: DOCTEST_SET_ATTR(FOREGROUND_BLUE | FOREGROUND_GREEN); br… 5215 s << Color::Cyan << assertString(rb.m_at) << "( " << rb.m_expr << " ) " 5222 s << Color::Cyan << assertString(rb.m_at) << "( " << rb.m_expr << ", \"" 5235 s << Color::Cyan << assertString(rb.m_at) << "( " << rb.m_expr << ", " 5240 << Color::Cyan << rb.m_exception << "\n"; 5243 s << Color::Cyan << assertString(rb.m_at) << "( " << rb.m_expr << ", \"" 5248 << Color::Cyan << rb.m_exception << "\n"; 5250 s << (rb.m_threw ? "THREW exception: " : "didn't throw!") << Color::Cyan [all …]
|
/third_party/rust/crates/codespan/codespan-reporting/tests/snapshots/ |
D | term__message__short_color.snap | 8 {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__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__empty__medium_color.snap | 9 {fg:Cyan bold bright}help{bold bright}: {/}
|
D | term__empty__rich_color.snap | 13 {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{/}
|
/third_party/typescript/tests/cases/compiler/ |
D | indexTypeCheck.ts | 26 interface Cyan { interface
|
/third_party/rust/crates/termcolor/src/ |
D | lib.rs | 1494 Color::Cyan => write_intense!("14"), in write_color() 1508 Color::Cyan => write_normal!("6"), in write_color() 1897 Cyan, enumerator 1921 Color::Cyan => wincon::Color::Cyan, in to_windows() 1931 Color::Ansi256(6) => return Some((No, wincon::Color::Cyan)), in to_windows() 1939 Color::Ansi256(14) => return Some((Yes, wincon::Color::Cyan)), in to_windows() 2079 "cyan" => Ok(Color::Cyan), in from_str()
|
/third_party/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
|
/third_party/rust/crates/termcolor/wincolor/ |
D | README.md | 50 con.fg(Intense::Yes, Color::Cyan).unwrap();
|
/third_party/python/Tools/pynche/ |
D | webcolors.txt | 22 Cyan #00ffff
|
D | namedcolors.txt | 7 Cyan #00FFFF
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_cmyka.txt | 91 CMYK_EXT Component Cyan value, Color 95 CMYKA_EXT Component Cyan value, Color
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_cmyka.txt | 91 CMYK_EXT Component Cyan value, Color 95 CMYKA_EXT Component Cyan value, Color
|