/external/mtpd/ |
mtpd.h | 63 INFO = 1,
|
/external/slf4j/slf4j-ext/src/main/java/org/slf4j/ext/ |
XLogger.java | 76 TRACE("TRACE", LocationAwareLogger.TRACE_INT), DEBUG("DEBUG", LocationAwareLogger.DEBUG_INT), INFO("INFO", LocationAwareLogger.INFO_INT), WARN("WARN",
|
/libcore/luni/src/main/java/java/util/logging/ |
Level.java | 38 * INFO, WARNING, SEVERE. There are two additional predefined levels, which are 64 * The INFO level provides informative messages. 66 public static final Level INFO = new Level("INFO", 800);
|
/packages/apps/UnifiedEmail/src/com/android/mail/utils/ |
LogUtils.java | 50 public static final int INFO = Log.INFO; 247 * Send a {@link #INFO} log message. 257 if (isLoggable(tag, INFO)) { 264 * Send a {@link #INFO} log message. 275 if (isLoggable(tag, INFO)) {
|
/packages/services/Telephony/src/com/android/phone/common/mail/utils/ |
LogUtils.java | 49 public static final int INFO = Log.INFO; 246 * Send a {@link #INFO} log message. 256 if (isLoggable(tag, INFO)) { 263 * Send a {@link #INFO} log message. 274 if (isLoggable(tag, INFO)) {
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/ |
support.py | 12 from distutils.log import DEBUG, INFO, WARN, ERROR, FATAL 42 if level not in (DEBUG, INFO, WARN, ERROR, FATAL):
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/ |
support.py | 12 from distutils.log import DEBUG, INFO, WARN, ERROR, FATAL 42 if level not in (DEBUG, INFO, WARN, ERROR, FATAL):
|
/bootable/recovery/ |
screen_ui.h | 65 HEADER, MENU, MENU_SEL_BG, MENU_SEL_BG_ACTIVE, MENU_SEL_FG, LOG, TEXT_FILL, INFO
|
/external/eigen/blas/fortran/ |
ctbmv.f | 147 INTEGER I,INFO,IX,J,JX,KPLUS1,KX,L 163 INFO = 0 165 INFO = 1 168 INFO = 2 170 INFO = 3 172 INFO = 4 174 INFO = 5 176 INFO = 7 178 INFO = 9 180 IF (INFO.NE.0) THE [all...] |
ztbmv.f | 147 INTEGER I,INFO,IX,J,JX,KPLUS1,KX,L 163 INFO = 0 165 INFO = 1 168 INFO = 2 170 INFO = 3 172 INFO = 4 174 INFO = 5 176 INFO = 7 178 INFO = 9 180 IF (INFO.NE.0) THE [all...] |
/external/markdown/markdown/ |
__init__.py | 50 from logging import DEBUG, INFO, WARN, ERROR, CRITICAL
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/ |
h264bsd_cavlc.c | 60 #define INFO(vlc) (((vlc) >> 4) & 0xF) /* 4 MSB bits contain information */ 198 * [4 bits for info] [4 bits for VLC length] */ 305 * [4 bits for info] [4bits for VLC length] 714 if (INFO(value) > zerosLeft) 870 zerosLeft = INFO(zerosLeft); 884 run[i] = INFO(tmp);
|
/frameworks/base/core/java/android/util/ |
Log.java | 33 * ERROR, WARN, INFO, DEBUG, VERBOSE. Verbose should never be compiled 35 * in but stripped at runtime. Error, warning and info logs are always kept. 69 public static final int INFO = 4; 154 * Send an {@link #INFO} log message. 160 return println_native(LOG_ID_MAIN, INFO, tag, msg); 164 * Send a {@link #INFO} log message and log the exception. 171 return println_native(LOG_ID_MAIN, INFO, tag, msg + '\n' + getStackTraceString(tr)); 198 * The default level of any tag is set to INFO. This means that any level above and including 199 * INFO will be logged. Before you make any calls to a logging method you should check to see 202 * Where level is either VERBOSE, DEBUG, INFO, WARN, ERROR, ASSERT, or SUPPRESS. SUPPRESS wil [all...] |
/frameworks/base/telecomm/java/android/telecom/ |
Log.java | 36 public static final boolean INFO = isLoggable(android.util.Log.INFO); 60 if (INFO) { 66 if (INFO) {
|
/packages/apps/Messaging/src/com/android/messaging/util/ |
LogUtil.java | 35 public static final int INFO = android.util.Log.INFO; 115 * Send an {@link #INFO} log message. 121 println(android.util.Log.INFO, tag, msg); 125 * Send a {@link #INFO} log message and log the exception. 132 println(android.util.Log.INFO, tag, msg + '\n'
|
/packages/services/Telephony/src/com/android/services/telephony/ |
Log.java | 34 public static final boolean INFO = isLoggable(android.util.Log.INFO); 58 if (INFO) { 64 if (INFO) {
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/ |
util.py | 45 'sub_debug', 'debug', 'info', 'sub_warning', 'get_logger', 58 INFO = 20 75 def info(msg, *args): function 77 _logger.log(INFO, msg, *args) 139 info('created temp directory %s', tempdir) 158 info('after forker raised exception %s', e) 288 def _exit_function(info=info, debug=debug, _run_finalizers=_run_finalizers, 297 info('process shutting down') 314 info('calling terminate() for daemon %s', p.name [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/ |
util.py | 45 'sub_debug', 'debug', 'info', 'sub_warning', 'get_logger', 58 INFO = 20 75 def info(msg, *args): function 77 _logger.log(INFO, msg, *args) 139 info('created temp directory %s', tempdir) 158 info('after forker raised exception %s', e) 288 def _exit_function(info=info, debug=debug, _run_finalizers=_run_finalizers, 297 info('process shutting down') 314 info('calling terminate() for daemon %s', p.name [all...] |
/system/core/base/include/base/ |
logging.h | 32 INFO,
|
/art/runtime/base/ |
logging.h | 30 INFO, 104 ::art::LogMessage(__FILE__, __LINE__, INFO, -1).stream() 107 #define VLOG_STREAM(module) ::art::LogMessage(__FILE__, __LINE__, INFO, -1).stream()
|
/external/ceres-solver/internal/ceres/miniglog/glog/ |
logging.h | 37 // LOG(INFO), VLOG(0), LG 46 // 0 - Info 116 const int INFO = 0; 123 const int INFO = ::INFO; 189 ANDROID_LOG_INFO, // LOG(INFO), LG, VLOG(0) 302 // LG is a convenient shortcut for LOG(INFO). Its use is in new 308 # define LG LOG_IF(INFO, INFO <= MAX_LOG_LEVEL) 313 # define LG MessageLogger((char *)__FILE__, __LINE__, "native", INFO).stream() // NOLIN [all...] |
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
nv50_ir_util.h | 41 #define INFO(args...) debug_printf(args)
|
/external/nist-sip/java/gov/nist/javax/sip/header/ |
ParameterNames.java | 91 public static final String INFO = "info";
|
/frameworks/compile/mclinker/include/mcld/Script/ |
OutputSectDesc.h | 35 INFO,
|
/hardware/libhardware/tests/hwc/ |
cnativewindow.c | 43 #define INFO(fmt...) _TRACE(1, fmt) 457 INFO("alloc buffer %p %d x %d\n", buf, win->width, win->height); 493 INFO("display %d x %d fmt=%d\n",
|