/external/bluetooth/glib/tests/ |
iochannel-test.c | 26 g_warning ("Unable to open file %s: %s", 78 g_warning ("Unable to open file %s: %s", filename, gerr->message); 85 g_warning ("Unable to open file %s: %s", "iochannel-test-outfile", gerr->message); 93 g_warning (gerr->message); 106 g_warning (gerr->message); 133 g_warning ("Only wrote part of the line."); 146 g_warning (gerr->message); 151 g_warning ("Abnormal exit from write loop."); 161 g_warning (gerr->message);
|
file-test.c | 63 g_warning ("g_mkstemp works even if template doesn't contain XXXXXX"); 69 g_warning ("g_mkstemp works even if template contains less than six X");
|
spawn-test.c | 62 g_warning ("no error for sync spawn of nonexistent application"); 74 g_warning ("no error for async spawn of nonexistent application");
|
child-test.c | 200 g_warning ("%d children still alive\n", alive);
|
/external/webkit/Source/WebCore/platform/gtk/ |
LoggingGtk.cpp | 47 g_warning("WEBKIT_DEBUG is not empty, but this is a release build. Notice that many log messages will only appear in a debug build.");
|
/external/bluetooth/bluez/input/ |
sixpair.c | 51 g_warning ("Getting the master Bluetooth address failed"); 74 g_warning ("Getting the device Bluetooth address failed"); 116 g_warning ("Setting the master Bluetooth address failed"); 155 g_warning ("Can't open device"); 162 g_warning ("Can't claim interface %d", itfnum); 177 g_warning ("Can't get bdaddr from default device"); 185 g_warning ("Can't get bdaddr from default device"); 223 g_warning ("Reattaching the driver failed: %d", res); 241 g_warning ("Couldn't parse command-line options: %s", error->message); 255 g_warning ("libusb_get_device_list failed") [all...] |
/external/bluetooth/glib/gio/inotify/ |
inotify-sub.c | 33 #define IS_W if (is_debug_enabled) g_warning
|
inotify-helper.c | 45 #define IH_W if (ih_debug_enabled) g_warning 89 g_warning ("Could not initialize inotify\n"); 182 g_warning ("Missing callback called fullpath = %s\n", fullpath);
|
inotify-missing.c | 34 #define IM_W if (im_debug_enabled) g_warning
|
/external/bluetooth/glib/gobject/ |
gsignal.c | 798 g_warning (G_STRLOC ": signal \"%s\" of type `%s' already destroyed", 836 g_warning ("%s: signal id `%u' does not support detail (%u)", G_STRLOC, signal_id, detail); 848 g_warning (G_STRLOC ": emission of signal \"%s\" for instance `%p' cannot be stopped from emission hook", 854 g_warning (G_STRLOC ": no emission of signal \"%s\" to stop for instance `%p'", 858 g_warning ("%s: signal id `%u' is invalid for instance `%p'", G_STRLOC, signal_id, instance); 910 g_warning ("%s: invalid signal id `%u'", G_STRLOC, signal_id); 916 g_warning ("%s: signal id `%u' does not support emission hooks (G_SIGNAL_NO_HOOKS flag set)", G_STRLOC, signal_id); 922 g_warning ("%s: signal id `%u' does not support detail (%u)", G_STRLOC, signal_id, detail); 966 g_warning ("%s: invalid signal id `%u'", G_STRLOC, signal_id); 968 g_warning ("%s: signal \"%s\" had no hook (%lu) to remove", G_STRLOC, node->name, hook_id) [all...] |
gtypemodule.c | 112 g_warning (G_STRLOC ": unsolicitated invocation of g_object_dispose() on GTypeModule"); 269 g_warning ("plugin '%s' failed to register type '%s'\n", 325 g_warning ("Fatal error - Could not reload previously loaded plugin '%s'\n", 401 g_warning ("Two different plugins tried to register '%s'.", type_name); 414 g_warning ("Type '%s' recreated with different parent type.\n" 475 g_warning ("Interface '%s' for '%s' was previously registered statically or for a parent type.", 481 g_warning ("Two different plugins tried to register interface '%s' for '%s'.",
|
gtype.c | 610 g_warning ("plugin handle for type `%s' is NULL", 616 g_warning ("plugin pointer (%p) for type `%s' is invalid", 622 g_warning ("plugin for type `%s' has no complete_type_info() implementation", 628 g_warning ("plugin for type `%s' has no complete_interface_info() implementation", 644 g_warning ("type name `%s' is too short", type_name); 656 g_warning ("type name `%s' contains invalid characters", type_name); 661 g_warning ("cannot register existing type `%s'", type_name); 678 g_warning ("cannot derive type `%s' from invalid parent type `%s'", 687 g_warning ("cannot derive `%s' from non-derivable parent type `%s'", 696 g_warning ("cannot derive `%s' from non-fundamental parent type `%s'" [all...] |
gobject.c | 381 g_warning ("When installing property: type `%s' already has a property named `%s'", 611 g_warning ("%s: Can't find property to override for '%s::%s'", 847 g_warning ("%s: object class `%s' has no property named `%s'", 884 g_warning ("%s: property-changed notification for %s(%p) is not frozen", 925 g_warning ("unable to set property `%s' of type `%s' from value of type `%s'", 933 g_warning ("value \"%s\" of type `%s' is invalid or out of range for property `%s' of type `%s'", [all...] |
gvalue.c | 182 g_warning ("%s: cannot initialize GValue with type `%s', the value has already been initialized as `%s'", 187 g_warning ("%s: cannot initialize GValue with type `%s', %s", 369 g_warning ("%s: %s", G_STRLOC, error_msg); 456 g_warning ("reregistering value transformation function (%p) for `%s' to `%s'",
|
/external/bluetooth/glib/glib/ |
gerror.c | 211 g_warning (ERROR_OVERWRITTEN_WARNING, new->message); 244 g_warning (ERROR_OVERWRITTEN_WARNING, new->message); 270 g_warning (ERROR_OVERWRITTEN_WARNING, src->message);
|
giochannel.c | 305 g_warning ("g_io_channel_seek: unknown seek type"); 362 g_warning ("Error closing channel: %s", err->message); 420 g_warning ("Partial character at end of write buffer not flushed.\n"); 467 g_warning ("Error flushing string: %s", err->message); 485 g_warning ("Partial character at end of write buffer not flushed.\n"); 635 g_warning("Invalid file descriptor.\n"); 641 g_warning("Buffer outside valid address space.\n"); 936 g_warning ("Seek type G_SEEK_CUR not allowed for this" 959 g_warning ("g_io_channel_seek_position: unknown seek type"); 991 g_warning ("Partial character at end of write buffer not flushed.\n") [all...] |
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, function
|
gpoll.c | 160 g_warning ("MsgWaitForMultipleObjectsEx failed: %s", emsg); 187 g_warning ("WaitForMultipleObjectsEx failed: %s", emsg); 291 g_warning ("Too many handles to wait for!\n");
|
giounix.c | 157 g_warning ("IO watch dispatched without callback\n" 405 g_warning (G_STRLOC "Error while getting flags for FD: %s (%d)\n", 472 g_warning ("Invalid GIOFileMode %s.\n", mode); 488 g_warning ("Invalid GIOFileMode %s.\n", mode);
|
gmem.c | 282 g_warning (G_STRLOC ": memory allocation vtable lacks one of malloc(), realloc() or free()"); 285 g_warning (G_STRLOC ": memory allocation vtable can only be set once at startup"); 509 g_warning ("free(%p): memory has been freed %"G_GSIZE_FORMAT" times already", 550 g_warning ("realloc(%p, %"G_GSIZE_FORMAT"): "
|
/external/bluetooth/glib/gio/fam/ |
gfamdirectorymonitor.c | 51 g_warning ("Unexpected error cancelling fam monitor"); 133 g_warning ("Unexpected error cancelling fam monitor");
|
gfamfilemonitor.c | 51 g_warning ("Unexpected error cancelling fam monitor"); 132 g_warning ("Unexpected error cancelling fam monitor");
|
/external/webkit/Source/WebCore/platform/graphics/pango/ |
GlyphPageTreeNodePango.cpp | 63 g_warning("didn't get 1 glyph but %d", glyphs->num_glyphs);
|
/external/bluetooth/glib/gio/fen/ |
fen-missing.c | 34 #define FM_W if (fm_debug_enabled) g_warning
|
/external/bluetooth/glib/gio/ |
giomodule.c | 149 g_warning ("GIOModule path not set"); 446 g_warning ("Extension point %s registered multiple times", name); 599 g_warning ("Tried to implement non-registered extension point %s", extension_point_name); 606 g_warning ("Tried to register an extension of the type %s to extension point %s. "
|