Searched refs:G_STRLOC (Results 1 - 15 of 15) sorted by relevance

/external/bluetooth/glib/gobject/
H A Dgsignal.c561 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_i
[all...]
H A Dgvalue.c183 G_STRLOC,
188 G_STRLOC,
369 g_warning ("%s: %s", G_STRLOC, error_msg);
H A Dgsourceclosure.c184 g_critical (G_STRLOC "closure can not be set on closure without GSourceFuncs::closure_callback\n");
H A Dgclosure.c692 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)",
H A Dgobject.h539 G_STRLOC, \
H A Dgtypemodule.c112 g_warning (G_STRLOC ": unsolicitated invocation of g_object_dispose() on GTypeModule");
H A Dgtype.c108 #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)); \
2242 g_warning (G_STRLOC ": cannot remove unregistered class cache func %p with data %p",
2316 g_warning (G_STRLOC ": cannot remove unregistered class check func %p with data %p",
2819 g_warning (G_STRLOC ": invalid class pointer `%p'", g_class);
2861 g_warning (G_STRLOC ": invalid class pointer `%p'", class);
2906 g_warning (G_STRLOC "
[all...]
H A Dgparam.c928 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);
/external/bluetooth/glib/glib/
H A Dgmacros.h146 # define G_STRLOC __FILE__ ":" G_STRINGIFY (__LINE__) ":" __PRETTY_FUNCTION__ "()" macro
148 # define G_STRLOC __FILE__ ":" G_STRINGIFY (__LINE__) macro
H A Dgmem.c136 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");
H A Dgthread.h166 (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)
H A Dgiounix.c405 g_warning (G_STRLOC "Error while getting flags for FD: %s (%d)\n",
H A Dgmessages.c387 G_STRLOC, handler_id, log_domain);
H A Dgmain.c1182 g_warning (G_STRLOC ": ref_count == 0, but source is still attached to a context!");
3550 g_warning (G_STRLOC ": GetExitCodeProcess() failed: %s", emsg);
H A Dgoption.c1971 g_warning (G_STRLOC": ignoring invalid short option '%c' (%d)", c, c);

Completed in 200 milliseconds