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

/external/bluetooth/glib/glib/
H A Dgtestutils.c389 * g_test_init:
393 * Any parameters understood by g_test_init() stripped before return.
475 g_test_init (int *argc, function
851 * parsed by g_test_init().
1204 * as parsed by g_test_init().
H A Dgalias.h3198 extern __typeof (g_test_init) IA__g_test_init __attribute((visibility("hidden")));
3199 #define g_test_init IA__g_test_init macro
H A Dgaliasdef.c3209 #undef g_test_init macro
3210 extern __typeof (g_test_init) g_test_init __attribute((alias("IA__g_test_init"), visibility("default")));

Completed in 41 milliseconds