Home
last modified time | relevance | path

Searched refs:LOG_WARN (Results 1 – 6 of 6) sorted by relevance

/external/fio/os/windows/posix/include/
Dsyslog.h8 #define LOG_WARN 0x4 macro
/external/libese/libese/include/ese/
Dlog.h62 #define ALOGW(...) ((void)ALOG(LOG_WARN, LOG_TAG, __VA_ARGS__))
/external/vulkan-validation-layers/demos/smoke/
DShell.h72 LOG_WARN, enumerator
DShellAndroid.cpp97 case LOG_WARN: in log()
DShell.cpp75 LogPriority prio = LOG_WARN; in debug_report_callback()
79 prio = LOG_WARN; in debug_report_callback()
DSmoke.cpp103 shell_->log(Shell::LOG_WARN, "cannot enable push constants"); in attach_shell()