Searched refs:G_LOG_DOMAIN (Results 1 - 25 of 60) sorted by relevance

123

/external/bluetooth/glib/glib/
H A Dgmessages.h133 #ifndef G_LOG_DOMAIN
134 #define G_LOG_DOMAIN ((gchar*) 0) macro
135 #endif /* G_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, \
[all...]
H A Dgtestutils.h38 g_assertion_message_cmpstr (G_LOG_DOMAIN, __FILE__, __LINE__, G_STRFUNC, \
42 g_assertion_message_cmpnum (G_LOG_DOMAIN, __FILE__, __LINE__, G_STRFUNC, \
46 g_assertion_message_cmpnum (G_LOG_DOMAIN, __FILE__, __LINE__, G_STRFUNC, \
50 g_assertion_message_cmpnum (G_LOG_DOMAIN, __FILE__, __LINE__, G_STRFUNC, \
54 g_assertion_message_cmpnum (G_LOG_DOMAIN, __FILE__, __LINE__, G_STRFUNC, \
57 g_assertion_message_error (G_LOG_DOMAIN, __FILE__, __LINE__, G_STRFUNC, \
60 g_assertion_message_error (G_LOG_DOMAIN, __FILE__, __LINE__, G_STRFUNC, \
66 #define g_assert_not_reached() do { g_assertion_message (G_LOG_DOMAIN, __FILE__, __LINE__, G_STRFUNC, NULL); } while (0)
68 g_assertion_message_expr (G_LOG_DOMAIN, __FILE__, __LINE__, G_STRFUNC, \
141 #define g_test_trap_assert_passed() g_test_trap_assertions (G_LOG_DOMAIN, __FILE_
[all...]
H A 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, \
/external/bluetooth/glib/tests/
H A Dlibmoduletestplugin_a.c28 #undef G_LOG_DOMAIN macro
H A Dlibmoduletestplugin_b.c28 #undef G_LOG_DOMAIN macro
H A Dqsort-test.c2 #undef G_LOG_DOMAIN macro
H A Datomic-test.c2 #undef G_LOG_DOMAIN macro
H A Ddirname-test.c28 #undef G_LOG_DOMAIN macro
H A Dtestgdateparser.c2 #undef G_LOG_DOMAIN macro
H A Denv-test.c30 #undef G_LOG_DOMAIN macro
H A Derrorcheck-mutex-test.c2 #undef G_LOG_DOMAIN macro
H A Dmarkup-escape-test.c2 #undef G_LOG_DOMAIN macro
H A Dmarkup-test.c2 #undef G_LOG_DOMAIN macro
H A Drelation-test.c28 #undef G_LOG_DOMAIN macro
H A Dtype-test.c28 #undef G_LOG_DOMAIN macro
H A Dunicode-caseconv.c2 #undef G_LOG_DOMAIN macro
H A Dunicode-collate.c2 #undef G_LOG_DOMAIN macro
H A Dasyncqueue-test.c2 #undef G_LOG_DOMAIN macro
/external/bluetooth/glib/tests/gobject/
H A Ddynamictype.c20 #undef G_LOG_DOMAIN macro
21 #define G_LOG_DOMAIN "TestDynamicType" macro
H A Dsingleton.c19 #undef G_LOG_DOMAIN macro
20 #define G_LOG_DOMAIN "TestSingleton" macro
H A Ddefaultiface.c20 #undef G_LOG_DOMAIN macro
21 #define G_LOG_DOMAIN "TestDefaultIface" macro
H A Difacecheck.c20 #undef G_LOG_DOMAIN macro
21 #define G_LOG_DOMAIN "TestIfaceCheck" macro
H A Daccumulator.c20 #undef G_LOG_DOMAIN macro
21 #define G_LOG_DOMAIN "TestAccumulator" macro
H A Difaceinherit.c20 #undef G_LOG_DOMAIN macro
21 #define G_LOG_DOMAIN "TestIfaceInherit" macro
H A Dreferences.c20 #undef G_LOG_DOMAIN macro
21 #define G_LOG_DOMAIN "TestReferences" macro

Completed in 158 milliseconds

123