Searched defs:ALOG (Results 1 – 6 of 6) sorted by relevance
/external/libese/libese/include/ese/ |
D | log.h | 72 #define ALOG(priority, tag, format, ...) \ macro 80 #define ALOG(...) {} macro
|
/external/zxing/core/src/main/java/com/google/zxing/datamatrix/encoder/ |
D | ErrorCorrection.java | 73 private static final int[] ALOG; field in ErrorCorrection
|
/external/conscrypt/common/src/jni/main/include/conscrypt/ |
D | logging.h | 41 #define ALOG(priority, tag, ...) __android_log_print(ANDROID_##priority, tag, __VA_ARGS__) macro
|
/external/pdfium/fxbarcode/datamatrix/ |
D | BC_ErrorCorrection.cpp | 132 constexpr std::array<uint8_t, 256> ALOG = { variable
|
/external/mesa3d/include/android_stub/log/ |
D | log_main.h | 336 #define ALOG(priority, tag, ...) LOG_PRI(ANDROID_##priority, tag, __VA_ARGS__) macro
|
/external/libavc/decoder/ |
D | ih264d_dpb_mgr.c | 44 #define ALOG(priority, tag, ...) ((void)__android_log_print(ANDROID_##priority, tag, __VA_ARGS__)) macro
|