/third_party/musl/libc-test/src/functionalext/dlns/ |
D | dlns_dlsym.c | 90 int(* test_c)(void) = dlsym(handle_c, "test"); in dlns_dlsym_0100() local 91 EXPECT_PTRNE(__FUNCTION__, test_c, NULL); in dlns_dlsym_0100() 92 if (test_c) { in dlns_dlsym_0100() 93 EXPECT_EQ(__FUNCTION__, test_result_3, test_c()); in dlns_dlsym_0100()
|
D | dlns_dlsym_dep_b.c | 23 test_c(); in test_b()
|
D | dlns_dlsym_dep_c.h | 19 int test_c(void);
|
D | dlns_dlsym_dep_c.c | 25 int test_c(void) in test_c() function
|
/third_party/skia/tests/ |
D | CTest.cpp | 60 static void test_c(skiatest::Reporter* reporter) { in test_c() function 89 test_c(reporter); in DEF_TEST()
|
/third_party/flutter/skia/tests/ |
D | CTest.cpp | 60 static void test_c(skiatest::Reporter* reporter) { in test_c() function 89 test_c(reporter); in DEF_TEST()
|
/third_party/musl/libc-test/src/functionalext/ldso_randomization/ |
D | ldso_randomization_dep_c.c | 20 int test_c(void) in test_c() function
|
D | ldso_randomization_dep_a.c | 23 return test_b() + test_c(); in test()
|
D | ldso_randomization_dep.h | 21 int test_c(void);
|
/third_party/skia/resources/sksl/errors/ |
D | InvalidOutParams.sksl | 6 void test_c() { inc1(sqrt(1)); }
|
/third_party/gstreamer/gstplugins_good/tests/check/ |
D | meson.build | 250 test_c = custom_target(tcfilename, variable 254 test_exe = executable(tname, test_c, dependencies: [orc_dep, orc_test_dep])
|
/third_party/gstreamer/gstplugins_base/tests/check/ |
D | meson.build | 227 test_c = custom_target(tcfilename, variable 231 test_exe = executable(tname, test_c, dependencies: [orc_dep, orc_test_dep])
|
/third_party/gstreamer/gstplugins_bad/tests/check/ |
D | meson.build | 247 test_c = custom_target(tcfilename, variable 251 test_exe = executable(tname, test_c, dependencies: [orc_dep, orc_test_dep])
|
/third_party/python/Lib/test/ |
D | test_locale.py | 397 def test_c(self): member in NormalizeTest
|
D | test_getargs2.py | 784 def test_c(self): member in Bytes_TestCase
|
/third_party/python/Lib/unittest/test/ |
D | test_case.py | 418 def test_c(self): member in Test_TestCase.test_subtests_failfast.Foo
|