Searched refs:g_test_add_vtable (Results 1 – 6 of 6) sorted by relevance
/external/bluetooth/glib/glib/ |
D | gtestutils.h | 110 …ter), void (*) (Fixture*, gconstpointer), void (*) (Fixture*, gconstpointer))) g_test_add_vtable; \ 214 void g_test_add_vtable (const char *testpath,
|
D | gtestutils.c | 917 g_test_add_vtable (const char *testpath, in g_test_add_vtable() function 976 g_test_add_vtable (testpath, 0, NULL, NULL, test_func, NULL); in g_test_add_func() 1001 g_test_add_vtable (testpath, 0, test_data, NULL, (void(*)(void)) test_func, NULL); in g_test_add_data_func()
|
D | galiasdef.c | 3191 #undef g_test_add_vtable 3192 extern __typeof (g_test_add_vtable) g_test_add_vtable __attribute((alias("IA__g_test_add_vtable"), …
|
D | galias.h | 3180 extern __typeof (g_test_add_vtable) IA__g_test_add_vtable __attribute((visibility("hidden"))); 3181 #define g_test_add_vtable IA__g_test_add_vtable macro
|
/external/bluetooth/glib/docs/reference/glib/ |
D | glib-sections.txt | 2642 g_test_add_vtable
|
/external/bluetooth/glib/ |
D | ChangeLog.pre-2-16 | 1536 * gtestframework.c: implemented g_test_add_vtable() and g_test_add_func().
|