Home | History | Annotate | Download | only in utils

Lines Matching full:android_assert_fail

29 void __attribute__((noreturn)) android_assert_fail(const char*  messageFmt, ...);
37 android_assert_fail(__VA_ARGS__)
43 android_assert_fail(__VA_ARGS__); \
51 android_assert_fail(__VA_ARGS__); \
63 android_assert_fail("%s is %s instead of %s\n",\
77 android_assert_fail("%s is %d instead of %d\n", \
88 android_assert_fail("%s is %d and should be %s %d\n", \
99 android_assert_fail("%s is %p instead of %p\n", \
109 android_assert_fail("%s is NULL\n", #ptr_); \
164 * other than stderr. Note that android_assert_fail also calls