Searched defs:g_test_add_func (Results 1 - 3 of 3) sorted by relevance

/external/bluetooth/glib/glib/
H A Dgtestutils.c875 * low level, calling g_test_add() or g_test_add_func() is preferable.
958 * g_test_add_func:
970 g_test_add_func (const char *testpath, function
2000 * Hook up a new test case at @testpath, similar to g_test_add_func().
H A Dgalias.h3177 extern __typeof (g_test_add_func) IA__g_test_add_func __attribute((visibility("hidden")));
3178 #define g_test_add_func IA__g_test_add_func macro
H A Dgaliasdef.c3188 #undef g_test_add_func macro
3189 extern __typeof (g_test_add_func) g_test_add_func __attribute((alias("IA__g_test_add_func"), visibility("default")));

Completed in 111 milliseconds