Home
last modified time | relevance | path

Searched refs:g_log (Results 1 – 15 of 15) sorted by relevance

/external/bluetooth/glib/glib/
Dgmessages.h97 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 …]
Dgthread.h370 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, \
Dgmessages.c518 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()
Dgaliasdef.c1805 #undef g_log
1806 extern __typeof (g_log) g_log __attribute((alias("IA__g_log"), visibility("default")));
Dgalias.h1798 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/
Dmemchunks.c536 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/
DNEWS.pre-1-325 * g_log() mechanism for logging of messages at different log levels
160 * New g_log() mechanism for logging of messages at different log levels,
DChangeLog.pre-1-21119 * 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
DChangeLog.pre-2-16325 * 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.
DNEWS2425 * Handle invalid-UTF-8 in g_log() properly [Matthias Clasen]
2711 * Fixes for g_log() and threading.
DChangeLog.pre-2-61392 * glib/gmessages.h (g_debug): Complete the g_log()
/external/bluetooth/glib/po/
DMakefile.in.in104 --flag=g_log:3:c-format \
/external/bluetooth/glib/docs/reference/glib/
Dglib-sections.txt949 g_log
/external/bluetooth/glib/gobject/
Dgtype.c129 g_log (G_LOG_DOMAIN, G_LOG_LEVEL_CRITICAL, \
/external/webkit/Source/WebKit/gtk/
DChangeLog8958 stderr instead, using the recommended method (a g_log variant).