Home
last modified time | relevance | path

Searched defs:ALOG (Results 1 – 6 of 6) sorted by relevance

/external/libese/libese/include/ese/
Dlog.h72 #define ALOG(priority, tag, format, ...) \ macro
80 #define ALOG(...) {} macro
/external/zxing/core/src/main/java/com/google/zxing/datamatrix/encoder/
DErrorCorrection.java73 private static final int[] ALOG; field in ErrorCorrection
/external/conscrypt/common/src/jni/main/include/conscrypt/
Dlogging.h41 #define ALOG(priority, tag, ...) __android_log_print(ANDROID_##priority, tag, __VA_ARGS__) macro
/external/pdfium/fxbarcode/datamatrix/
DBC_ErrorCorrection.cpp132 constexpr std::array<uint8_t, 256> ALOG = { variable
/external/mesa3d/include/android_stub/log/
Dlog_main.h336 #define ALOG(priority, tag, ...) LOG_PRI(ANDROID_##priority, tag, __VA_ARGS__) macro
/external/libavc/decoder/
Dih264d_dpb_mgr.c44 #define ALOG(priority, tag, ...) ((void)__android_log_print(ANDROID_##priority, tag, __VA_ARGS__)) macro