/third_party/typescript/tests/baselines/reference/ |
H A D | indexTypeCheck.js | 40 var yellow: Yellow; variable 44 yellow[5]; // ok 45 yellow["hue"]; // ok 46 yellow[<any>{}]; // ok 52 yellow[blue]; // error 67 var yellow;
variable 70 yellow[5]; // ok
71 yellow["hue"]; // ok
72 yellow[{}]; // ok
76 yellow[blu [all...] |
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | GetImageTest.cpp | 175 GLColor::yellow}; in TEST_P() 207 {GLColor::yellow, GLColor::yellow, GLColor::yellow, GLColor::yellow}, in TEST_P() 243 GLColor::yellow}; in TEST_P() 425 GLColorRGB::yellow}; in TEST_P() 456 EXPECT_PIXEL_COLOR_EQ(1, 1, GLColor::yellow); in TEST_P() 472 GLColor::yellow, GLColor::yellow, GLColo in TEST_P() [all...] |
H A D | SixteenBppTextureTest.cpp | 92 EXPECT_PIXEL_COLOR_EQ(w, h, GLColor::yellow); in simpleValidationBase() 108 EXPECT_PIXEL_COLOR_EQ(w, h, GLColor::yellow); in simpleValidationBase() 146 Convert565(GLColor::blue), Convert565(GLColor::yellow)}; in TEST_P() 257 {GLColor::red, GLColor::green, GLColor::blue, GLColor::yellow}}; in TEST_P() 276 fourColors.push_back(GLColorRGB::yellow); in TEST_P() 297 fourColors.push_back(GLColor::yellow); in TEST_P() 327 RGB10A2 yellow(one10, one10, 0u, 0x3u); in TEST_P() 333 fourColors.push_back(yellow); in TEST_P()
|
H A D | BlitFramebufferANGLETest.cpp | 417 EXPECT_PIXEL_COLOR_EQ(3 * getWindowWidth() / 4, 3 * getWindowHeight() / 4, GLColor::yellow); in TEST_P() 447 EXPECT_PIXEL_COLOR_EQ(getWindowWidth() / 4, 3 * getWindowHeight() / 4, GLColor::yellow); in TEST_P() member in __anon20173::GLColor 465 EXPECT_PIXEL_COLOR_EQ(3 * getWindowWidth() / 4, getWindowHeight() / 4, GLColor::yellow); in TEST_P() 481 EXPECT_PIXEL_COLOR_EQ(getWindowWidth() / 4, getWindowHeight() / 4, GLColor::yellow); in TEST_P() member in __anon20173::GLColor 501 EXPECT_PIXEL_COLOR_EQ(3 * getWindowWidth() / 4, 3 * getWindowHeight() / 4, GLColor::yellow); in TEST_P() 533 EXPECT_PIXEL_COLOR_EQ(3 * getWindowWidth() / 4, 3 * getWindowHeight() / 4, GLColor::yellow); in TEST_P() 570 EXPECT_PIXEL_COLOR_EQ(3 * getWindowWidth() / 4, 3 * getWindowHeight() / 4, GLColor::yellow); in TEST_P() 607 EXPECT_PIXEL_COLOR_EQ(3 * getWindowWidth() / 4, 3 * getWindowHeight() / 4, GLColor::yellow); in TEST_P() 640 EXPECT_PIXEL_COLOR_EQ(3 * getWindowWidth() / 4, 3 * getWindowHeight() / 4, GLColor::yellow); in TEST_P() 672 EXPECT_PIXEL_COLOR_EQ(3 * getWindowWidth() / 4, 3 * getWindowHeight() / 4, GLColor::yellow); in TEST_P() [all...] |
H A D | FramebufferFetchTest.cpp | 386 EXPECT_PIXEL_COLOR_EQ(kViewportWidth / 2, kViewportHeight / 2, GLColor::yellow); in BasicTest() 436 EXPECT_PIXEL_COLOR_EQ(kViewportWidth / 2, kViewportHeight / 2, GLColor::yellow); in MultipleRenderTargetTest() 490 EXPECT_PIXEL_COLOR_EQ(kViewportWidth / 2, kViewportHeight / 2, GLColor::yellow); in MultipleRenderTargetArrayTest() 574 EXPECT_PIXEL_COLOR_EQ(kViewportWidth / 2, kViewportHeight / 2, GLColor::yellow); in DrawNonFetchDrawFetchTest() 593 EXPECT_PIXEL_COLOR_EQ(kViewportWidth / 2, kViewportHeight / 2, GLColor::yellow); in DrawNonFetchDrawFetchTest() 625 EXPECT_PIXEL_COLOR_EQ(kViewportWidth / 2, kViewportHeight / 2, GLColor::yellow); in DrawFetchDrawNonFetchTest() 647 EXPECT_PIXEL_COLOR_EQ(kViewportWidth / 2, kViewportHeight / 2, GLColor::yellow); in DrawFetchDrawNonFetchTest() 730 EXPECT_PIXEL_COLOR_EQ(kViewportWidth / 2, kViewportHeight / 2, GLColor::yellow); in DrawNonFetchDrawFetchWithDifferentAttachmentsTest() 773 EXPECT_PIXEL_COLOR_EQ(kViewportWidth / 2, kViewportHeight / 2, GLColor::yellow); in DrawNonFetchDrawFetchWithDifferentAttachmentsTest() 848 EXPECT_PIXEL_COLOR_EQ(kViewportWidth / 2, kViewportHeight / 2, GLColor::yellow); in DrawNonFetchDrawFetchWithDifferentProgramsTest() [all...] |
H A D | SimpleOperationTest.cpp | 784 EXPECT_PIXEL_COLOR_EQ(0, 0, GLColor::yellow); in TEST_P() 822 {GLColor::black, GLColor::red, GLColor::green, GLColor::yellow}}; in TEST_P() 824 {GLColor::yellow, GLColor::green, GLColor::red, GLColor::black}}; in TEST_P() 847 // Draw a non-indexed quad with all vertex buffers. Should draw yellow to the entire window. in TEST_P() 850 EXPECT_PIXEL_RECT_EQ(0, 0, getWindowWidth(), getWindowHeight(), GLColor::yellow); in TEST_P() 910 {GLColor::red, GLColor::green, GLColor::blue, GLColor::yellow}}; in TEST_P() 927 EXPECT_PIXEL_COLOR_EQ(w, h, GLColor::yellow); in TEST_P() 1032 {GLColor::yellow, GLColor::yellow, GLColor::yellow, GLColo in TEST_P() [all...] |
H A D | ProgramPipelineTest.cpp | 402 // Set the output color to yellow in TEST_P() 412 EXPECT_PIXEL_COLOR_EQ(0, 0, GLColor::yellow); in TEST_P() 419 EXPECT_PIXEL_COLOR_EQ(0, 0, GLColor::yellow); in TEST_P() 468 EXPECT_PIXEL_COLOR_EQ(w, h, GLColor::yellow); in TEST_P() 497 {GLColor::red, GLColor::green, GLColor::blue, GLColor::yellow}}; in TEST_P() 516 EXPECT_PIXEL_COLOR_EQ(w, h, GLColor::yellow); in TEST_P() 625 {GLColor::red, GLColor::green, GLColor::blue, GLColor::yellow}}; in TEST_P() 959 {GLColor::red, GLColor::green, GLColor::blue, GLColor::yellow}}; in TEST_P() 1020 EXPECT_PIXEL_COLOR_EQ(w, h, GLColor::yellow); in TEST_P() 1099 EXPECT_PIXEL_RECT_EQ(0, 0, kWidth, kHeight, GLColor::yellow); in TEST_P() [all...] |
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fClippingTests.cpp | 381 const tcu::Vec4 yellow (1.0f, 1.0f, 0.0f, 1.0f); in genColorString() 386 if (p == yellow) return "(yellow)"; in genColorString() 1451 const tcu::Vec4 yellow (1.0f, 1.0f, 0.0f, 1.0f); in init() 1455 {tcu::Vec4( 0.0f, 0.0f, 0.0f, 1.0f), red, tcu::Vec4( 1.3f, 1.0f, 2.0f, 1.0f), yellow }, in init() 1457 {tcu::Vec4( 0.0f, 0.0f, 0.0f, 1.0f), red, tcu::Vec4(-1.0f, -1.0f, -2.0f, 1.0f), yellow }, in init() 1504 const tcu::Vec4 yellow (1.0f, 1.0f, 0.0f, 1.0f); in init() 1560 {tcu::Vec4(-0.2f, -0.3f, 0.0f, 1.0f), red, tcu::Vec4( 0.2f, -0.3f, 0.0f, 1.0f), yellow, tcu::Vec4( 0.0f, -large, 2.0f, 1.0f), blue}, in init() 1563 {tcu::Vec4( 0.6f, 1.2f, 0.0f, 1.0f), red, tcu::Vec4( 1.2f, 0.6f, 0.0f, 1.0f), yellow, tcu::Vec4( 0.6f, 0.6f, 0.0f, 1.0f), blue}, in init() 1566 {tcu::Vec4( 0.6f, -1.2f, 0.0f, 1.0f), red, tcu::Vec4( 1.2f, -0.6f, 0.0f, 1.0f), yellow, 16. in init() [all...] |
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fClippingTests.cpp | 384 const tcu::Vec4 yellow (1.0f, 1.0f, 0.0f, 1.0f); in genColorString() 389 if (p == yellow) return "(yellow)"; in genColorString() 1455 const tcu::Vec4 yellow (1.0f, 1.0f, 0.0f, 1.0f); in init() 1459 {tcu::Vec4( 0.0f, 0.0f, 0.0f, 1.0f), red, tcu::Vec4( 1.3f, 1.0f, 2.0f, 1.0f), yellow }, in init() 1461 {tcu::Vec4( 0.0f, 0.0f, 0.0f, 1.0f), red, tcu::Vec4(-1.0f, -1.0f, -2.0f, 1.0f), yellow }, in init() 1508 const tcu::Vec4 yellow (1.0f, 1.0f, 0.0f, 1.0f); in init() 1564 {tcu::Vec4(-0.2f, -0.3f, 0.0f, 1.0f), red, tcu::Vec4( 0.2f, -0.3f, 0.0f, 1.0f), yellow, tcu::Vec4( 0.0f, -large, 2.0f, 1.0f), blue}, in init() 1567 {tcu::Vec4( 0.6f, 1.2f, 0.0f, 1.0f), red, tcu::Vec4( 1.2f, 0.6f, 0.0f, 1.0f), yellow, tcu::Vec4( 0.6f, 0.6f, 0.0f, 1.0f), blue}, in init() 1570 {tcu::Vec4( 0.6f, -1.2f, 0.0f, 1.0f), red, tcu::Vec4( 1.2f, -0.6f, 0.0f, 1.0f), yellow, 16. in init() [all...] |
/third_party/skia/gm/ |
H A D | skbug_9819.cpp | 13 // This GM should draw two yellow boxes; the bug drew one in cyan. 22 SkColor yellow = 0xffffff00; in DEF_SIMPLE_GM() local 23 rgba.eraseColor(yellow); in DEF_SIMPLE_GM() 24 bgra.eraseColor(yellow); in DEF_SIMPLE_GM() 45 // - yellow (good) is around 237 in DEF_SIMPLE_GM()
|
/third_party/node/deps/npm/node_modules/@colors/colors/examples/ |
H A D | normal-usage.js | 3 console.log('First some yellow text'.yellow); 5 console.log('Underline that text'.yellow.underline); 20 + ' styles! '.yellow.bold); 50 warn: 'yellow', 58 // outputs yellow text 76 // outputs yellow text
|
H A D | safe-string.js | 3 console.log(colors.yellow('First some yellow text')); 5 console.log(colors.yellow.underline('Underline that text')); 20 + colors.inverse('inverse') + colors.yellow.bold(' styles! ')); 49 warn: 'yellow', 57 // outputs yellow text 72 // outputs yellow text
|
/third_party/skia/third_party/externals/spirv-tools/source/ |
H A D | print.cpp | 30 clr::yellow::operator const char*() { return "\x1b[33m"; } in operator const char*() 89 clr::yellow::operator const char*() { 121 clr::yellow::operator const char*() { return ""; }
|
H A D | print.h | 61 // Sets console color to yellow. 62 struct yellow { struct
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/ |
H A D | print.cpp | 30 clr::yellow::operator const char*() { return "\x1b[33m"; } in operator const char*() 89 clr::yellow::operator const char*() { 121 clr::yellow::operator const char*() { return ""; }
|
H A D | print.h | 61 // Sets console color to yellow. 62 struct yellow { struct
|
/third_party/spirv-tools/source/ |
H A D | print.cpp | 31 clr::yellow::operator const char*() { return "\x1b[33m"; } in operator const char*() 90 clr::yellow::operator const char*() { 122 clr::yellow::operator const char*() { return ""; }
|
H A D | print.h | 61 // Sets console color to yellow. 62 struct yellow { struct
|
/third_party/node/deps/npm/lib/commands/ |
H A D | view.js | 337 versions: chalk.yellow(packu.versions.length + ''), 345 return `${chalk.yellow(dep)}: ${manifest.dependencies[dep]}` 348 name: chalk.yellow(manifest._npmUser.name), 352 : chalk.yellow(relativeDate(packu.time[manifest.version])), 354 name: chalk.yellow(u.name), 367 shasum: chalk.yellow(manifest.dist.shasum), 369 manifest.dist.integrity && chalk.yellow(manifest.dist.integrity), 371 manifest.dist.fileCount && chalk.yellow(manifest.dist.fileCount), 372 unpackedSize: unpackedSize && chalk.yellow(unpackedSize), 401 this.npm.output(`keywords: ${chalk.yellow(inf [all...] |
/third_party/cJSON/tests/unity/auto/ |
H A D | colour_prompt.rb | 55 when :yellow then 14 77 # | 93 | Light yellow | 87 when :yellow then 33
|
/third_party/unity/auto/ |
H A D | colour_prompt.rb | 56 when :yellow then 14 78 # | 93 | Light yellow | 88 when :yellow then 33
|
/third_party/rust/crates/codespan/codespan-reporting/examples/ |
H A D | readme_preview.rs | 123 pre .fg.yellow {{ color: #f0c674; }} in main() 132 pre .fg.yellow.bright {{ color: #f0c674; }} in main() 141 pre .bg.yellow {{ background-color: #f0c674; }} in main() 150 pre .bg.yellow.bright {{ background-color: #f0c674; }} in main() 307 Color::Yellow => write!(writer, "yellow"), in set_color()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
H A D | vktRenderPassMultipleSubpassesMultipleCommandBuffersTests.cpp | 66 const tcu::Vec4 yellow = {1.0f, 1.0f, 0.0f, 1.0f}; in genVertices() local 83 vectorData.push_back({tcu::Vec4( 0.0f, -1.0f, 0.0f, 1.0f) , yellow}); in genVertices() 84 vectorData.push_back({tcu::Vec4( 1.0f, -1.0f, 0.0f, 1.0f) , yellow}); in genVertices() 85 vectorData.push_back({tcu::Vec4( 0.0f, 1.0f, 0.0f, 1.0f) , yellow}); in genVertices() 86 vectorData.push_back({tcu::Vec4( 1.0f, 1.0f, 0.0f, 1.0f) , yellow}); in genVertices() 824 const tcu::Vec4 yellow = {1.0f, 1.0f, 0.0f, 1.0f}; in iterate() local 853 yellow); in iterate() local
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
H A D | vktRenderPassMultipleSubpassesMultipleCommandBuffersTests.cpp | 66 const tcu::Vec4 yellow = {1.0f, 1.0f, 0.0f, 1.0f}; in genVertices() local 83 vectorData.push_back({tcu::Vec4( 0.0f, -1.0f, 0.0f, 1.0f) , yellow}); in genVertices() 84 vectorData.push_back({tcu::Vec4( 1.0f, -1.0f, 0.0f, 1.0f) , yellow}); in genVertices() 85 vectorData.push_back({tcu::Vec4( 0.0f, 1.0f, 0.0f, 1.0f) , yellow}); in genVertices() 86 vectorData.push_back({tcu::Vec4( 1.0f, 1.0f, 0.0f, 1.0f) , yellow}); in genVertices() 825 const tcu::Vec4 yellow = {1.0f, 1.0f, 0.0f, 1.0f}; in iterate() local 854 yellow); in iterate() local
|
/third_party/jerryscript/tests/jerry/es2015/ |
H A D | array-pattern.js | 84 var [red, yellow, green] = foo; 86 assert (yellow === "two");
|