/third_party/glslang/Test/ |
H A D | validate-shaders.sh | 188 declare -r white="\e[1;37m" cyan="\e[1;36m" red="\e[0;31m" no_color="\e[0m" 190 declare -r white="" cyan="" red="" no_color="" 214 $opt_terse && printf "\r[%-3d/%-3d : ${white}comperr=%-3d ${red}valerr=%-3d ${cyan}ok=%-3d${no_color}]" \ 235 $opt_stat_ok && status "$test" "${cyan}OK${no_color}" 260 $opt_summary && printf "\nSummary: ${white}${count_nocomp} compile errors${no_color}, ${red}${count_err} validation errors${no_color}, ${cyan}${count_ok} successes${no_color}\n"
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/gles1/ |
H A D | BootAnimationTest.cpp | 172 EXPECT_PIXEL_RECT_EQ(0, 0, kWindowWidth, kMaskBoundaryBottom, GLColor::cyan); in checkClearColor() 174 (kWindowHeight - (kMaskBoundaryBottom + kImageHeight)), GLColor::cyan); in checkClearColor() 176 GLColor::cyan); in checkClearColor() 179 GLColor::cyan); in checkClearColor() 210 // The border around the area is cleared to GLColor::cyan
|
/third_party/node/deps/npm/node_modules/cli-columns/ |
H A D | test.js | 59 chalk.cyan('嶜憃撊') + ' 噾噿嚁', 83 chalk.cyan('嶜憃撊') + ' 噾噿嚁',
|
/third_party/cJSON/tests/unity/auto/ |
H A D | colour_prompt.rb | 52 when :cyan, :output then 11 80 # | 96 | Light cyan | 90 when :cyan, :output then 36
|
/third_party/unity/auto/ |
H A D | colour_prompt.rb | 53 when :cyan, :output then 11 81 # | 96 | Light cyan | 91 when :cyan, :output then 36
|
/third_party/rust/crates/codespan/codespan-reporting/examples/ |
H A D | readme_preview.rs | 126 pre .fg.cyan {{ color: #8abeb7; }} in main() 135 pre .fg.cyan.bright {{ color: #8abeb7; }} in main() 144 pre .bg.cyan {{ background-color: #8abeb7; }} in main() 153 pre .bg.cyan.bright {{ background-color: #8abeb7; }} in main() 305 Color::Cyan => write!(writer, "cyan"), in set_color()
|
/third_party/toybox/toys/posix/ |
H A D | grep.c | 75 char *purple, *cyan, *red, *green, *grey; 90 printf("%s%ld%s%c", TT.green, num, TT.cyan, dash); in numdash() 98 if (name && FLAG(H)) printf("%s%s%s%c", TT.purple, name, TT.cyan, dash); in outline() 457 TT.cyan = "\033[36m"; in grep_main() 461 } else TT.purple = TT.cyan = TT.red = TT.green = TT.grey = ""; in grep_main()
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | GetImageTest.cpp | 208 {GLColor::cyan, GLColor::cyan, GLColor::cyan, GLColor::cyan}, in TEST_P() 526 GLColor::cyan, GLColor::magenta, GLColor::red, GLColor::green, in TEST_P() 527 GLColor::blue, GLColor::yellow, GLColor::cyan, GLColor::magenta, in TEST_P()
|
H A D | MultisampledRenderToTextureTest.cpp | 1483 // Verify that the texture is now cyan in TEST_P() 1484 EXPECT_PIXEL_COLOR_EQ(0, 0, GLColor::cyan); in TEST_P() 1485 EXPECT_PIXEL_COLOR_EQ(kSize - 1, 0, GLColor::cyan); in TEST_P() 1486 EXPECT_PIXEL_COLOR_EQ(0, kSize - 1, GLColor::cyan); in TEST_P() 1487 EXPECT_PIXEL_COLOR_EQ(kSize - 1, kSize - 1, GLColor::cyan); in TEST_P() 1559 // Verify that the texture is now cyan in drawCopyDrawThenMaskedClearCommon() 1560 EXPECT_PIXEL_COLOR_EQ(0, 0, GLColor::cyan); in drawCopyDrawThenMaskedClearCommon() 1561 EXPECT_PIXEL_COLOR_EQ(kSize - 1, 0, GLColor::cyan); in drawCopyDrawThenMaskedClearCommon() 1562 EXPECT_PIXEL_COLOR_EQ(0, kSize - 1, GLColor::cyan); in drawCopyDrawThenMaskedClearCommon() 1563 EXPECT_PIXEL_COLOR_EQ(kSize - 1, kSize - 1, GLColor::cyan); in drawCopyDrawThenMaskedClearCommon() [all...] |
H A D | DiscardFramebufferEXTTest.cpp | 143 glUniform4fv(colorUniformLocation, 1, GLColor::cyan.toNormalizedVector().data()); in TEST_P() 149 EXPECT_PIXEL_COLOR_EQ(1, 1, GLColor::cyan); in TEST_P()
|
H A D | StateChangeTest.cpp | 2309 std::array<GLColor, 4> colors = {{GLColor::cyan, GLColor::cyan, GLColor::cyan, GLColor::cyan}}; in TEST_P() 2336 // Validate whole surface is filled with cyan. in TEST_P() 2340 EXPECT_PIXEL_RECT_EQ(0, 0, w, h, GLColor::cyan); in TEST_P() 2392 {GLColor::cyan, GLColor::cyan, GLColor::cyan, GLColor::cyan}}; in TEST_P() [all...] |
H A D | UniformBufferTest.cpp | 860 EXPECT_PIXEL_COLOR_EQ(0, 0, GLColor::cyan); in TEST_P() 2196 checkResults(GLColor::cyan, GLColor::cyan, GLColor::cyan, GLColor::cyan); in TEST_P() 2527 checkResults(GLColor::cyan, GLColor::yellow, GLColor::cyan, GLColor::cyan); in TEST_P() 2813 checkResults(GLColor::cyan, GLColor::cyan, GLColo in TEST_P() [all...] |
H A D | SimpleOperationTest.cpp | 1033 {GLColor::cyan, GLColor::cyan, GLColor::cyan, GLColor::cyan}, in TEST_P()
|
H A D | FramebufferFetchTest.cpp | 398 std::vector<GLColor> color3(kViewportWidth * kViewportHeight, GLColor::cyan); in MultipleRenderTargetTest() 452 std::vector<GLColor> color3(kViewportWidth * kViewportHeight, GLColor::cyan); in MultipleRenderTargetArrayTest() 970 EXPECT_PIXEL_COLOR_EQ(kViewportWidth / 2, kViewportHeight / 2, GLColor::cyan); in DrawFetchBlitDrawFetchTest() 974 EXPECT_PIXEL_COLOR_EQ(kViewportWidth / 2, kViewportHeight / 2, GLColor::cyan); in DrawFetchBlitDrawFetchTest() 1491 std::vector<GLColor> color0(kViewportWidth * kViewportHeight, GLColor::cyan); in TEST_P()
|
H A D | CopyTexImageTest.cpp | 361 GLColor::cyan, GLColor::blue, GLColor::magenta}; in TEST_P() 417 GLColor::cyan, GLColor::blue, GLColor::magenta}; in TEST_P() 529 GLColor::cyan, GLColor::blue, GLColor::magenta}; in TEST_P()
|
H A D | TextureTest.cpp | 2079 GLColor::yellow, GLColor::cyan, GLColor::magenta}}; in TEST_P() 3349 GLColor::yellow, GLColor::magenta, GLColor::cyan, in testTextureSize() 3969 GLColor::cyan, in TEST_P() 4038 std::fill(newMipData.data(), newMipData.data() + kNormalMip1Size, GLColor::cyan); in TEST_P() 4048 EXPECT_PIXEL_COLOR_EQ(0, 0, lod == 1 ? GLColor::cyan : kMipColors[lod]); in TEST_P() 4385 std::vector<GLColor> texDataCyan(2u * 2u, GLColor::cyan); in TEST_P() 4429 GLColor::cyan, in TEST_P() 4920 EXPECT_PIXEL_RECT_EQ(0, 0, 4, 4, GLColor::cyan); in TEST_P() 4988 std::vector<GLColor> texDataCyan(2u * 2u, GLColor::cyan); in TEST_P() 5013 // Switch the level that is being used to the cyan leve in TEST_P() [all...] |
H A D | ClearTest.cpp | 2502 // Verify that the left half is magenta, and the right half is cyan. in TEST_P() 2508 EXPECT_PIXEL_COLOR_EQ(kSize / 2, 0, GLColor::cyan); in TEST_P() 2509 EXPECT_PIXEL_COLOR_EQ(kSize / 2, kSize - 1, GLColor::cyan); in TEST_P() 2510 EXPECT_PIXEL_COLOR_EQ(kSize - 1, 0, GLColor::cyan); in TEST_P() 2511 EXPECT_PIXEL_COLOR_EQ(kSize - 1, kSize - 1, GLColor::cyan); in TEST_P() 2581 GLColor::cyan, GLColor::magenta, GLColor::white, in TEST_P()
|
/third_party/node/deps/npm/lib/commands/ |
H A D | view.js | 349 email: chalk.cyan(manifest._npmUser.email), 355 email: chalk.cyan(u.email), 366 tarball: chalk.cyan(manifest.dist.tarball), 384 ' | deps: ' + (info.deps.length ? chalk.cyan(info.deps.length) : chalk.green('none')) + 389 info.site && this.npm.output(chalk.cyan(info.site))
|
/third_party/node/deps/npm/node_modules/@colors/colors/lib/ |
H A D | styles.js | 46 cyan: [36, 39],
|
/third_party/mbedtls/tests/scripts/ |
H A D | depends.py | 68 cyan = None variable in Colors 84 self.cyan = ('\033[36m', normal) 180 log_line('starting ' + self.name, color=colors.cyan)
|
/third_party/node/deps/npm/node_modules/console-control-strings/ |
H A D | index.js | 80 cyan: 36,
|
/third_party/skia/third_party/externals/tint/tools/src/cmd/test-runner/ |
H A D | main.go | 281 cyan := color.New(color.FgCyan) 287 cyan.Printf(alignCenter(format, formatWidth(format))) 401 cyan.Printf(alignRight("TIME", filenameColumnWidth)) 405 cyan.Printf(alignLeft(timeTaken, formatWidth(format)))
|
/third_party/node/deps/npm/node_modules/chalk/source/vendor/ansi-styles/ |
H A D | index.js | 29 cyan: [36, 39],
|
/third_party/node/deps/npm/node_modules/ansi-styles/ |
H A D | index.js | 29 cyan: [36, 39],
|
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/ |
H A D | EGLBufferAgeTest.cpp | 186 GLColor::blue, GLColor::cyan, kDarkGray, GLColor::green, GLColor::red, in TEST_P()
|