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

  /external/qemu/android/utils/
system.h 58 #define AARRAY_NEW(p,count) (AASSERT_LOC(), (p) = _android_array_alloc(sizeof(*p),(count)))
59 #define AARRAY_NEW0(p,count) (AASSERT_LOC(), (p) = _android_array_alloc0(sizeof(*p),(count)))
60 #define AARRAY_RENEW(p,count) (AASSERT_LOC(), (p) = _android_array_realloc((p),sizeof(*(p)),(count)))
assert.h 121 # define AASSERT_LOC() _ANDROID_ASSERT_LOC()
150 # define AASSERT_LOC() ((void)0)
vector.h 68 AASSERT_LOC(); \

Completed in 1026 milliseconds