/third_party/skia/tests/ |
D | SkRuntimeEffectTest.cpp | 107 auto test_valid = [r](const char* sksl) { in DEF_TEST() local 123 test_valid("half4 main(half4 c) { return c; }"); in DEF_TEST() 124 test_valid("float4 main(half4 c) { return c; }"); in DEF_TEST() 125 test_valid("half4 main(float4 c) { return c; }"); in DEF_TEST() 126 test_valid("float4 main(float4 c) { return c; }"); in DEF_TEST() 127 test_valid("vec4 main(half4 c) { return c; }"); in DEF_TEST() 128 test_valid("half4 main(vec4 c) { return c; }"); in DEF_TEST() 129 test_valid("vec4 main(vec4 c) { return c; }"); in DEF_TEST() 144 test_valid("uniform shader child;" in DEF_TEST() 148 test_valid("uniform colorFilter child;" in DEF_TEST() [all …]
|
/third_party/glib/gio/tests/ |
D | simple-async-result.c | 125 test_valid (void) in test_valid() function 136 g_assert_true (g_simple_async_result_is_valid (result, NULL, test_valid)); in test_valid() 139 g_assert_false (g_simple_async_result_is_valid (result, a, test_valid)); in test_valid() 144 result = (GAsyncResult *) g_simple_async_result_new (NULL, NULL, NULL, test_valid); in test_valid() 146 g_assert_true (g_simple_async_result_is_valid (result, NULL, test_valid)); in test_valid() 149 g_assert_false (g_simple_async_result_is_valid (result, a, test_valid)); in test_valid() 156 g_assert_true (g_simple_async_result_is_valid (result, a, test_valid)); in test_valid() 159 g_assert_false (g_simple_async_result_is_valid (result, NULL, test_valid)); in test_valid() 162 g_assert_false (g_simple_async_result_is_valid (result, b, test_valid)); in test_valid() 167 result = (GAsyncResult *) g_simple_async_result_new (a, NULL, NULL, test_valid); in test_valid() [all …]
|
/third_party/boost/libs/geometry/test/algorithms/ |
D | is_valid.cpp | 41 typedef test_valid<tester, G> test; in BOOST_AUTO_TEST_CASE() 57 typedef test_valid<tester, G> test; in BOOST_AUTO_TEST_CASE() 76 typedef test_valid<tester, G> test; in BOOST_AUTO_TEST_CASE() 93 typedef test_valid<tester, G> test; in BOOST_AUTO_TEST_CASE() 120 typedef test_valid<tester, G> test; in test_linestrings() 198 typedef test_valid<tester, G> test; in test_multilinestrings() 268 typedef test_valid<tester, OG, CG, CW_OG, CW_CG> test; in test_open_rings() 376 typedef test_valid<tester, CG, CG, CW_CG> test; in test_closed_rings() 433 typedef test_valid<tester, OG, CG, CW_OG, CW_CG> test; in test_open_polygons() 801 typedef test_valid<tester, ClockwiseClosedPolygon> test; in test_doc_example_polygon() [all …]
|
D | test_is_valid.hpp | 364 class test_valid class 492 : test_valid<default_validity_tester, VariantGeometry> 495 typedef test_valid<default_validity_tester, VariantGeometry> base_type;
|
D | is_valid_geo.cpp | 38 typedef test_valid<tester, G> test; in BOOST_AUTO_TEST_CASE()
|
/third_party/boost/tools/build/test/ |
D | builtin_split_by_characters.py | 19 def test_valid(): function 57 test_valid()
|
/third_party/python/Lib/test/ |
D | test_unicode_identifiers.py | 5 def test_valid(self): member in PEP3131Test
|
D | test_codeop.py | 61 def test_valid(self): member in CodeopTests
|
/third_party/node/test/tools/ |
D | test_checkimports.py | 69 def test_valid(self): member in CheckImportsTest
|
/third_party/python/Lib/lib2to3/tests/ |
D | test_util.py | 32 def test_valid(self): member in Test_is_tuple 48 def test_valid(self): member in Test_is_list
|
/third_party/grpc/third_party/upb/tests/pb/ |
D | test_decoder.cc | 842 void test_valid() { in test_valid() function 1161 test_valid(); in run_tests()
|
/third_party/libxml2/ |
D | testapi.c | 1221 static int test_valid(void); 1274 test_ret += test_valid(); in testlibxml2() 27370 test_valid(void) { in test_valid() function 52360 if (!strcmp(module, "valid")) return(test_valid()); in test_module()
|