Searched refs:g_log (Results 1 – 15 of 15) sorted by relevance
/external/bluetooth/glib/glib/ |
D | gmessages.h | 97 void g_log (const gchar *log_domain, 139 g_log (G_LOG_DOMAIN, \ 145 #define g_message(...) g_log (G_LOG_DOMAIN, \ 148 #define g_critical(...) g_log (G_LOG_DOMAIN, \ 151 #define g_warning(...) g_log (G_LOG_DOMAIN, \ 154 #define g_debug(...) g_log (G_LOG_DOMAIN, \ 159 g_log (G_LOG_DOMAIN, \ 165 #define g_message(format...) g_log (G_LOG_DOMAIN, \ 168 #define g_critical(format...) g_log (G_LOG_DOMAIN, \ 171 #define g_warning(format...) g_log (G_LOG_DOMAIN, \ [all …]
|
D | gthread.h | 370 g_log (G_LOG_DOMAIN, G_LOG_LEVEL_DEBUG, \ 377 g_log (G_LOG_DOMAIN, G_LOG_LEVEL_DEBUG, \ 384 (g_log (G_LOG_DOMAIN, G_LOG_LEVEL_DEBUG, \
|
D | gmessages.c | 518 g_log (const gchar *log_domain, in g_log() function 541 g_log (log_domain, in g_return_if_fail_warning() 565 g_log (domain, G_LOG_LEVEL_WARNING, "%s", s); in g_warn_message() 582 g_log (log_domain, in g_assert_warning()
|
D | galiasdef.c | 1805 #undef g_log 1806 extern __typeof (g_log) g_log __attribute((alias("IA__g_log"), visibility("default")));
|
D | galias.h | 1798 extern __typeof (g_log) IA__g_log __attribute((visibility("hidden"))) G_GNUC_PRINTF(3,4); 1799 #define g_log IA__g_log macro
|
/external/bluetooth/glib/tests/ |
D | memchunks.c | 536 g_log (G_LOG_DOMAIN, G_LOG_LEVEL_INFO, in old_mem_chunk_print() 557 g_log (G_LOG_DOMAIN, G_LOG_LEVEL_INFO, "%d mem chunks", count); in old_mem_chunk_info()
|
/external/bluetooth/glib/ |
D | NEWS.pre-1-3 | 25 * g_log() mechanism for logging of messages at different log levels 160 * New g_log() mechanism for logging of messages at different log levels,
|
D | ChangeLog.pre-1-2 | 1119 * gthread/gthread-solaris.c: do not use g_log for errors, as g_log 2108 but log all this stuff through g_log() with G_LOG_LEVEL_INFO. 2166 mechanism g_log*. most of the assertment macros got adapted to 2167 feature the new g_log() call with an additional specification of
|
D | ChangeLog.pre-2-16 | 325 * glib/gmessages.h (g_error): add for(;;); after the g_log call so 752 * glib/gtestutils.c: capture g_log() messages and send to gtester.
|
D | NEWS | 2425 * Handle invalid-UTF-8 in g_log() properly [Matthias Clasen] 2711 * Fixes for g_log() and threading.
|
D | ChangeLog.pre-2-6 | 1392 * glib/gmessages.h (g_debug): Complete the g_log()
|
/external/bluetooth/glib/po/ |
D | Makefile.in.in | 104 --flag=g_log:3:c-format \
|
/external/bluetooth/glib/docs/reference/glib/ |
D | glib-sections.txt | 949 g_log
|
/external/bluetooth/glib/gobject/ |
D | gtype.c | 129 g_log (G_LOG_DOMAIN, G_LOG_LEVEL_CRITICAL, \
|
/external/webkit/Source/WebKit/gtk/ |
D | ChangeLog | 8958 stderr instead, using the recommended method (a g_log variant).
|