Home
last modified time | relevance | path

Searched refs:test_valid (Results 1 – 12 of 12) sorted by relevance

/third_party/skia/tests/
DSkRuntimeEffectTest.cpp107 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/
Dsimple-async-result.c125 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/
Dis_valid.cpp41 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 …]
Dtest_is_valid.hpp364 class test_valid class
492 : test_valid<default_validity_tester, VariantGeometry>
495 typedef test_valid<default_validity_tester, VariantGeometry> base_type;
Dis_valid_geo.cpp38 typedef test_valid<tester, G> test; in BOOST_AUTO_TEST_CASE()
/third_party/boost/tools/build/test/
Dbuiltin_split_by_characters.py19 def test_valid(): function
57 test_valid()
/third_party/python/Lib/test/
Dtest_unicode_identifiers.py5 def test_valid(self): member in PEP3131Test
Dtest_codeop.py61 def test_valid(self): member in CodeopTests
/third_party/node/test/tools/
Dtest_checkimports.py69 def test_valid(self): member in CheckImportsTest
/third_party/python/Lib/lib2to3/tests/
Dtest_util.py32 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/
Dtest_decoder.cc842 void test_valid() { in test_valid() function
1161 test_valid(); in run_tests()
/third_party/libxml2/
Dtestapi.c1221 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()