LOGE               12 modules/java/generator/src/cpp/common.h #  define LOGE(...) ((void)__android_log_print(ANDROID_LOG_ERROR, LOG_TAG, __VA_ARGS__))
LOGE               19 modules/java/generator/src/cpp/common.h #  define LOGE(...)
LOGE               92 modules/objdetect/src/detection_based_tracker.cpp #define LOGE(_str, ...) LOGE0(_str , ## __VA_ARGS__)
LOGE               97 modules/objdetect/src/detection_based_tracker.cpp #define LOGE(...)
LOGE               18 modules/ts/include/opencv2/ts/ts_perf.hpp #  define LOGE(...) ((void)__android_log_print(ANDROID_LOG_ERROR, PERF_TESTS_LOG_TAG, __VA_ARGS__))
LOGE               23 modules/ts/include/opencv2/ts/ts_perf.hpp #  define LOGE(_str, ...) do{printf(_str , ## __VA_ARGS__); printf("\n");fflush(stdout);} while(0)