/external/bluetooth/glib/tests/ |
D | iochannel-test.c | 26 g_warning ("Unable to open file %s: %s", in test_small_writes() 78 g_warning ("Unable to open file %s: %s", filename, gerr->message); in main() 85 g_warning ("Unable to open file %s: %s", "iochannel-test-outfile", gerr->message); in main() 93 g_warning (gerr->message); in main() 106 g_warning (gerr->message); in main() 133 g_warning ("Only wrote part of the line."); in main() 146 g_warning (gerr->message); in main() 151 g_warning ("Abnormal exit from write loop."); in main() 161 g_warning (gerr->message); in main()
|
D | file-test.c | 63 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()
|
D | spawn-test.c | 62 g_warning ("no error for sync spawn of nonexistent application"); in run_tests() 74 g_warning ("no error for async spawn of nonexistent application"); in run_tests()
|
/external/bluetooth/bluez/input/ |
D | sixpair.c | 51 g_warning ("Getting the master Bluetooth address failed"); in show_master() 74 g_warning ("Getting the device Bluetooth address failed"); in get_bdaddr() 116 g_warning ("Setting the master Bluetooth address failed"); in set_master_bdaddr() 155 g_warning ("Can't open device"); in handle_device() 162 g_warning ("Can't claim interface %d", itfnum); in handle_device() 177 g_warning ("Can't get bdaddr from default device"); in handle_device() 185 g_warning ("Can't get bdaddr from default device"); in handle_device() 223 g_warning ("Reattaching the driver failed: %d", res); in handle_device() 241 g_warning ("Couldn't parse command-line options: %s", error->message); in main() 255 g_warning ("libusb_get_device_list failed"); in main() [all …]
|
/external/bluetooth/glib/gobject/ |
D | gtype.c | 610 g_warning ("plugin handle for type `%s' is NULL", in check_plugin_U() 616 g_warning ("plugin pointer (%p) for type `%s' is invalid", in check_plugin_U() 622 g_warning ("plugin for type `%s' has no complete_type_info() implementation", in check_plugin_U() 628 g_warning ("plugin for type `%s' has no complete_interface_info() implementation", in check_plugin_U() 644 g_warning ("type name `%s' is too short", type_name); in check_type_name_I() 656 g_warning ("type name `%s' contains invalid characters", type_name); in check_type_name_I() 661 g_warning ("cannot register existing type `%s'", type_name); in check_type_name_I() 678 g_warning ("cannot derive type `%s' from invalid parent type `%s'", in check_derivation_I() 687 g_warning ("cannot derive `%s' from non-derivable parent type `%s'", in check_derivation_I() 696 g_warning ("cannot derive `%s' from non-fundamental parent type `%s'", in check_derivation_I() [all …]
|
D | gsignal.c | 798 g_warning (G_STRLOC ": signal \"%s\" of type `%s' already destroyed", in _g_signals_destroy() 836 g_warning ("%s: signal id `%u' does not support detail (%u)", G_STRLOC, signal_id, detail); in g_signal_stop_emission() 848 …g_warning (G_STRLOC ": emission of signal \"%s\" for instance `%p' cannot be stopped from emission… in g_signal_stop_emission() 854 g_warning (G_STRLOC ": no emission of signal \"%s\" to stop for instance `%p'", in g_signal_stop_emission() 858 g_warning ("%s: signal id `%u' is invalid for instance `%p'", G_STRLOC, signal_id, instance); in g_signal_stop_emission() 910 g_warning ("%s: invalid signal id `%u'", G_STRLOC, signal_id); in g_signal_add_emission_hook() 916 …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() 922 g_warning ("%s: signal id `%u' does not support detail (%u)", G_STRLOC, signal_id, detail); in g_signal_add_emission_hook() 966 g_warning ("%s: invalid signal id `%u'", G_STRLOC, signal_id); in g_signal_remove_emission_hook() 968 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 | 112 g_warning (G_STRLOC ": unsolicitated invocation of g_object_dispose() on GTypeModule"); in g_type_module_dispose() 269 g_warning ("plugin '%s' failed to register type '%s'\n", in g_type_module_use() 325 g_warning ("Fatal error - Could not reload previously loaded plugin '%s'\n", in g_type_module_use_plugin() 401 g_warning ("Two different plugins tried to register '%s'.", type_name); in g_type_module_register_type() 414 g_warning ("Type '%s' recreated with different parent type.\n" in g_type_module_register_type() 475 g_warning ("Interface '%s' for '%s' was previously registered statically or for a parent type.", in g_type_module_add_interface() 481 g_warning ("Two different plugins tried to register interface '%s' for '%s'.", in g_type_module_add_interface()
|
D | gobject.c | 381 g_warning ("When installing property: type `%s' already has a property named `%s'", in install_property_internal() 611 g_warning ("%s: Can't find property to override for '%s::%s'", in g_object_class_override_property() 847 g_warning ("%s: object class `%s' has no property named `%s'", in g_object_notify() 884 g_warning ("%s: property-changed notification for %s(%p) is not frozen", in g_object_thaw_notify() 925 g_warning ("unable to set property `%s' of type `%s' from value of type `%s'", in object_set_property() 933 … g_warning ("value \"%s\" of type `%s' is invalid or out of range for property `%s' of type `%s'", in object_set_property() 1150 g_warning ("%s: object class `%s' has no property named `%s'", in g_object_newv() 1158 g_warning ("%s: property `%s' of object class `%s' is not writable", in g_object_newv() 1170 g_warning ("%s: construct property \"%s\" for object `%s' can't be set twice", in g_object_newv() 1293 g_warning ("%s: object class `%s' has no property named `%s'", in g_object_new_valist() [all …]
|
D | gvalue.c | 182 …g_warning ("%s: cannot initialize GValue with type `%s', the value has already been initialized as… in g_value_init() 187 g_warning ("%s: cannot initialize GValue with type `%s', %s", in g_value_init() 369 g_warning ("%s: %s", G_STRLOC, error_msg); in g_value_set_instance() 456 g_warning ("reregistering value transformation function (%p) for `%s' to `%s'", in g_value_register_transform_func()
|
D | glib-genmarshal.c | 286 g_warning ("overfull string (%u bytes) for padspace", in pad() 469 g_warning ("unknown type: %s", sig->rarg->keyword); in process_signature() 479 g_warning ("unknown type: %s", iarg->keyword); in process_signature() 671 g_warning ("failed to open \"%s\": %s", file, g_strerror (errno)); in main()
|
/external/bluetooth/glib/gio/inotify/ |
D | inotify-helper.c | 45 #define IH_W if (ih_debug_enabled) g_warning 89 g_warning ("Could not initialize inotify\n"); in _ih_startup() 182 g_warning ("Missing callback called fullpath = %s\n", fullpath); in ih_not_missing_callback()
|
D | inotify-sub.c | 33 #define IS_W if (is_debug_enabled) g_warning
|
/external/bluetooth/glib/glib/ |
D | giochannel.c | 305 g_warning ("g_io_channel_seek: unknown seek type"); in g_io_channel_seek() 362 g_warning ("Error closing channel: %s", err->message); in g_io_channel_close() 420 g_warning ("Partial character at end of write buffer not flushed.\n"); in g_io_channel_shutdown() 467 g_warning ("Error flushing string: %s", err->message); in g_io_channel_purge() 485 g_warning ("Partial character at end of write buffer not flushed.\n"); in g_io_channel_purge() 635 g_warning("Invalid file descriptor.\n"); in g_io_channel_error_from_errno() 641 g_warning("Buffer outside valid address space.\n"); in g_io_channel_error_from_errno() 936 g_warning ("Seek type G_SEEK_CUR not allowed for this" in g_io_channel_seek_position() 959 g_warning ("g_io_channel_seek_position: unknown seek type"); in g_io_channel_seek_position() 991 g_warning ("Partial character at end of write buffer not flushed.\n"); in g_io_channel_seek_position() [all …]
|
D | gerror.c | 211 g_warning (ERROR_OVERWRITTEN_WARNING, new->message); in g_set_error() 244 g_warning (ERROR_OVERWRITTEN_WARNING, new->message); in g_set_error_literal() 270 g_warning (ERROR_OVERWRITTEN_WARNING, src->message); in g_propagate_error()
|
D | gmessages.h | 151 #define g_warning(...) g_log (G_LOG_DOMAIN, \ macro 171 #define g_warning(format...) g_log (G_LOG_DOMAIN, \ macro 208 g_warning (const gchar *format, in g_warning() function
|
D | gpoll.c | 160 g_warning ("MsgWaitForMultipleObjectsEx failed: %s", emsg); in poll_rest() 187 g_warning ("WaitForMultipleObjectsEx failed: %s", emsg); in poll_rest() 291 g_warning ("Too many handles to wait for!\n"); in g_poll()
|
D | giounix.c | 157 g_warning ("IO watch dispatched without callback\n" in g_io_unix_dispatch() 405 g_warning (G_STRLOC "Error while getting flags for FD: %s (%d)\n", in g_io_unix_get_flags() 472 g_warning ("Invalid GIOFileMode %s.\n", mode); in g_io_channel_new_file() 488 g_warning ("Invalid GIOFileMode %s.\n", mode); in g_io_channel_new_file()
|
D | gmem.c | 282 g_warning (G_STRLOC ": memory allocation vtable lacks one of malloc(), realloc() or free()"); in g_mem_set_vtable() 285 g_warning (G_STRLOC ": memory allocation vtable can only be set once at startup"); in g_mem_set_vtable() 509 g_warning ("free(%p): memory has been freed %"G_GSIZE_FORMAT" times already", in profiler_free() 550 g_warning ("realloc(%p, %"G_GSIZE_FORMAT"): " in profiler_try_realloc()
|
/external/bluetooth/glib/gio/fam/ |
D | gfamfilemonitor.c | 51 g_warning ("Unexpected error cancelling fam monitor"); in G_DEFINE_DYNAMIC_TYPE() 132 g_warning ("Unexpected error cancelling fam monitor"); in g_fam_file_monitor_cancel()
|
D | gfamdirectorymonitor.c | 51 g_warning ("Unexpected error cancelling fam monitor"); in G_DEFINE_DYNAMIC_TYPE() 133 g_warning ("Unexpected error cancelling fam monitor"); in g_fam_directory_monitor_cancel()
|
/external/bluetooth/glib/gio/ |
D | giomodule.c | 149 g_warning ("GIOModule path not set"); in g_io_module_load_module() 446 g_warning ("Extension point %s registered multiple times", name); in g_io_extension_point_register() 599 g_warning ("Tried to implement non-registered extension point %s", extension_point_name); in g_io_extension_point_implement() 606 g_warning ("Tried to register an extension of the type %s to extension point %s. " in g_io_extension_point_implement()
|
/external/webkit/Source/WebCore/platform/gtk/ |
D | LoggingGtk.cpp | 47 …g_warning("WEBKIT_DEBUG is not empty, but this is a release build. Notice that many log messages w… in InitializeLoggingChannelsIfNecessary()
|
/external/bluetooth/glib/gio/tests/ |
D | unix-streams.c | 72 g_warning ("writer: %s", err->message); in writer_thread() 114 g_warning ("reader: %s", err->message); in reader_thread()
|
/external/webkit/Source/WebCore/platform/graphics/pango/ |
D | GlyphPageTreeNodePango.cpp | 63 g_warning("didn't get 1 glyph but %d", glyphs->num_glyphs); in pango_font_get_glyph()
|
/external/bluetooth/glib/gio/fen/ |
D | fen-missing.c | 34 #define FM_W if (fm_debug_enabled) g_warning
|