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 53 #define AARRAY_NEW(p,count) (AASSERT_LOC(), (p) = _android_array_alloc(sizeof(*p),(count)))
54 #define AARRAY_NEW0(p,count) (AASSERT_LOC(), (p) = _android_array_alloc0(sizeof(*p),(count)))
55 #define AARRAY_RENEW(p,count) (AASSERT_LOC(), (p) = _android_array_realloc((p),sizeof(*(p)),(count)))
assert.h 117 # define AASSERT_LOC() _ANDROID_ASSERT_LOC()
146 # define AASSERT_LOC() ((void)0)
vector.h 65 AASSERT_LOC(); \

Completed in 908 milliseconds