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/pdfium/fxbarcode/datamatrix/
DBC_ErrorCorrection.h28 static int32_t ALOG[256]; variable
DBC_ErrorCorrection.cpp107 int32_t CBC_ErrorCorrection::ALOG[256] = {0}; member in CBC_ErrorCorrection
/external/conscrypt/common/src/jni/main/include/conscrypt/
Dlogging.h41 #define ALOG(priority, tag, ...) __android_log_print(ANDROID_##priority, tag, __VA_ARGS__) macro