OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:g_message
(Results
1 - 8
of
8
) sorted by null
/external/bluetooth/glib/glib/
gmessages.h
145
#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,
function
gtestutils.c
[
all
...]
/external/bluetooth/glib/gobject/
testgobject.c
254
g_message
("::test_signal default_handler called");
410
g_message
("signal return: \"%s\"", string);
425
g_message
("%s done", argv[0]);
gobject.c
206
g_message
("[%p] stale %s\tref_count=%u",
218
g_message
("stale GObjects: %u", debug_objects_count);
[
all
...]
gsignal.c
[
all
...]
/external/webkit/Source/WebKit/gtk/webkit/
webkitwebinspector.cpp
362
g_message
("PROP_JAVASCRIPT_PROFILING_ENABLED is not work because of the javascript debugger is disabled\n");
397
g_message
("PROP_JAVASCRIPT_PROFILING_ENABLED is not work because of the javascript debugger is disabled\n");
webkitwebview.cpp
[
all
...]
/external/bluetooth/glib/tests/
testglib.c
538
g_message
("this is a
g_message
test.");
539
g_message
("non-printable UTF-8: \"\xc3\xa4\xda\x85\"");
540
g_message
("unsafe chars: \"\x10\x11\x12\n\t\x7f\x81\x82\x83\"");
544
g_test_trap_assert_stderr ("*is a
g_message
test*");
[
all
...]
Completed in 45 milliseconds