Searched refs:_ANDROID_ASSERT (Results 1 - 3 of 3) sorted by relevance

/external/qemu/android/utils/
H A Dassert.h47 #define _ANDROID_ASSERT(cond,...) \ macro
125 # define AASSERT(cond,...) _ANDROID_ASSERT(cond,__VA_ARGS__)
/external/qemu/android/
H A Dhw-pipe-net.c43 # define DDASSERT(cond) _ANDROID_ASSERT(cond, "Assertion failure: ", #cond)
H A Dsdk-controller-socket.c1598 _ANDROID_ASSERT(query->header.query_id == dispatcher->query_reply_header.query_id,
1662 _ANDROID_ASSERT(0,
1679 _ANDROID_ASSERT(0, "SDKCtl %s: Unexpected I/O status %d in the dispatcher",
1717 _ANDROID_ASSERT(0, "SDKCtl %s: Unexpected I/O dispacher state %d",

Completed in 219 milliseconds