Home
last modified time | relevance | path

Searched refs:test_space (Results 1 – 5 of 5) sorted by relevance

/third_party/flutter/skia/tests/
DColorSpaceTest.cpp30 static void test_space(skiatest::Reporter* r, SkColorSpace* space, in test_space() function
63 test_space(r, colorSpace.get(), red, green, blue, expectSRGB); in test_path()
71 test_space(r, sk_srgb_singleton(), g_sRGB_R, g_sRGB_G, g_sRGB_B, true); in DEF_TEST()
/third_party/skia/tests/
DColorSpaceTest.cpp30 static void test_space(skiatest::Reporter* r, SkColorSpace* space, in test_space() function
63 test_space(r, colorSpace.get(), red, green, blue, expectSRGB); in test_path()
71 test_space(r, sk_srgb_singleton(), g_sRGB_R, g_sRGB_G, g_sRGB_B, true); in DEF_TEST()
/third_party/ninja/misc/
Dninja_syntax_test.py177 def test_space(self): member in TestExpand
/third_party/glib/glib/tests/
Dunicode.c558 test_space (void) in test_space() function
1685 g_test_add_func ("/unicode/space", test_space); in main()
/third_party/python/Lib/lib2to3/tests/
Dtest_fixers.py306 def test_space(self): member in Test_reload