Home
last modified time | relevance | path

Searched refs:g_test_add_vtable (Results 1 – 6 of 6) sorted by relevance

/external/bluetooth/glib/glib/
Dgtestutils.h110 …ter), void (*) (Fixture*, gconstpointer), void (*) (Fixture*, gconstpointer))) g_test_add_vtable; \
214 void g_test_add_vtable (const char *testpath,
Dgtestutils.c917 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()
Dgaliasdef.c3191 #undef g_test_add_vtable
3192 extern __typeof (g_test_add_vtable) g_test_add_vtable __attribute((alias("IA__g_test_add_vtable"), …
Dgalias.h3180 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/
Dglib-sections.txt2642 g_test_add_vtable
/external/bluetooth/glib/
DChangeLog.pre-2-161536 * gtestframework.c: implemented g_test_add_vtable() and g_test_add_func().