Searched refs:LOG_LEVEL_ERROR (Results 1 – 6 of 6) sorted by relevance
/external/apache-http/src/org/apache/commons/logging/impl/ |
D | SimpleLog.java | 117 public static final int LOG_LEVEL_ERROR = 5; field in SimpleLog 232 setLevel(SimpleLog.LOG_LEVEL_ERROR); in SimpleLog() 293 case SimpleLog.LOG_LEVEL_ERROR: buf.append("[ERROR] "); break; in log() 495 if (isLevelEnabled(SimpleLog.LOG_LEVEL_ERROR)) { in error() 496 log(SimpleLog.LOG_LEVEL_ERROR, message, null); in error() 511 if (isLevelEnabled(SimpleLog.LOG_LEVEL_ERROR)) { in error() 512 log(SimpleLog.LOG_LEVEL_ERROR, message, t); in error() 570 return isLevelEnabled(SimpleLog.LOG_LEVEL_ERROR); in isErrorEnabled()
|
/external/libusb_aah/libusb/ |
D | libusbi.h | 126 LOG_LEVEL_ERROR, enumerator 151 #define usbi_err(ctx, ...) _usbi_log(ctx, LOG_LEVEL_ERROR, __VA_ARGS__) 191 usbi_log_v(ctx, LOG_LEVEL_ERROR, "", fmt, args); in usbi_err()
|
D | core.c | 1791 case LOG_LEVEL_ERROR: in usbi_log_v()
|
/external/libusb/libusb/ |
D | libusbi.h | 112 LOG_LEVEL_ERROR, enumerator 132 #define usbi_err(ctx, fmt...) _usbi_log(ctx, LOG_LEVEL_ERROR, fmt)
|
D | core.c | 1561 case LOG_LEVEL_ERROR: in usbi_log()
|
/external/libusb-compat/libusb/ |
D | core.c | 39 LOG_LEVEL_ERROR, enumerator 56 #define usbi_err(fmt...) _usbi_log(LOG_LEVEL_ERROR, fmt) 116 case LOG_LEVEL_ERROR: in usbi_log()
|