Home
last modified time | relevance | path

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

12

/third_party/flutter/skia/third_party/externals/sdl/build-scripts/
Dwinrtbuild.ps1247 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/
Dextern_impl.rs55 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/
Dconfig.rs166 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/
Dwin.rs209 Cyan, enumerator
230 Color::Cyan => FG_CYAN, in to_fg()
242 FG_CYAN => Color::Cyan, in from_fg()
/third_party/typescript/tests/baselines/reference/
DindexTypeCheck.symbols56 interface Cyan {
57 >Cyan : Symbol(Cyan, Decl(indexTypeCheck.ts, 23, 1))
DindexTypeCheck.js27 interface Cyan {
DindexTypeCheck.types42 interface Cyan {
/third_party/json/test/thirdparty/doctest/
Ddoctest.h547 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/
Dterm__message__short_color.snap8 {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__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__empty__medium_color.snap9 {fg:Cyan bold bright}help{bold bright}: {/}
Dterm__empty__rich_color.snap13 {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{/}
/third_party/typescript/tests/cases/compiler/
DindexTypeCheck.ts26 interface Cyan { interface
/third_party/rust/crates/termcolor/src/
Dlib.rs1494 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/
DMESA_packed_depth_stencil.spec95 CMYK_EXT Color Cyan, Magenta, Yellow, Black components
96 CMYKA_EXT Color Cyan, Magenta, Yellow, Black, A components
/third_party/rust/crates/termcolor/wincolor/
DREADME.md50 con.fg(Intense::Yes, Color::Cyan).unwrap();
/third_party/python/Tools/pynche/
Dwebcolors.txt22 Cyan #00ffff
Dnamedcolors.txt7 Cyan #00FFFF
/third_party/openGLES/extensions/EXT/
DEXT_cmyka.txt91 CMYK_EXT Component Cyan value, Color
95 CMYKA_EXT Component Cyan value, Color
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_cmyka.txt91 CMYK_EXT Component Cyan value, Color
95 CMYKA_EXT Component Cyan value, Color

12