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

  /external/chromium_org/chromeos/network/
network_event_log_unittest.cc 122 "file", 0, LOG_LEVEL_ERROR, "event0", "description");
153 AddTestEvent(LOG_LEVEL_ERROR, "error1");
154 AddTestEvent(LOG_LEVEL_ERROR, "error2");
156 AddTestEvent(LOG_LEVEL_ERROR, "error4");
162 OLDEST_FIRST, "", LOG_LEVEL_ERROR, 0);
173 OLDEST_FIRST, "", LOG_LEVEL_ERROR, 0);
179 AddTestEvent(LOG_LEVEL_ERROR, "error2");
181 AddTestEvent(LOG_LEVEL_ERROR, "error4");
186 OLDEST_FIRST, "", LOG_LEVEL_ERROR, 1));
189 OLDEST_FIRST, "", LOG_LEVEL_ERROR, 2))
    [all...]
network_event_log.h 33 LOG_LEVEL_ERROR = 0,
98 ::chromeos::network_event_log::LOG_LEVEL_ERROR, event, desc)
network_event_log.cc 124 else if (log_level == LOG_LEVEL_ERROR)
135 else if (log_level == LOG_LEVEL_ERROR)
146 if (log_level == LOG_LEVEL_ERROR)
226 if (iter->log_level != LOG_LEVEL_ERROR) {
network_state_handler.cc 588 log_level = network_event_log::LOG_LEVEL_ERROR;
  /external/apache-http/src/org/apache/commons/logging/impl/
SimpleLog.java 117 public static final int LOG_LEVEL_ERROR = 5;
232 setLevel(SimpleLog.LOG_LEVEL_ERROR);
293 case SimpleLog.LOG_LEVEL_ERROR: buf.append("[ERROR] "); break;
488 * <code>org.apache.commons.logging.impl.SimpleLog.LOG_LEVEL_ERROR</code>.
495 if (isLevelEnabled(SimpleLog.LOG_LEVEL_ERROR)) {
496 log(SimpleLog.LOG_LEVEL_ERROR, message, null);
503 * <code>org.apache.commons.logging.impl.SimpleLog.LOG_LEVEL_ERROR</code>.
511 if (isLevelEnabled(SimpleLog.LOG_LEVEL_ERROR)) {
512 log(SimpleLog.LOG_LEVEL_ERROR, message, t);
570 return isLevelEnabled(SimpleLog.LOG_LEVEL_ERROR);
    [all...]
  /external/chromium_org/components/web_contents_delegate_android/android/java/src/org/chromium/components/web_contents_delegate_android/
WebContentsDelegateAndroid.java 26 public static final int LOG_LEVEL_ERROR = 3;
  /external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
ClientAddMessageToConsoleTest.java 71 assertEquals(AwWebContentsDelegate.LOG_LEVEL_ERROR ,
  /external/chromium_org/android_webview/java/src/org/chromium/android_webview/
AwWebContentsDelegateAdapter.java 95 case LOG_LEVEL_ERROR:
  /external/libusb/libusb/
libusbi.h 112 LOG_LEVEL_ERROR,
132 #define usbi_err(ctx, fmt...) _usbi_log(ctx, LOG_LEVEL_ERROR, fmt)
core.c     [all...]
  /prebuilts/tools/common/m2/internal/org/slf4j/slf4j-simple/1.7.2/
slf4j-simple-1.7.2.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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.logging_1.0.4.v201005080501.jar 
  /external/robolectric/lib/main/
commons-logging-1.1.1.jar 
  /prebuilts/devtools/tools/lib/
commons-logging-1.1.1.jar 
  /prebuilts/tools/common/http-client/
commons-logging-1.1.1.jar 
  /prebuilts/tools/common/m2/repository/commons-logging/commons-logging/1.1.1/
commons-logging-1.1.1.jar 

Completed in 224 milliseconds