Searched defs:ALOG (Results 1 – 4 of 4) sorted by relevance
/external/libese/libese/include/ese/ |
D | log.h | 72 #define ALOG(priority, tag, format, ...) \ macro 80 #define ALOG(...) {} macro
|
/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 | 123 constexpr uint8_t ALOG[256] = { variable
|
/external/mesa3d/include/android_stub/log/ |
D | log_main.h | 336 #define ALOG(priority, tag, ...) LOG_PRI(ANDROID_##priority, tag, __VA_ARGS__) macro
|