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

  /external/qemu/android/utils/
assert.h 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(); \
    [all...]
assert.c 31 _android_assert_loc( const char* fileName, function

Completed in 2924 milliseconds