HomeSort by relevance Sort by last modified time
    Searched refs:G_STRLOC (Results 1 - 15 of 15) sorted by null

  /external/bluetooth/glib/gobject/
gsignal.c 561 g_error (G_STRLOC ": handler id overflow, %s", REPORT_BUG);
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)
    [all...]
gvalue.c 183 G_STRLOC,
188 G_STRLOC,
369 g_warning ("%s: %s", G_STRLOC, error_msg);
gsourceclosure.c 184 g_critical (G_STRLOC "closure can not be set on closure without GSourceFuncs::closure_callback\n");
gclosure.c 692 g_warning (G_STRLOC ": unable to remove uninstalled invalidation notifier: %p (%p)",
720 g_warning (G_STRLOC ": unable to remove uninstalled finalization notifier: %p (%p)",
    [all...]
gobject.h 539 G_STRLOC, \
gtypemodule.c 112 g_warning (G_STRLOC ": unsolicitated invocation of g_object_dispose() on GTypeModule");
gtype.c 108 #define G_READ_LOCK(rw_lock) do { g_printerr (G_STRLOC ": readL++\n"); g_static_rw_lock_reader_lock (rw_lock); } while (0)
109 #define G_READ_UNLOCK(rw_lock) do { g_printerr (G_STRLOC ": readL--\n"); g_static_rw_lock_reader_unlock (rw_lock); } while (0)
110 #define G_WRITE_LOCK(rw_lock) do { g_printerr (G_STRLOC ": writeL++\n"); g_static_rw_lock_writer_lock (rw_lock); } while (0)
111 #define G_WRITE_UNLOCK(rw_lock) do { g_printerr (G_STRLOC ": writeL--\n"); g_static_rw_lock_writer_unlock (rw_lock); } while (0)
131 G_STRLOC, G_STRINGIFY (init_function)); \
    [all...]
gparam.c 928 g_warning (G_STRLOC ": pspec name \"%s\" contains invalid characters", pspec->name);
965 g_warning (G_STRLOC ": attempt to remove unknown pspec `%s' from pool", pspec->name);
    [all...]
  /external/bluetooth/glib/glib/
gmacros.h 146 # define G_STRLOC __FILE__ ":" G_STRINGIFY (__LINE__) ":" __PRETTY_FUNCTION__ "()"
148 # define G_STRLOC __FILE__ ":" G_STRINGIFY (__LINE__)
gmem.c 136 G_STRLOC, n_bytes);
156 G_STRLOC, n_bytes);
175 G_STRLOC, n_bytes);
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");
gthread.h 166 (mutex, G_MUTEX_DEBUG_MAGIC, G_STRLOC) : (fail))
193 (cond, mutex, G_MUTEX_DEBUG_MAGIC, G_STRLOC) : (void) 0)
198 (cond, mutex, abs_time, G_MUTEX_DEBUG_MAGIC, G_STRLOC) : TRUE)
giounix.c 405 g_warning (G_STRLOC "Error while getting flags for FD: %s (%d)\n",
gmessages.c 387 G_STRLOC, handler_id, log_domain);
gmain.c 1182 g_warning (G_STRLOC ": ref_count == 0, but source is still attached to a context!");
    [all...]
goption.c     [all...]

Completed in 284 milliseconds