Home
last modified time | relevance | path

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

/external/libese/libese/include/ese/
Dlog.h72 #define ALOG(priority, tag, format, ...) \ macro
80 #define ALOG(...) {} macro
/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.cpp123 constexpr uint8_t ALOG[256] = { variable
/external/mesa3d/include/android_stub/log/
Dlog_main.h336 #define ALOG(priority, tag, ...) LOG_PRI(ANDROID_##priority, tag, __VA_ARGS__) macro