Home
last modified time | relevance | path

Searched refs:AASSERT_INT (Results 1 – 2 of 2) sorted by relevance

/external/qemu/android/utils/
Dassert.h131 # define AASSERT_INT(cond_,expected_) _ANDROID_ASSERT_INT(cond_,expected_) macro
153 # define AASSERT_INT(cond,val) AASSERT_BOOL(cond,val) macro
/external/qemu/android/
Dlooper-generic.c497 AASSERT_INT(LOOP_IO_READ, IOLOOPER_READ); in looper_newGeneric()
498 AASSERT_INT(LOOP_IO_WRITE, IOLOOPER_WRITE); in looper_newGeneric()