Searched refs:LOG_LEVEL_DEBUG (Results 1 – 9 of 9) sorted by relevance
/external/chromium_org/chromeos/network/ |
D | network_event_log_unittest.cc | 138 "file", 0, LOG_LEVEL_DEBUG, "event1", "description"); in TEST_F() 141 OLDEST_FIRST, "file,time,desc,html", LOG_LEVEL_DEBUG, 1))); in TEST_F() 158 AddTestEvent(LOG_LEVEL_DEBUG, "debug6"); in TEST_F() 168 OLDEST_FIRST, "", LOG_LEVEL_DEBUG, 0); in TEST_F() 228 OLDEST_FIRST, "", LOG_LEVEL_DEBUG, 0)); in TEST_F() 231 OLDEST_FIRST, "", LOG_LEVEL_DEBUG, 0)); in TEST_F() 240 OLDEST_FIRST, "", LOG_LEVEL_DEBUG, 0)); in TEST_F()
|
D | network_event_log.h | 36 LOG_LEVEL_DEBUG = 3 enumerator 111 ::chromeos::network_event_log::LOG_LEVEL_DEBUG, event, desc)
|
D | network_event_log.cc | 120 if (log_level == LOG_LEVEL_DEBUG) in GetHtmlText() 131 if (log_level == LOG_LEVEL_DEBUG) in GetHtmlText()
|
D | network_state_handler.cc | 88 network_event_log::LOG_LEVEL_DEBUG, in AddObserver() 98 network_event_log::LOG_LEVEL_DEBUG, in RemoveObserver()
|
/external/apache-http/src/org/apache/commons/logging/impl/ |
D | SimpleLog.java | 111 public static final int LOG_LEVEL_DEBUG = 2; field in SimpleLog 226 setLevel(SimpleLog.LOG_LEVEL_DEBUG); in SimpleLog() 290 case SimpleLog.LOG_LEVEL_DEBUG: buf.append("[DEBUG] "); break; in log() 371 if (isLevelEnabled(SimpleLog.LOG_LEVEL_DEBUG)) { in debug() 372 log(SimpleLog.LOG_LEVEL_DEBUG, message, null); in debug() 387 if (isLevelEnabled(SimpleLog.LOG_LEVEL_DEBUG)) { in debug() 388 log(SimpleLog.LOG_LEVEL_DEBUG, message, t); in debug() 557 return isLevelEnabled(SimpleLog.LOG_LEVEL_DEBUG); in isDebugEnabled()
|
/external/libusb/libusb/ |
D | libusbi.h | 109 LOG_LEVEL_DEBUG, enumerator 125 #define usbi_dbg(fmt...) _usbi_log(NULL, LOG_LEVEL_DEBUG, fmt)
|
D | core.c | 1565 case LOG_LEVEL_DEBUG: in usbi_log()
|
/external/chromium_org/chrome/browser/ui/webui/chromeos/ |
D | network_ui.cc | 84 chromeos::network_event_log::LOG_LEVEL_DEBUG, in GetNetworkEventLog()
|
/external/libusb-compat/libusb/ |
D | core.c | 36 LOG_LEVEL_DEBUG, enumerator 49 #define usbi_dbg(fmt...) _usbi_log(LOG_LEVEL_DEBUG, fmt) 120 case LOG_LEVEL_DEBUG: in usbi_log()
|