Searched refs:g_test_add_vtable (Results 1 – 7 of 7) sorted by relevance
/third_party/glib/gio/tests/ |
D | proxy-test.c | 1367 g_test_add_vtable ("/proxy/direct_sync", 0, NULL, setup_test, test_direct_sync, teardown_test); in main() 1368 g_test_add_vtable ("/proxy/direct_async", 0, NULL, setup_test, test_direct_async, teardown_test); in main() 1369 g_test_add_vtable ("/proxy/single_sync", 0, NULL, setup_test, test_single_sync, teardown_test); in main() 1370 g_test_add_vtable ("/proxy/single_async", 0, NULL, setup_test, test_single_async, teardown_test); in main() 1371 …g_test_add_vtable ("/proxy/multiple_sync", 0, NULL, setup_test, test_multiple_sync, teardown_test); in main() 1372 …g_test_add_vtable ("/proxy/multiple_async", 0, NULL, setup_test, test_multiple_async, teardown_tes… in main() 1373 g_test_add_vtable ("/proxy/dns", 0, NULL, setup_test, test_dns, teardown_test); in main() 1374 g_test_add_vtable ("/proxy/override", 0, NULL, setup_test, test_override, teardown_test); in main()
|
/third_party/glib/glib/ |
D | gtestutils.h | 383 …ter), void (*) (Fixture*, gconstpointer), void (*) (Fixture*, gconstpointer))) g_test_add_vtable; \ 568 void g_test_add_vtable (const char *testpath,
|
D | gtestutils.c | 2286 g_test_add_vtable (const char *testpath, in g_test_add_vtable() function 2500 g_test_add_vtable (testpath, 0, NULL, NULL, (GTestFixtureFunc) test_func, NULL); in g_test_add_func() 2544 g_test_add_vtable (testpath, 0, test_data, NULL, (GTestFixtureFunc) test_func, NULL); in g_test_add_data_func() 2569 g_test_add_vtable (testpath, 0, test_data, NULL, in g_test_add_data_func_full()
|
/third_party/flutter/skia/third_party/externals/harfbuzz/test/api/ |
D | hb-test.h | 243 g_test_add_vtable (normal_path, data_size, test_data, data_setup, data_test, data_teardown); in hb_test_add_vtable()
|
/third_party/harfbuzz/test/api/ |
D | hb-test.h | 243 g_test_add_vtable (normal_path, data_size, test_data, data_setup, data_test, data_teardown); in hb_test_add_vtable()
|
/third_party/skia/third_party/externals/harfbuzz/test/api/ |
D | hb-test.h | 243 g_test_add_vtable (normal_path, data_size, test_data, data_setup, data_test, data_teardown); in hb_test_add_vtable()
|
/third_party/glib/docs/reference/glib/ |
D | glib-sections.txt | 3605 g_test_add_vtable
|