/external/bluetooth/glib/glib/ |
gtestutils.h | 110 void (*) (Fixture*, gconstpointer)) = (void (*) (const gchar *, gsize, gconstpointer, void (*) (Fixture*, gconstpointer), void (*) (Fixture*, gconstpointer), void (*) (Fixture*, gconstpointer))) g_test_add_vtable; \ 214 void g_test_add_vtable (const char *testpath,
|
gtestutils.c | 917 g_test_add_vtable (const char *testpath, function 976 g_test_add_vtable (testpath, 0, NULL, NULL, test_func, NULL); 1001 g_test_add_vtable (testpath, 0, test_data, NULL, (void(*)(void)) test_func, NULL); [all...] |
galiasdef.c | 3191 #undef g_test_add_vtable macro [all...] |
galias.h | 3181 #define g_test_add_vtable macro [all...] |