Home
last modified time | relevance | path

Searched refs:test_new (Results 1 – 7 of 7) sorted by relevance

/third_party/gstreamer/gstplugins_bad/tests/check/libs/
Dvkcommandpool.c53 GST_START_TEST (test_new) in GST_START_TEST() argument
120 tcase_add_test (tc_basic, test_new); in vkcommandpool_suite()
/third_party/grpc/test/core/gpr/
Dspinlock_test.cc48 static struct test* test_new(int threads, int64_t iterations, int incr_step) { in test_new() function
105 m = test_new(10, iterations, incr_step); in test()
Dsync_test.cc163 static struct test* test_new(int nthreads, int64_t iterations, int incr_step) { in test_new() function
256 m = test_new(10, iterations, incr_step); in test()
/third_party/python/Lib/test/
Dtest_xxlimited.py41 def test_new(self): member in CommonTests
/third_party/glib/glib/tests/
Dbytes.c33 test_new (void) in test_new() function
428 g_test_add_func ("/bytes/new", test_new); in main()
Dregex.c66 test_new (gconstpointer d) in test_new() function
96 g_test_add_data_func_full (path, data, test_new, g_free); \
112 g_test_add_data_func_full (path, data, test_new, g_free); \
/third_party/python/Lib/lib2to3/tests/
Dtest_parser.py503 def test_new(self): member in TestExcept