/third_party/glib/glib/ |
D | gmessages.h | 103 void g_log (const gchar *log_domain, 334 g_log (G_LOG_DOMAIN, \ 339 #define g_message(...) g_log (G_LOG_DOMAIN, \ 342 #define g_critical(...) g_log (G_LOG_DOMAIN, \ 345 #define g_warning(...) g_log (G_LOG_DOMAIN, \ 348 #define g_info(...) g_log (G_LOG_DOMAIN, \ 351 #define g_debug(...) g_log (G_LOG_DOMAIN, \ 380 g_log (G_LOG_DOMAIN, \ 386 #define g_message(format...) g_log (G_LOG_DOMAIN, \ 389 #define g_critical(format...) g_log (G_LOG_DOMAIN, \ [all …]
|
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 | gmessages.c | 1443 g_log (const gchar *log_domain, in g_log() function 2883 g_log (log_domain, in g_return_if_fail_warning() 2918 g_log (domain, G_LOG_LEVEL_WARNING, "%s", s); in g_warn_message() 2930 g_log (log_domain, in g_assert_warning() 2938 g_log (log_domain, in g_assert_warning()
|
/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() 47 g_log ("bu", G_LOG_LEVEL_INFO, "message"); in test_set_handler() 48 g_log ("ba", G_LOG_LEVEL_INFO, "message"); in test_set_handler() 91 g_log (G_LOG_DOMAIN, G_LOG_LEVEL_INFO, "message5"); in test_default_handler_info() 102 g_log ("bar", G_LOG_LEVEL_INFO, "message5"); in test_default_handler_bar_info() 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() [all …]
|
D | testing.c | 567 g_log (NULL, G_LOG_LEVEL_WARNING, "no domain"); in test_expected_messages_null_domain() 651 g_log ("Test", G_LOG_LEVEL_DEBUG, "should be ignored"); in test_expected_messages_debug() 652 g_log ("Test", G_LOG_LEVEL_WARNING, "warning message"); in test_expected_messages_debug() 656 g_log ("Test", G_LOG_LEVEL_DEBUG, "debug message"); in test_expected_messages_debug()
|
/third_party/skia/third_party/externals/angle2/src/tests/deqp_support/ |
D | angle_deqp_libtester_main.cpp | 33 tcu::TestLog *g_log = nullptr; variable 80 g_log = new tcu::TestLog(GetLogFileName(deqpDataDir).c_str(), g_cmdLine->getLogFlags()); in deqp_libtester_init_platform() 81 g_testCtx = new tcu::TestContext(*g_platform, *g_archive, *g_log, *g_cmdLine, DE_NULL); in deqp_libtester_init_platform() 105 de::UniquePtr<tcu::App> app(new tcu::App(*g_platform, *g_archive, *g_log, *g_cmdLine)); in deqp_libtester_main() 132 delete g_log; in deqp_libtester_shutdown_platform() 133 g_log = nullptr; in deqp_libtester_shutdown_platform()
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/deqp_support/ |
D | angle_deqp_libtester_main.cpp | 33 tcu::TestLog *g_log = nullptr; variable 105 g_log = new tcu::TestLog(GetLogFileName(deqpDataDir).c_str(), g_cmdLine->getLogFlags()); in deqp_libtester_init_platform() 106 g_testCtx = new tcu::TestContext(*g_platform, *g_archive, *g_log, *g_cmdLine, DE_NULL); in deqp_libtester_init_platform() 129 de::UniquePtr<tcu::App> app(new tcu::App(*g_platform, *g_archive, *g_log, *g_cmdLine)); in deqp_libtester_main() 156 delete g_log; in deqp_libtester_shutdown_platform() 157 g_log = nullptr; in deqp_libtester_shutdown_platform()
|
/third_party/glib/glib/deprecated/ |
D | grel.c | 634 g_log (G_LOG_DOMAIN, G_LOG_LEVEL_INFO, "%s", gstring->str); in g_relation_print_one() 646 g_log (G_LOG_DOMAIN, G_LOG_LEVEL_INFO, "*** key %p", tuple_key); in g_relation_print_index() 667 g_log (G_LOG_DOMAIN, G_LOG_LEVEL_INFO, "*** all tuples (%d)", relation->count); in g_relation_print() 678 g_log (G_LOG_DOMAIN, G_LOG_LEVEL_INFO, "*** index %d", i); in g_relation_print()
|
/third_party/gettext/libtextstyle/gnulib-local/lib/libcroco/ |
D | cr-utils.h | 112 g_log (CROCO_LOG_DOMAIN, \ 122 g_log (CROCO_LOG_DOMAIN, \
|
/third_party/gettext/libtextstyle/gnulib-local/lib/glib/ |
D | gmessages.c | 70 g_log (const char *domain, int level, const char *format, ...) in g_log() function
|
/third_party/gettext/libtextstyle/gnulib-local/lib/ |
D | glibconfig.in.h | 170 extern void g_log (const char *domain, int level, const char *format, ...) G_GNUC_PRINTF (3, 4);
|
/third_party/glib/tests/ |
D | memchunks.c | 527 g_log (G_LOG_DOMAIN, G_LOG_LEVEL_INFO, in old_mem_chunk_print() 548 g_log (G_LOG_DOMAIN, G_LOG_LEVEL_INFO, "%d mem chunks", count); in old_mem_chunk_info()
|
/third_party/glib/ |
D | NEWS.pre-1-3 | 25 * g_log() mechanism for logging of messages at different log levels 160 * New g_log() mechanism for logging of messages at different log levels,
|
D | NEWS | 2805 791128 C runtime complains about bad arguments on each g_log() call 12859 * Handle invalid-UTF-8 in g_log() properly [Matthias Clasen] 13145 * Fixes for g_log() and threading.
|
/third_party/gettext/gettext-tools/examples/hello-objc-gnome/po/ |
D | Makevars | 18 --flag=g_log:3:c-format --flag=g_logv:3:c-format \
|
/third_party/gettext/gettext-tools/examples/hello-c-gnome/po/ |
D | Makevars | 18 --flag=g_log:3:c-format --flag=g_logv:3:c-format \
|
/third_party/gettext/gettext-tools/examples/hello-c++-gnome/po/ |
D | Makevars | 18 --flag=g_log:3:c-format --flag=g_logv:3:c-format \
|
/third_party/gettext/gettext-tools/examples/hello-c-gnome3/po/ |
D | Makevars | 18 --flag=g_log:3:c-format --flag=g_logv:3:c-format \
|
/third_party/glib/po/ |
D | Makefile.in.in | 114 --flag=g_log:3:c-format \
|
/third_party/glib/docs/reference/glib/ |
D | glib-sections.txt | 1464 g_log
|
/third_party/libsoup/ |
D | ChangeLog.pre-git | 589 * tests/test-utils.c (test_init): install a new default g_log
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 25803 g_log (gmessages.c:1415) 29717 sctpassociation: Use GStreamer logging system instead of g_warning() and g_log() 35892 amc: Do not use g_log() for criticals 45628 g_log (/lib/x86_64-linux-gnu/libglib-2.0.so.0.4800.2:0x7fdd4efa0c6b)
|