/test/xts/acts/multimedia/media/media_cpp_standard/include/ |
D | ndktest_log.h | 24 #define NDK_CHECK_AND_RETURN_RET_LOG(cond, ret, fmt, ...) \ argument 32 #define NDK_CHECK_AND_RETURN_LOG(cond, fmt, ...) \ argument 40 #define NDK_CHECK_AND_BREAK_LOG(cond, fmt, ...) \ argument 46 #define NDK_CHECK_AND_CONTINUE_LOG(cond, fmt, ...) \ argument 52 #define NDK_CHECK_AND_LOG(cond, fmt, ...) \ argument
|
/test/xts/acts/multimedia/drm/drm_ndk_test/src/main/cpp/ |
D | capi_drm_log.h | 49 #define CHECK_AND_RETURN_RET_LOG(cond, ret, fmt, ...) \ argument 57 #define CHECK_AND_RETURN_LOG(cond, fmt, ...) \ argument 65 #define CHECK_AND_BREAK_LOG(cond, fmt, ...) \ argument 73 #define CHECK_AND_CONTINUE_LOG(cond, fmt, ...) \ argument
|
D | hello.cpp | 68 #define CHECK_RETURN(cond, ret) \ argument
|
/test/xts/acts/multimedia/avcodec/avcodecNdk/entry/src/main/cpp/ |
D | capi_drm_log.h | 49 #define CHECK_AND_RETURN_RET_LOG(cond, ret, fmt, ...) \ argument 57 #define CHECK_AND_RETURN_LOG(cond, fmt, ...) \ argument 65 #define CHECK_AND_BREAK_LOG(cond, fmt, ...) \ argument 73 #define CHECK_AND_CONTINUE_LOG(cond, fmt, ...) \ argument
|
/test/testfwk/arkxtest/uitest/core/ |
D | common_utilities_hpp.h | 28 #define DCHECK(cond) do { (void)sizeof(cond);} while (0) argument 33 #define DCHECK(cond) assert((cond)) argument
|
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
D | threadsndk.cpp | 320 cnd_t cond; in Cnd_wait() local 351 cnd_t cond; in Cndtimewaittest() local 372 cnd_t cond; in Cnd_broadcast() local 382 cnd_t cond; in Cnd_destroy() local 392 cnd_t cond; in Cnd_signal() local 402 cnd_t cond; in Cnd_init() local
|
D | threadsndk1.cpp | 73 cnd_t cond; member 121 cnd_t cond; in Cnd_destroy() local 133 cnd_t cond; in Cnd_init() local 143 cnd_t cond; member
|
D | fnmatchndk1.cpp | 163 pthread_cond_t cond; member
|
D | pthreadndk1.cpp | 548 pthread_cond_t cond = PTHREAD_COND_INITIALIZER; in PThreadCondBroadcast() local 557 pthread_cond_t cond; in PThreadCondDestroy() local 567 pthread_cond_t cond = PTHREAD_COND_INITIALIZER; in PThreadCondInit() local 578 pthread_cond_t cond = PTHREAD_COND_INITIALIZER; in PThreadCondSignal() local 586 pthread_cond_t cond; member 629 pthread_cond_t cond; member
|
D | otherstestndk.cpp | 583 cnd_t cond; in cndwaittest() local 940 pthread_cond_t cond = PTHREAD_COND_INITIALIZER; in Pthreadcondclockwait() local 956 pthread_cond_t *cond = (pthread_cond_t *)nullptr; in Pthreadcondtimedwaitmonotonicnp() local 974 pthread_cond_t cond = PTHREAD_COND_INITIALIZER; in Pthreadcondtimeoutnp() local
|
/test/xts/acts/resourceschedule/resourceschedule_standard/ffrtndktest/entry/src/main/cpp/ |
D | ffrtndktest.cpp | 49 #define FFRT_STATIC_ASSERT(cond, msg) int x(int static_assertion_##msg[(cond) ? 1 : -1]) argument
|
/test/testfwk/arkxtest/uitest/addon/ |
D | extension_executor.cpp | 91 #define EXTENSION_API_CHECK(cond, errorMessage, errorCode) \ argument 139 #define CALL_THROUGH_CHECK(cond, message, code, asFatalError, fatalPtr) \ argument
|
/test/xts/acts/resourceschedule/resourceschedule_standard/ffrt/entry/src/main/cpp/ |
D | ffrtndk.cpp | 51 ffrt_cond_t* cond; member 292 #define FFRT_STATIC_ASSERT(cond, msg) int x(int static_assertion_##msg[(cond) ? 1 : -1]) argument 344 ffrt_cond_t cond; in ConditionVariableTest001() local 383 ffrt_cond_t cond; in ConditionVariableTest002() local 422 ffrt_cond_t cond; in ConditionVariableTest003() local 464 ffrt_cond_t cond; in ConditionVariableTest004() local 518 ffrt_cond_t cond; in ConditionVariableApiTest001() local 562 ffrt_cond_t cond; in ConditionVariableApiTest002() local 601 ffrt_cond_t cond; in ConditionVariableApiTest003() local 640 ffrt_cond_t cond; in ConditionVariableApiTest004() local
|
/test/xts/acts/multimedia/media/media_js_standard/avplayeraudiondk/src/main/cpp/ |
D | AudioPlayerNDK.cpp | 30 #define LOG(cond, fmt, ...) … argument
|
/test/xts/acts/multimedia/media/media_js_standard/screenCapture_ndk_test/entry/src/main/cpp/ |
D | screenCaptureTest.cpp | 63 #define LOG(cond, fmt, ...) \ argument
|