/third_party/glib/tests/ |
D | iochannel-test.c | 26 g_warning ("Unable to open file %s: %s", in test_small_writes() 76 g_warning ("Unable to open file %s: %s", filename, gerr->message); in main() 83 g_warning ("Unable to open file %s: %s", "iochannel-test-outfile", gerr->message); in main() 91 g_warning ("%s", gerr->message); in main() 103 g_warning ("%s", gerr->message); in main() 128 g_warning ("Only wrote part of the line."); in main() 141 g_warning ("%s", gerr->message); in main() 145 g_warning ("Abnormal exit from write loop."); in main() 155 g_warning ("%s", gerr->message); in main()
|
D | file-test.c | 61 g_warning ("g_mkstemp works even if template doesn't contain XXXXXX"); in test_mkstemp() 69 g_warning ("g_mkstemp works even if template contains less than six X"); in test_mkstemp() 110 g_warning ("g_mkdtemp works even if template doesn't contain XXXXXX"); in test_mkdtemp() 118 g_warning ("g_mkdtemp works even if template contains less than six X"); in test_mkdtemp()
|
/third_party/glib/gobject/ |
D | gtype.c | 716 g_warning ("plugin handle for type '%s' is NULL", in check_plugin_U() 722 g_warning ("plugin pointer (%p) for type '%s' is invalid", in check_plugin_U() 728 g_warning ("plugin for type '%s' has no complete_type_info() implementation", in check_plugin_U() 734 g_warning ("plugin for type '%s' has no complete_interface_info() implementation", in check_plugin_U() 750 g_warning ("type name '%s' is too short", type_name); in check_type_name_I() 762 g_warning ("type name '%s' contains invalid characters", type_name); in check_type_name_I() 767 g_warning ("cannot register existing type '%s'", type_name); in check_type_name_I() 784 g_warning ("cannot derive type '%s' from invalid parent type '%s'", in check_derivation_I() 793 g_warning ("cannot derive '%s' from non-derivable parent type '%s'", in check_derivation_I() 802 g_warning ("cannot derive '%s' from non-fundamental parent type '%s'", in check_derivation_I() [all …]
|
D | gsignal.c | 956 g_warning (G_STRLOC ": signal \"%s\" of type '%s' already destroyed", in _g_signals_destroy() 994 g_warning ("%s: signal id '%u' does not support detail (%u)", G_STRLOC, signal_id, detail); in g_signal_stop_emission() 1005 …g_warning (G_STRLOC ": emission of signal \"%s\" for instance '%p' cannot be stopped from emission… in g_signal_stop_emission() 1011 g_warning (G_STRLOC ": no emission of signal \"%s\" to stop for instance '%p'", in g_signal_stop_emission() 1015 g_warning ("%s: signal id '%u' is invalid for instance '%p'", G_STRLOC, signal_id, instance); in g_signal_stop_emission() 1067 g_warning ("%s: invalid signal id '%u'", G_STRLOC, signal_id); in g_signal_add_emission_hook() 1073 …g_warning ("%s: signal id '%u' does not support emission hooks (G_SIGNAL_NO_HOOKS flag set)", G_ST… in g_signal_add_emission_hook() 1079 g_warning ("%s: signal id '%u' does not support detail (%u)", G_STRLOC, signal_id, detail); in g_signal_add_emission_hook() 1129 g_warning ("%s: invalid signal id '%u'", G_STRLOC, signal_id); in g_signal_remove_emission_hook() 1133 g_warning ("%s: signal \"%s\" had no hook (%lu) to remove", G_STRLOC, node->name, hook_id); in g_signal_remove_emission_hook() [all …]
|
D | gtypemodule.c | 99 g_warning (G_STRLOC ": unsolicitated invocation of g_object_run_dispose() on GTypeModule"); in g_type_module_dispose() 257 g_warning ("plugin '%s' failed to register type '%s'", in g_type_module_use() 313 g_warning ("Fatal error - Could not reload previously loaded plugin '%s'", in g_type_module_use_plugin() 404 g_warning ("Two different plugins tried to register '%s'.", type_name); in g_type_module_register_type() 417 g_warning ("Type '%s' recreated with different parent type." in g_type_module_register_type() 486 g_warning ("Interface '%s' for '%s' was previously registered statically or for a parent type.", in g_type_module_add_interface() 492 g_warning ("Two different plugins tried to register interface '%s' for '%s'.", in g_type_module_add_interface()
|
D | gvalue.c | 179 …g_warning ("%s: cannot initialize GValue with type '%s', the value has already been initialized as… in g_value_init() 184 g_warning ("%s: cannot initialize GValue with type '%s', %s", in g_value_init() 375 g_warning ("%s: %s", G_STRLOC, error_msg); in g_value_set_instance() 439 g_warning ("%s: %s", G_STRLOC, error_msg); in g_value_init_from_instance() 536 g_warning ("reregistering value transformation function (%p) for '%s' to '%s'", in g_value_register_transform_func()
|
/third_party/gstreamer/gstplugins_base/tests/examples/gl/generic/recordgraphic/ |
D | main.cpp | 225 g_warning("Failed to link videosrc to glfilterapp!") ; in main() 230 g_warning("Failed to link glupload to glfilterapp!") ; in main() 234 g_warning("Failed to link glfilterapp to glcolorconvert!") ; in main() 238 g_warning("Failed to link glfilterapp to glcolorconvert!") ; in main() 246 g_warning("Failed to link glfilterapp to avenc_mpeg4!") ; in main() 251 g_warning ("Failed to link one or more elements!"); in main() 268 g_warning ("ERROR: %s", err->message); in main()
|
/third_party/gstreamer/gstplugins_base/tests/examples/gl/generic/doublecube/ |
D | main.cpp | 118 g_warning ("Failed to map the video buffer"); in drawCallback() 224 g_warning ("Failed to link with decodebin %d!\n", ret); in cb_new_pad() 233 g_warning ("usage: doublecube.exe videolocation\n"); in main() 275 g_warning ("one element could not be found \n"); in main() 318 g_warning ("Failed to link one or more elements bettween tee and queue0!\n"); in main() 326 g_warning("Failed to link queue0 to glimagesink0!\n") ; in main() 332 g_warning ("Failed to link one or more elements bettween tee and glimagesink1!\n"); in main() 338 g_warning ("Failed to link one or more elements bettween tee and glimagesink2!\n"); in main()
|
/third_party/gstreamer/gstplugins_good/tests/examples/shapewipe/ |
D | shapewipe-example.c | 36 g_warning ("Got ERROR"); in on_message() 38 g_warning ("%s: %s", err->message, debug); in on_message() 46 g_warning ("Got WARNING"); in on_message() 48 g_warning ("%s: %s", err->message, debug); in on_message()
|
/third_party/glib/glib/ |
D | gwin32.c | 436 …g_warning ("Passing a non-NULL package to g_win32_get_package_installation_directory() is deprecat… in g_win32_get_package_installation_directory() 586 g_warning ("Invalid os_type specified"); in g_win32_check_windows_version() 894 g_warning ("Unrecognized stream name %s", attach_strs[i]); in g_console_win32_init() 913 g_warning ("Stream %s is in error state", streams[i].stream_name); in g_console_win32_init() 922 g_warning ("Standard handle for %s can't be obtained: %lu", in g_console_win32_init() 939 g_warning ("Failed to redirect %s: %d - %s", in g_console_win32_init() 950 g_warning ("Stream %s does not have a valid fd", in g_console_win32_init() 960 g_warning ("Failed to create new fd for stream %s", in g_console_win32_init() 968 g_warning ("Failed to backup old fd %d for stream %s", in g_console_win32_init() 986 g_warning ("Failed to substitute fd %d for stream %s: %d : %s", in g_console_win32_init() [all …]
|
D | gmessages.h | 320 #define g_warning(...) g_log_structured_standard (G_LOG_DOMAIN, G_LOG_LEVEL_WARNING, \ macro 345 #define g_warning(...) g_log (G_LOG_DOMAIN, \ macro 369 #define g_warning(format...) g_log_structured_standard (G_LOG_DOMAIN, G_LOG_LEVEL_WARNING, \ macro 392 #define g_warning(format...) g_log (G_LOG_DOMAIN, \ macro 436 g_warning (const gchar *format, in g_warning() function 485 g_warning (__VA_ARGS__); \ 494 g_warning (format); \ 498 #define g_warning_once g_warning
|
D | giochannel.c | 404 g_warning ("g_io_channel_seek: unknown seek type"); in g_io_channel_seek() 461 g_warning ("Error closing channel: %s", err->message); in g_io_channel_close() 519 g_warning ("Partial character at end of write buffer not flushed."); in g_io_channel_shutdown() 566 g_warning ("Error flushing string: %s", err->message); in g_io_channel_purge() 584 g_warning ("Partial character at end of write buffer not flushed."); in g_io_channel_purge() 763 g_warning ("Invalid file descriptor."); in g_io_channel_error_from_errno() 769 g_warning ("Buffer outside valid address space."); in g_io_channel_error_from_errno() 1112 g_warning ("Seek type G_SEEK_CUR not allowed for this" in g_io_channel_seek_position() 1135 g_warning ("g_io_channel_seek_position: unknown seek type"); in g_io_channel_seek_position() 1167 g_warning ("Partial character at end of write buffer not flushed."); in g_io_channel_seek_position() [all …]
|
/third_party/gstreamer/gstplugins_base/tests/examples/playrec/ |
D | playrec.c | 66 g_warning ("State change failed"); in message_handler() 145 g_warning ("Expected state change NO_PREROLL result"); in main() 153 g_warning ("Error while waiting for state change"); in main() 160 g_warning ("Expected state change NO_PREROLL result"); in main()
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstchildproxy.c | 83 g_warning ("child %u of parent %s has no name", i, in gst_child_proxy_default_get_child_by_name() 283 g_warning ("no property %s in object %s", name, in gst_child_proxy_get_property() 330 g_warning ("no property %s in object %s", name, in gst_child_proxy_get_valist() 336 g_warning ("error copying value %s in object %s: %s", pspec->name, in gst_child_proxy_get_valist() 392 g_warning ("cannot set property %s on object %s", name, in gst_child_proxy_set_property() 441 g_warning ("no property %s in object %s", name, in gst_child_proxy_set_valist() 447 g_warning ("error copying value %s in object %s: %s", pspec->name, in gst_child_proxy_set_valist()
|
/third_party/gstreamer/gstplugins_bad/tests/examples/nvcodec/ |
D | nvcodec-kb.c | 91 g_warning ("could not restore terminal attributes"); in gst_nvcodec_kb_set_key_handler() 101 g_warning ("could not save terminal attributes"); in gst_nvcodec_kb_set_key_handler() 113 g_warning ("Could not set terminal state"); in gst_nvcodec_kb_set_key_handler()
|
/third_party/glib/gthread/ |
D | gthread-impl.c | 40 g_warning ("GThread system no longer supports custom thread implementations."); in g_thread_init() 47 g_warning ("GThread system no longer supports errorcheck mutexes."); in g_thread_init_with_errorcheck_mutexes()
|
/third_party/glib/gio/ |
D | gtestdbus.c | 99 g_warning ("Weak notify timeout, object ref_count=%d", in _g_object_unref_and_wait_weak_notify() 132 …g_warning ("Can't enable JOB_OBJECT_LIMIT_KILL_ON_JOB_CLOSE: %s", g_win32_error_message (GetLastEr… in _g_test_watcher_add_pid() 140 g_warning ("Can't assign process to job: %s", g_win32_error_message (GetLastError())); in _g_test_watcher_add_pid() 222 g_warning ("unknown pid %d to remove", pid); in watch_parent() 227 g_warning ("unknown command from parent '%s'", command); in watch_parent() 250 g_warning ("pipe() failed: %s", g_strerror (errsv)); in watcher_init() 268 g_warning ("fork() failed: %s", g_strerror (errsv)); in watcher_init() 683 g_warning ("Can't terminate process: %s", g_win32_error_message (GetLastError())); in stop_daemon()
|
D | gdbusmethodinvocation.c | 423 g_warning ("Type of return value is incorrect: expected '%s', got '%s''", in g_dbus_method_invocation_return_value_internal() 444 … g_warning ("Type of return value for property 'Get' call should be '(v)' but got '%s'", in g_dbus_method_invocation_return_value_internal() 455 … g_warning ("Value returned from property 'Get' call for '%s' should be '%s' but is '%s'", in g_dbus_method_invocation_return_value_internal() 468 … g_warning ("Type of return value for property 'GetAll' call should be '(a{sv})' but got '%s'", in g_dbus_method_invocation_return_value_internal() 483 g_warning ("Type of return value for property 'Set' call should be '()' but got '%s'", in g_dbus_method_invocation_return_value_internal() 522 g_warning ("Error sending message: %s", error->message); in g_dbus_method_invocation_return_value_internal()
|
D | gnetworkmonitorportal.c | 125 g_warning ("%s", error->message); in got_available() 136 g_warning ("Failed to get the '%s' property", "available"); in got_available() 173 g_warning ("%s", error->message); in got_metered() 184 g_warning ("Failed to get the '%s' property", "metered"); in got_metered() 221 g_warning ("%s", error->message); in got_connectivity() 232 g_warning ("Failed to get the '%s' property", "connectivity"); in got_connectivity() 279 g_warning ("%s", error->message); in got_status()
|
/third_party/gstreamer/gstreamer/tests/examples/streams/ |
D | testrtpool.c | 63 g_warning ("setschedpolicy: failure: %p", g_strerror (res)); in default_push() 68 g_warning ("setschedparam: failure: %p", g_strerror (res)); in default_push() 72 g_warning ("setinheritsched: failure: %p", g_strerror (res)); in default_push()
|
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/ |
D | gstrtpbin.c | 821 g_warning ("rtpbin: could not create rtpsession element"); in create_session() 827 g_warning ("rtpbin: could not create rtpssrcdemux element"); in create_session() 834 g_warning ("rtpbin: could not create rtpstorage element"); in create_session() 1914 g_warning ("rtpbin: could not create rtpjitterbuffer element"); in create_stream() 1920 g_warning ("rtpbin: could not create rtpptdemux element"); in create_stream() 3738 g_warning ("rtpbin: failed to get fec encoder sink pad for session %u", in expose_recv_src_pad() 3744 g_warning ("rtpbin: failed to get fec encoder src pad for session %u", in expose_recv_src_pad() 3750 g_warning ("rtpbin: failed to link fec decoder for session %u", in expose_recv_src_pad() 4054 g_warning ("rtpbin: failed to get session recv_rtp_sink pad"); in complete_session_sink() 4059 g_warning ("rtpbin: failed to get decoder sink pad for session %u", sessid); in complete_session_sink() [all …]
|
/third_party/gstreamer/gstplugins_bad/tests/examples/d3d11/ |
D | d3d11screencapturesrc.cpp | 46 g_warning ("Failed to setup device monitor"); in enum_devices() 54 g_warning ("No detected d3d11 monitor device"); in enum_devices() 196 g_warning ("Failed to create d3d11screencapture element"); in main() 205 g_warning ("Failed to create second d3d11screencapture element"); in main()
|
/third_party/gstreamer/gstplugins_good/gst/rtsp/ |
D | gstrtpdec.c | 742 g_warning ("rtpdec: invalid name given"); in create_recv_rtp() 752 g_warning ("rtpdec: recv_rtp pad already requested for session %d", sessid); in create_recv_rtp() 794 g_warning ("rtpdec: invalid name given"); in create_recv_rtcp() 799 g_warning ("rtpdec: no session with id %d", sessid); in create_recv_rtcp() 804 g_warning ("rtpdec: recv_rtcp pad already requested for session %d", in create_recv_rtcp() 840 g_warning ("rtpdec: invalid name given"); in create_rtcp() 845 g_warning ("rtpdec: session with id %d does not exist", sessid); in create_rtcp() 850 g_warning ("rtpdec: rtcp_src pad already requested for session %d", sessid); in create_rtcp() 887 g_warning ("rtpdec: this is not our template"); in gst_rtp_dec_request_new_pad()
|
/third_party/libsoup/libsoup/ |
D | soup-cookie-jar-db.c | 204 g_warning ("Failed to execute query: %s", error); in try_create_table() 227 g_warning ("Failed to execute query: %s", error); in exec_query_with_try_create_table() 245 g_warning ("Can't open %s", priv->filename); in open_db() 250 g_warning ("Failed to execute query: %s", error); in open_db()
|
D | soup-hsts-enforcer-db.c | 185 g_warning ("Failed to execute query: %s", error); in try_create_table() 210 g_warning ("Failed to execute query: %s", error); in exec_query_with_try_create_table() 227 g_warning ("Can't open %s", priv->filename); in open_db() 232 g_warning ("Failed to execute query: %s", error); in open_db()
|