Home
last modified time | relevance | path

Searched refs:test_c (Results 1 – 16 of 16) sorted by relevance

/third_party/musl/libc-test/src/functionalext/dlns/
Ddlns_dlsym.c90 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()
Ddlns_dlsym_dep_b.c23 test_c(); in test_b()
Ddlns_dlsym_dep_c.h19 int test_c(void);
Ddlns_dlsym_dep_c.c25 int test_c(void) in test_c() function
/third_party/skia/tests/
DCTest.cpp60 static void test_c(skiatest::Reporter* reporter) { in test_c() function
89 test_c(reporter); in DEF_TEST()
/third_party/flutter/skia/tests/
DCTest.cpp60 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/
Dldso_randomization_dep_c.c20 int test_c(void) in test_c() function
Dldso_randomization_dep_a.c23 return test_b() + test_c(); in test()
Dldso_randomization_dep.h21 int test_c(void);
/third_party/skia/resources/sksl/errors/
DInvalidOutParams.sksl6 void test_c() { inc1(sqrt(1)); }
/third_party/gstreamer/gstplugins_good/tests/check/
Dmeson.build250 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/
Dmeson.build227 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/
Dmeson.build247 test_c = custom_target(tcfilename, variable
251 test_exe = executable(tname, test_c, dependencies: [orc_dep, orc_test_dep])
/third_party/python/Lib/test/
Dtest_locale.py397 def test_c(self): member in NormalizeTest
Dtest_getargs2.py784 def test_c(self): member in Bytes_TestCase
/third_party/python/Lib/unittest/test/
Dtest_case.py418 def test_c(self): member in Test_TestCase.test_subtests_failfast.Foo