/external/chromium_org/chromeos/network/ |
D | network_event_log_unittest.cc | 122 "file", 0, LOG_LEVEL_ERROR, "event0", "description"); in TEST_F() 153 AddTestEvent(LOG_LEVEL_ERROR, "error1"); in TEST_F() 154 AddTestEvent(LOG_LEVEL_ERROR, "error2"); in TEST_F() 156 AddTestEvent(LOG_LEVEL_ERROR, "error4"); in TEST_F() 162 OLDEST_FIRST, "", LOG_LEVEL_ERROR, 0); in TEST_F() 173 OLDEST_FIRST, "", LOG_LEVEL_ERROR, 0); in TEST_F() 179 AddTestEvent(LOG_LEVEL_ERROR, "error2"); in TEST_F() 181 AddTestEvent(LOG_LEVEL_ERROR, "error4"); in TEST_F() 186 OLDEST_FIRST, "", LOG_LEVEL_ERROR, 1)); in TEST_F() 189 OLDEST_FIRST, "", LOG_LEVEL_ERROR, 2)); in TEST_F() [all …]
|
D | network_event_log.h | 33 LOG_LEVEL_ERROR = 0, enumerator 98 ::chromeos::network_event_log::LOG_LEVEL_ERROR, event, desc)
|
D | network_event_log.cc | 124 else if (log_level == LOG_LEVEL_ERROR) in GetHtmlText() 135 else if (log_level == LOG_LEVEL_ERROR) in GetHtmlText() 146 if (log_level == LOG_LEVEL_ERROR) in SendToVLogOrErrorLog() 226 if (iter->log_level != LOG_LEVEL_ERROR) { in AddLogEntry()
|
D | network_state_handler.cc | 588 log_level = network_event_log::LOG_LEVEL_ERROR; in UpdateNetworkServiceProperty()
|
/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/chromium_org/components/web_contents_delegate_android/android/java/src/org/chromium/components/web_contents_delegate_android/ |
D | WebContentsDelegateAndroid.java | 26 public static final int LOG_LEVEL_ERROR = 3; field in WebContentsDelegateAndroid
|
/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/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/ |
D | ClientAddMessageToConsoleTest.java | 71 assertEquals(AwWebContentsDelegate.LOG_LEVEL_ERROR , in testAddMessageToConsoleCalledWithCorrectLevel()
|
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/ |
D | AwWebContentsDelegateAdapter.java | 95 case LOG_LEVEL_ERROR: in addMessageToConsole()
|
/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()
|