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

  /external/dbus/dbus/
dbus-internals.h 50 #define _DBUS_FUNCTION_NAME __func__
52 #define _DBUS_FUNCTION_NAME __FUNCTION__
54 #define _DBUS_FUNCTION_NAME "unknown function"
132 _dbus_real_assert ((condition) != 0, #condition, __FILE__, __LINE__, _DBUS_FUNCTION_NAME)
153 _dbus_assert ((*(const char*)_DBUS_FUNCTION_NAME) != '_'); \
156 _DBUS_FUNCTION_NAME, #condition, __FILE__, __LINE__); \
161 _dbus_assert ((*(const char*)_DBUS_FUNCTION_NAME) != '_'); \
164 _DBUS_FUNCTION_NAME, #condition, __FILE__, __LINE__); \
dbus-sysdeps-pthread.c 75 func_name, tmp, strerror(tmp), _DBUS_FUNCTION_NAME); \
dbus-server.c 926 _dbus_warn_check_failed ("Re-entrant call to %s\n", _DBUS_FUNCTION_NAME);
979 _dbus_warn_check_failed ("Re-entrant call to %s\n", _DBUS_FUNCTION_NAME);
    [all...]
dbus-message.c 897 _DBUS_FUNCTION_NAME);
906 _DBUS_FUNCTION_NAME);
    [all...]
dbus-marshal-recursive-util.c 323 #define check_expected_type(reader, expected) real_check_expected_type (reader, expected, _DBUS_FUNCTION_NAME, __LINE__)
328 _DBUS_FUNCTION_NAME, __LINE__); \
336 _DBUS_FUNCTION_NAME, __LINE__); \
    [all...]
dbus-connection.c     [all...]
  /external/dbus/bus/
dispatch.c 529 warn_unexpected_real (connection, message, expected, _DBUS_FUNCTION_NAME, __LINE__)
    [all...]

Completed in 783 milliseconds