Searched refs:g_assertion_message (Results 1 – 6 of 6) sorted by relevance
/external/bluetooth/glib/glib/ |
D | gtestutils.c | 1283 g_assertion_message (const char *domain, in g_assertion_message() function 1312 g_assertion_message (domain, file, line, func, s); in g_assertion_message_expr() 1335 g_assertion_message (domain, file, line, func, s); in g_assertion_message_cmpnum() 1357 g_assertion_message (domain, file, line, func, s); in g_assertion_message_cmpstr() 1391 g_assertion_message (domain, file, line, func, gstring->str); in g_assertion_message_error() 1772 g_assertion_message (domain, file, line, func, msg); in g_test_trap_assertions() 1778 g_assertion_message (domain, file, line, func, msg); in g_test_trap_assertions() 1784 g_assertion_message (domain, file, line, func, msg); in g_test_trap_assertions() 1790 g_assertion_message (domain, file, line, func, msg); in g_test_trap_assertions()
|
D | gtestutils.h | 66 #define g_assert_not_reached() do { g_assertion_message (G_LOG_DOMAIN, __FILE__, __LINE__,… 179 void g_assertion_message (const char *domain,
|
D | galiasdef.c | 3167 #undef g_assertion_message 3168 extern __typeof (g_assertion_message) g_assertion_message __attribute((alias("IA__g_assertion_messa…
|
D | galias.h | 3156 extern __typeof (g_assertion_message) IA__g_assertion_message __attribute((visibility("hidden"))) G… 3157 #define g_assertion_message IA__g_assertion_message macro
|
/external/bluetooth/glib/docs/reference/glib/ |
D | glib-sections.txt | 2636 g_assertion_message
|
/external/bluetooth/glib/ |
D | ChangeLog.pre-2-16 | 868 implement g_assert_not_reached() with g_assertion_message() and
|