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

  /external/bluetooth/glib/glib/
gtestutils.h 38 g_assertion_message_cmpstr (G_LOG_DOMAIN, __FILE__, __LINE__, G_STRFUNC, \
42 g_assertion_message_cmpnum (G_LOG_DOMAIN, __FILE__, __LINE__, G_STRFUNC, \
46 g_assertion_message_cmpnum (G_LOG_DOMAIN, __FILE__, __LINE__, G_STRFUNC, \
50 g_assertion_message_cmpnum (G_LOG_DOMAIN, __FILE__, __LINE__, G_STRFUNC, \
54 g_assertion_message_cmpnum (G_LOG_DOMAIN, __FILE__, __LINE__, G_STRFUNC, \
57 g_assertion_message_error (G_LOG_DOMAIN, __FILE__, __LINE__, G_STRFUNC, \
60 g_assertion_message_error (G_LOG_DOMAIN, __FILE__, __LINE__, G_STRFUNC, \
66 #define g_assert_not_reached() do { g_assertion_message (G_LOG_DOMAIN, __FILE__, __LINE__, G_STRFUNC, NULL); } while (0)
68 g_assertion_message_expr (G_LOG_DOMAIN, __FILE__, __LINE__, G_STRFUNC, \
141 #define g_test_trap_assert_passed() g_test_trap_assertions (G_LOG_DOMAIN, __FILE__, __LINE__, G_STRFUNC, 0, 0
    [all...]
gmacros.h 153 # define G_STRFUNC ((const char*) (__PRETTY_FUNCTION__))
155 # define G_STRFUNC ((const char*) (__func__))
157 # define G_STRFUNC ((const char*) ("???"))
gmessages.h 242 #define g_warn_if_reached() do { g_warn_message (G_LOG_DOMAIN, __FILE__, __LINE__, G_STRFUNC, NULL); } while (0)
244 g_warn_message (G_LOG_DOMAIN, __FILE__, __LINE__, G_STRFUNC, #expr); } while (0)
gthread.h 372 __FILE__, __LINE__, G_STRFUNC, \
379 __FILE__, __LINE__, G_STRFUNC, \
386 __FILE__, __LINE__, G_STRFUNC, \
gtestutils.c     [all...]
  /external/bluetooth/glib/gobject/
gobject.c 612 G_STRFUNC, G_OBJECT_CLASS_NAME (oclass), name);
848 G_STRFUNC,
885 G_STRFUNC, G_OBJECT_TYPE_NAME (object), object);
    [all...]
  /external/bluetooth/glib/tests/
onceinit.c 37 g_error ("%s: function executed more than once", G_STRFUNC);
46 g_error ("%s: function executed more than once", G_STRFUNC);
55 g_error ("%s: function executed more than once", G_STRFUNC);
  /external/bluetooth/glib/gio/
ginputstream.c 193 _("Too large count value passed to %s"), G_STRFUNC);
325 _("Too large count value passed to %s"), G_STRFUNC);
567 G_STRFUNC);
692 G_STRFUNC);
    [all...]
gbufferedinputstream.c 417 _("Too large count value passed to %s"), G_STRFUNC);
499 G_STRFUNC);
    [all...]
goutputstream.c 202 _("Too large count value passed to %s"), G_STRFUNC);
657 G_STRFUNC);
    [all...]
  /external/bluetooth/glib/gthread/
gthread-posix.c 54 __FILE__, __LINE__, G_STRFUNC, \
gthread-win32.c 51 __FILE__, __LINE__, G_STRFUNC, \

Completed in 109 milliseconds