Lines Matching full:_android_assert_loc
26 void _android_assert_loc(const char* fileName,
30 /* Call this after _android_assert_loc() to dump an assertion failed message
35 /* See _android_assert_loc() */
36 #define _ANDROID_ASSERT_LOC() \
37 _android_assert_loc(__FILE__,__LINE__,__FUNCTION__)
46 _ANDROID_ASSERT_LOC(); \
54 _ANDROID_ASSERT_LOC(); \
66 _ANDROID_ASSERT_LOC(); \
80 _ANDROID_ASSERT_LOC(); \
91 _ANDROID_ASSERT_LOC(); \
102 _ANDROID_ASSERT_LOC(); \
112 _ANDROID_ASSERT_LOC(); \
121 # define AASSERT_LOC() _ANDROID_ASSERT_LOC()