Home
last modified time | relevance | path

Searched refs:g_warning (Results 1 – 25 of 74) sorted by relevance

123

/external/bluetooth/glib/tests/
Diochannel-test.c26 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()
Dfile-test.c63 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()
Dspawn-test.c62 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/
Dsixpair.c51 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/
Dgtype.c610 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 …]
Dgsignal.c798 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()
848g_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()
916g_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 …]
Dgtypemodule.c112 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()
Dgobject.c381 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()
933g_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 …]
Dgvalue.c182g_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()
Dglib-genmarshal.c286 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/
Dinotify-helper.c45 #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()
Dinotify-sub.c33 #define IS_W if (is_debug_enabled) g_warning
/external/bluetooth/glib/glib/
Dgiochannel.c305 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 …]
Dgerror.c211 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()
Dgmessages.h151 #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
Dgpoll.c160 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()
Dgiounix.c157 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()
Dgmem.c282 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/
Dgfamfilemonitor.c51 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()
Dgfamdirectorymonitor.c51 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/
Dgiomodule.c149 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/
DLoggingGtk.cpp47g_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/
Dunix-streams.c72 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/
DGlyphPageTreeNodePango.cpp63 g_warning("didn't get 1 glyph but %d", glyphs->num_glyphs); in pango_font_get_glyph()
/external/bluetooth/glib/gio/fen/
Dfen-missing.c34 #define FM_W if (fm_debug_enabled) g_warning

123