Home
last modified time | relevance | path

Searched refs:g_message (Results 1 – 13 of 13) sorted by relevance

/external/bluetooth/glib/glib/
Dgmessages.h145 #define g_message(...) g_log (G_LOG_DOMAIN, \ macro
165 #define g_message(format...) g_log (G_LOG_DOMAIN, \ macro
190 g_message (const gchar *format, in g_message() function
Dgtestutils.c1716 g_message ("Not implemented: g_test_trap_fork"); in g_test_trap_fork()
/external/bluetooth/glib/gobject/
Dtestgobject.c254 g_message ("::test_signal default_handler called"); in test_object_test_signal()
410 g_message ("signal return: \"%s\"", string); in main()
425 g_message ("%s done", argv[0]); in main()
Dgobject.c206 g_message ("[%p] stale %s\tref_count=%u", in debug_objects_foreach()
218 g_message ("stale GObjects: %u", debug_objects_count); in debug_objects_atexit()
Dgsignal.c3118 g_message ("%s::%s(%u) emitted (instance=%p, signal-node=%p)", in signal_emit_unlocked_R()
/external/webkit/Source/WebKit/gtk/webkit/
Dwebkitwebinspector.cpp362g_message("PROP_JAVASCRIPT_PROFILING_ENABLED is not work because of the javascript debugger is dis… in webkit_web_inspector_set_property()
397g_message("PROP_JAVASCRIPT_PROFILING_ENABLED is not work because of the javascript debugger is dis… in webkit_web_inspector_get_property()
Dwebkitwebview.cpp1238 g_message("console message: %s @%d: %s\n", sourceId, line, message); in webkit_web_view_real_console_message()
/external/bluetooth/glib/tests/
Dtestglib.c538 g_message ("this is a g_message test."); in log_warning_error_tests()
539 g_message ("non-printable UTF-8: \"\xc3\xa4\xda\x85\""); in log_warning_error_tests()
540 g_message ("unsafe chars: \"\x10\x11\x12\n\t\x7f\x81\x82\x83\""); in log_warning_error_tests()
/external/bluetooth/glib/docs/reference/glib/
Dglib-sections.txt951 g_message
/external/bluetooth/glib/
DChangeLog.pre-1-2558 g_error, and g_message wrappers since some compilers throw
1237 * gdate.c: s/time_t/GTime/ and s/g_print/g_message/
2172 for g_warning, g_error and g_message are only provided for backwards
2561 * gutils.c gmessages.c: Moved g_error, g_warning, g_message and
DChangeLog.pre-2-61582 * tests/testglib.c (main): Add testcases for g_message() involving
DChangeLog.pre-2-16240 g_error() to g_message() to avoid stopping on warnings. At least
DChangeLog.pre-2-04049 * gutils.c, gscanner.c: fix up compatibility warnings, use g_message().
4659 * gmesage.c: print g_message() output to stderr instead of stdout.