Home
last modified time | relevance | path

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

/test/xts/acts/multimedia/media/media_cpp_standard/include/
Dndktest_log.h24 #define NDK_CHECK_AND_RETURN_RET_LOG(cond, ret, fmt, ...) \ argument
26 if (!(cond)) { \
32 #define NDK_CHECK_AND_RETURN_LOG(cond, fmt, ...) \ argument
34 if (!(cond)) { \
40 #define NDK_CHECK_AND_BREAK_LOG(cond, fmt, ...) \ argument
41 if (!(cond)) { \
46 #define NDK_CHECK_AND_CONTINUE_LOG(cond, fmt, ...) \ argument
47 if (!(cond)) { \
52 #define NDK_CHECK_AND_LOG(cond, fmt, ...) \ argument
53 if (!(cond)) { \
/test/testfwk/arkxtest/uitest/core/
Dcommon_utilities_hpp.h28 #define DCHECK(cond) do { (void)sizeof(cond);} while (0) argument
33 #define DCHECK(cond) assert((cond)) argument