Searched refs:G_LOG_LEVEL_DEBUG (Results 1 – 9 of 9) sorted by relevance
/third_party/glib/glib/tests/ |
D | logging.c | 45 g_log ("bu", G_LOG_LEVEL_DEBUG, "message"); in test_set_handler() 46 g_log ("ba", G_LOG_LEVEL_DEBUG, "message"); in test_set_handler() 113 g_log ("baz", G_LOG_LEVEL_DEBUG, "message6"); in test_default_handler_baz_debug() 124 g_log ("foo", G_LOG_LEVEL_DEBUG, "6"); in test_default_handler_debug() 125 g_log ("bar", G_LOG_LEVEL_DEBUG, "6"); in test_default_handler_debug() 126 g_log ("baz", G_LOG_LEVEL_DEBUG, "6"); in test_default_handler_debug() 139 g_log ("foo", G_LOG_LEVEL_DEBUG, "6"); in test_default_handler_debug_stderr() 140 g_log ("bar", G_LOG_LEVEL_DEBUG, "6"); in test_default_handler_debug_stderr() 141 g_log ("baz", G_LOG_LEVEL_DEBUG, "6"); in test_default_handler_debug_stderr() 156 g_assert_true (g_log_writer_default_would_drop (G_LOG_LEVEL_DEBUG, "foo")); in test_default_handler_would_drop() [all …]
|
D | testing.c | 651 g_log ("Test", G_LOG_LEVEL_DEBUG, "should be ignored"); in test_expected_messages_debug() 655 g_test_expect_message ("Test", G_LOG_LEVEL_DEBUG, "debug message"); in test_expected_messages_debug() 656 g_log ("Test", G_LOG_LEVEL_DEBUG, "debug message"); in test_expected_messages_debug()
|
/third_party/glib/glib/ |
D | gmessages.h | 65 G_LOG_LEVEL_DEBUG = 1 << 7, enumerator 261 g_log_structured (G_LOG_DOMAIN, G_LOG_LEVEL_DEBUG, \ 326 #define g_debug(...) g_log_structured_standard (G_LOG_DOMAIN, G_LOG_LEVEL_DEBUG, \ 352 G_LOG_LEVEL_DEBUG, \ 375 #define g_debug(format...) g_log_structured_standard (G_LOG_DOMAIN, G_LOG_LEVEL_DEBUG, \ 399 G_LOG_LEVEL_DEBUG, \ 459 g_logv (G_LOG_DOMAIN, G_LOG_LEVEL_DEBUG, format, args); in g_debug()
|
D | gthread.h | 116 g_log (G_LOG_DOMAIN, G_LOG_LEVEL_DEBUG, \ 123 g_log (G_LOG_DOMAIN, G_LOG_LEVEL_DEBUG, \ 130 (g_log (G_LOG_DOMAIN, G_LOG_LEVEL_DEBUG, \
|
D | glib-init.c | 149 G_LOG_LEVEL_CRITICAL | G_LOG_LEVEL_DEBUG; 304 { "debug", G_LOG_LEVEL_DEBUG } in g_messages_prefixed_init()
|
D | gmessages.c | 1159 #define INFO_LEVELS (G_LOG_LEVEL_INFO | G_LOG_LEVEL_DEBUG) 1227 case G_LOG_LEVEL_DEBUG: in mklevel_prefix() 1328 else if ((log_level & G_LOG_LEVEL_DEBUG) != G_LOG_LEVEL_DEBUG) in g_logv() 1471 else if (log_level & G_LOG_LEVEL_DEBUG) in log_level_to_priority() 1510 else if (log_level & G_LOG_LEVEL_DEBUG) in log_level_to_color()
|
D | gtestutils.c | 3000 if (log_level & G_LOG_LEVEL_DEBUG) in gtest_default_log_handler()
|
/third_party/gettext/libtextstyle/gnulib-local/lib/libcroco/ |
D | cr-utils.h | 148 cr_utils_trace (G_LOG_LEVEL_DEBUG, a_msg) ;
|
/third_party/gettext/libtextstyle/gnulib-local/lib/ |
D | glibconfig.in.h | 166 #define G_LOG_LEVEL_DEBUG 0 macro
|