Home
last modified time | relevance | path

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

123

/aosp_15_r20/external/libese/libese/include/ese/
H A Dlog.h72 #define ALOG(priority, tag, format, ...) \ macro
80 #define ALOG(...) {} macro
/aosp_15_r20/cts/hostsidetests/os/test-apps/StaticSharedNativeLibConsumer/jni/
H A Dversion.cpp21 #define ALOG(priority, tag, ...) ((void)__android_log_print(ANDROID_##priority, tag, __VA_ARGS__)) macro
/aosp_15_r20/libnativehelper/
H A DALog-priv.h37 #define ALOG(priority, tag, fmt, ...) \ macro
/aosp_15_r20/frameworks/native/opengl/tests/gl_perfapp/jni/
H A Dgl_code.cpp7 #define ALOG(priority, tag, ...) ((void)__android_log_print(ANDROID_##priority, tag, __VA_ARGS__)) macro
/aosp_15_r20/external/zxing/core/src/main/java/com/google/zxing/datamatrix/encoder/
H A DErrorCorrection.java73 private static final int[] ALOG; field in ErrorCorrection
/aosp_15_r20/cts/hostsidetests/seccomp/app/jni/
H A Dandroid_seccomp_cts_app_SeccompDeviceTest.cpp27 #define ALOG(priority, tag, ...) ((void)__android_log_print(ANDROID_##priority, tag, __VA_ARGS__)) macro
/aosp_15_r20/external/conscrypt/common/src/jni/main/include/conscrypt/
H A Dlogging.h41 #define ALOG(priority, tag, ...) __android_log_print(ANDROID_##priority, tag, __VA_ARGS__) macro
/aosp_15_r20/frameworks/av/media/tests/benchmark/src/native/common/
H A DStats.h24 #define ALOG(priority, tag, ...) ((void)__android_log_print(ANDROID_##priority, tag, __VA_ARGS__)) macro
/aosp_15_r20/frameworks/native/opengl/tests/gl2_jni/jni/
H A Dgl_code.cpp7 #define ALOG(priority, tag, ...) ((void)__android_log_print(ANDROID_##priority, tag, __VA_ARGS__)) macro
/aosp_15_r20/frameworks/native/opengl/tests/gldual/jni/
H A Dgl_code.cpp7 #define ALOG(priority, tag, ...) ((void)__android_log_print(ANDROID_##priority, tag, __VA_ARGS__)) macro
/aosp_15_r20/external/pdfium/fxbarcode/datamatrix/
H A DBC_ErrorCorrection.cpp127 constexpr uint8_t ALOG[256] = { variable
/aosp_15_r20/frameworks/native/opengl/tests/gl_jni/jni/
H A Dgl_code.cpp7 #define ALOG(priority, tag, ...) ((void)__android_log_print(ANDROID_##priority, tag, __VA_ARGS__)) macro
/aosp_15_r20/frameworks/native/libs/binder/liblog_stub/include/log/
H A Dlog.h57 #define ALOG(priority, tag, fmt, ...) \ macro
/aosp_15_r20/prebuilts/runtime/mainline/runtime/sdk/common_os/include/system/logging/liblog/include/log/
H A Dlog_main.h336 #define ALOG(priority, tag, ...) LOG_PRI(ANDROID_##priority, tag, __VA_ARGS__) macro
/aosp_15_r20/prebuilts/vndk/v32/arm/include/system/logging/liblog/include_vndk/log/
Dlog_main.h336 #define ALOG(priority, tag, ...) LOG_PRI(ANDROID_##priority, tag, __VA_ARGS__) macro
/aosp_15_r20/prebuilts/module_sdk/art/13/include/system/logging/liblog/include/log/
Dlog_main.h336 #define ALOG(priority, tag, ...) LOG_PRI(ANDROID_##priority, tag, __VA_ARGS__) macro
/aosp_15_r20/prebuilts/vndk/v30/arm/include/system/core/liblog/include_vndk/log/
Dlog_main.h336 #define ALOG(priority, tag, ...) LOG_PRI(ANDROID_##priority, tag, __VA_ARGS__) macro
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/system/logging/liblog/include_vndk/log/
Dlog_main.h336 #define ALOG(priority, tag, ...) LOG_PRI(ANDROID_##priority, tag, __VA_ARGS__) macro
/aosp_15_r20/prebuilts/vndk/v33/arm/include/system/logging/liblog/include_vndk/log/
Dlog_main.h336 #define ALOG(priority, tag, ...) LOG_PRI(ANDROID_##priority, tag, __VA_ARGS__) macro
/aosp_15_r20/prebuilts/vndk/v34/arm/include/system/logging/liblog/include_vndk/log/
Dlog_main.h336 #define ALOG(priority, tag, ...) LOG_PRI(ANDROID_##priority, tag, __VA_ARGS__) macro
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/system/logging/liblog/include_vndk/log/
Dlog_main.h336 #define ALOG(priority, tag, ...) LOG_PRI(ANDROID_##priority, tag, __VA_ARGS__) macro
/aosp_15_r20/system/logging/liblog/include/log/
H A Dlog_main.h336 #define ALOG(priority, tag, ...) LOG_PRI(ANDROID_##priority, tag, __VA_ARGS__) macro
/aosp_15_r20/prebuilts/module_sdk/art/13/common_os/include/system/logging/liblog/include/log/
Dlog_main.h336 #define ALOG(priority, tag, ...) LOG_PRI(ANDROID_##priority, tag, __VA_ARGS__) macro
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/common_os/include/system/logging/liblog/include/log/
Dlog_main.h336 #define ALOG(priority, tag, ...) LOG_PRI(ANDROID_##priority, tag, __VA_ARGS__) macro
/aosp_15_r20/prebuilts/module_sdk/art/3/common_os/include/system/logging/liblog/include/log/
Dlog_main.h336 #define ALOG(priority, tag, ...) LOG_PRI(ANDROID_##priority, tag, __VA_ARGS__) macro

123