HomeSort by relevance Sort by last modified time
    Searched refs:LOG_LEVEL_ERROR (Results 1 - 11 of 11) sorted by null

  /device/linaro/bootloader/arm-trusted-firmware/plat/common/
plat_log_common.c 19 if (log_level < LOG_LEVEL_ERROR)
20 log_level = LOG_LEVEL_ERROR;
  /device/linaro/bootloader/arm-trusted-firmware/tools/cert_create/include/
debug.h 22 #define LOG_LEVEL_ERROR 10
35 #if LOG_LEVEL >= LOG_LEVEL_ERROR
  /device/linaro/bootloader/arm-trusted-firmware/include/common/
debug.h 20 #define LOG_LEVEL_ERROR 10
47 #if LOG_LEVEL >= LOG_LEVEL_ERROR
  /external/apache-http/src/org/apache/commons/logging/impl/
SimpleLog.java 122 public static final int LOG_LEVEL_ERROR = 5;
237 setLevel(SimpleLog.LOG_LEVEL_ERROR);
298 case SimpleLog.LOG_LEVEL_ERROR: buf.append("[ERROR] "); break;
493 * <code>org.apache.commons.logging.impl.SimpleLog.LOG_LEVEL_ERROR</code>.
500 if (isLevelEnabled(SimpleLog.LOG_LEVEL_ERROR)) {
501 log(SimpleLog.LOG_LEVEL_ERROR, message, null);
508 * <code>org.apache.commons.logging.impl.SimpleLog.LOG_LEVEL_ERROR</code>.
516 if (isLevelEnabled(SimpleLog.LOG_LEVEL_ERROR)) {
517 log(SimpleLog.LOG_LEVEL_ERROR, message, t);
575 return isLevelEnabled(SimpleLog.LOG_LEVEL_ERROR);
    [all...]
  /external/slf4j/jcl-over-slf4j/src/main/java/org/apache/commons/logging/impl/
SimpleLog.java 119 public static final int LOG_LEVEL_ERROR = 5;
232 setLevel(SimpleLog.LOG_LEVEL_ERROR);
306 case SimpleLog.LOG_LEVEL_ERROR:
481 if (isLevelEnabled(SimpleLog.LOG_LEVEL_ERROR)) {
482 log(SimpleLog.LOG_LEVEL_ERROR, message, null);
493 if (isLevelEnabled(SimpleLog.LOG_LEVEL_ERROR)) {
494 log(SimpleLog.LOG_LEVEL_ERROR, message, t);
549 return isLevelEnabled(SimpleLog.LOG_LEVEL_ERROR);
  /external/slf4j/slf4j-simple/src/main/java/org/slf4j/impl/
SimpleLogger.java 130 private static final int LOG_LEVEL_ERROR = LocationAwareLogger.ERROR_INT;
296 return LOG_LEVEL_ERROR;
352 case LOG_LEVEL_ERROR:
609 return isLevelEnabled(LOG_LEVEL_ERROR);
617 log(LOG_LEVEL_ERROR, msg, null);
625 formatAndLog(LOG_LEVEL_ERROR, format, arg, null);
633 formatAndLog(LOG_LEVEL_ERROR, format, arg1, arg2);
641 formatAndLog(LOG_LEVEL_ERROR, format, argArray);
646 log(LOG_LEVEL_ERROR, msg, t);
  /external/slf4j/integration/lib/
slf4j-simple-1.6.6.jar 
  /external/libusb-compat/libusb/
core.c 39 LOG_LEVEL_ERROR,
56 #define usbi_err(fmt...) _usbi_log(LOG_LEVEL_ERROR, fmt)
116 case LOG_LEVEL_ERROR:
  /external/guice/extensions/persist/lib/
commons-logging-1.0.4.jar 
  /external/guice/extensions/struts2/lib/
commons-logging-1.0.4.jar 
  /external/guice/lib/build/
commons-logging-1.0.4.jar 

Completed in 3004 milliseconds