/external/ImageMagick/tests/ |
cli-colorspace.tap | 73 test_color() { function 98 test_color RGB sRGB && echo "ok" || echo "not ok" 100 test_color XYZ sRGB && echo "ok" || echo "not ok" 101 test_color XYZ RGB sRGB && echo "ok" || echo "not ok" 102 test_color RGB XYZ sRGB && echo "ok" || echo "not ok" 104 test_color LAB sRGB && echo "ok" || echo "not ok" 105 test_color XYZ LAB sRGB && echo "ok" || echo "not ok" 106 test_color LAB XYZ sRGB && echo "ok" || echo "not ok" 107 test_color RGB LAB sRGB && echo "ok" || echo "not ok" 108 test_color LAB RGB sRGB && echo "ok" || echo "not ok [all...] |
/external/skia/tests/ |
ShaderOpacityTest.cpp | 88 static void test_color(skiatest::Reporter* reporter) { function 99 test_color(reporter);
|
OnFlushCallbackTest.cpp | 514 static void test_color(skiatest::Reporter* reporter, const SkBitmap& bm, int x, SkColor expected) { function 600 test_color(reporter, readBack, x, SK_ColorRED); 602 test_color(reporter, readBack, x, SK_ColorGREEN); 604 test_color(reporter, readBack, x, SK_ColorBLUE); 606 test_color(reporter, readBack, x, SK_ColorCYAN); 608 test_color(reporter, readBack, x, SK_ColorMAGENTA); 610 test_color(reporter, readBack, x, SK_ColorYELLOW);
|
/external/skqp/tests/ |
ShaderOpacityTest.cpp | 88 static void test_color(skiatest::Reporter* reporter) { function 99 test_color(reporter);
|
OnFlushCallbackTest.cpp | 510 static void test_color(skiatest::Reporter* reporter, const SkBitmap& bm, int x, SkColor expected) { function 595 test_color(reporter, readBack, x, SK_ColorRED); 597 test_color(reporter, readBack, x, SK_ColorGREEN); 599 test_color(reporter, readBack, x, SK_ColorBLUE); 601 test_color(reporter, readBack, x, SK_ColorCYAN); 603 test_color(reporter, readBack, x, SK_ColorMAGENTA); 605 test_color(reporter, readBack, x, SK_ColorYELLOW);
|
/external/python/cpython3/Lib/idlelib/idle_test/ |
test_configdialog.py | 369 def test_color(self): member in class:HighPageTest [all...] |