HomeSort by relevance Sort by last modified time
    Searched full:android_assert_fail (Results 1 - 2 of 2) sorted by null

  /external/qemu/android/utils/
assert.h 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 call
    [all...]
assert.c 50 void android_assert_fail(const char* messageFmt, ...) function

Completed in 48 milliseconds