HomeSort by relevance Sort by last modified time
    Searched full:debug_level (Results 1 - 25 of 65) sorted by null

1 2 3

  /device/htc/flounder/gps/qct/
gps.conf 14 # If DEBUG_LEVEL is commented, Android's logging levels will be used
15 DEBUG_LEVEL=2
  /external/fio/
debug.h 29 struct debug_level { struct
35 extern struct debug_level debug_levels[];
  /system/core/fastbootd/
debug.h 30 extern unsigned int debug_level;
37 if (debug_level == level || debug_level > level) { \
fastbootd.c 28 unsigned int debug_level = DEBUG; variable
  /hardware/qcom/gps/msm8960/utils/
log_util.h 62 unsigned long DEBUG_LEVEL;
95 /*loc_logger.DEBUG_LEVEL is initialized to 0xff in loc_cfg.cpp
100 if ((loc_logger.DEBUG_LEVEL >= 1) && (loc_logger.DEBUG_LEVEL <= 5)) { ALOGE("W/"__VA_ARGS__); } \
101 else if (loc_logger.DEBUG_LEVEL == 0xff) { ALOGE("W/"__VA_ARGS__); }
104 if ((loc_logger.DEBUG_LEVEL >= 2) && (loc_logger.DEBUG_LEVEL <= 5)) { ALOGE("W/"__VA_ARGS__); } \
105 else if (loc_logger.DEBUG_LEVEL == 0xff) { ALOGW("W/"__VA_ARGS__); }
108 if ((loc_logger.DEBUG_LEVEL >= 3) && (loc_logger.DEBUG_LEVEL <= 5)) { ALOGE("I/"__VA_ARGS__); }
    [all...]
loc_cfg.cpp 54 static uint8_t DEBUG_LEVEL = 0xff;
60 {"DEBUG_LEVEL", &DEBUG_LEVEL, NULL, 'n'},
233 loc_logger_init(DEBUG_LEVEL, TIMESTAMP);
285 loc_logger_init(DEBUG_LEVEL, TIMESTAMP);
  /hardware/qcom/gps/utils/
log_util.h 62 unsigned long DEBUG_LEVEL;
95 /*loc_logger.DEBUG_LEVEL is initialized to 0xff in loc_cfg.cpp
99 #define IF_LOC_LOGE if((loc_logger.DEBUG_LEVEL >= 1) && (loc_logger.DEBUG_LEVEL <= 5))
101 #define IF_LOC_LOGW if((loc_logger.DEBUG_LEVEL >= 2) && (loc_logger.DEBUG_LEVEL <= 5))
103 #define IF_LOC_LOGI if((loc_logger.DEBUG_LEVEL >= 3) && (loc_logger.DEBUG_LEVEL <= 5))
105 #define IF_LOC_LOGD if((loc_logger.DEBUG_LEVEL >= 4) && (loc_logger.DEBUG_LEVEL <= 5)
    [all...]
loc_log.cpp 189 Initializes the state of DEBUG_LEVEL and TIMESTAMP
202 loc_logger.DEBUG_LEVEL = debug;
205 if (loc_logger.DEBUG_LEVEL > 2) {
206 loc_logger.DEBUG_LEVEL = 2;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ksdebug.h 80 # if !defined( DEBUG_LEVEL )
93 ULONG DEBUG_VARIABLE = DEBUG_LEVEL;
98 # define DEBUG_VARIABLE DEBUG_LEVEL
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xvmc/
xvmc_private.h 111 static int debug_level = -1; local
113 if (debug_level == -1) {
114 debug_level = MAX2(debug_get_num_option("XVMC_DEBUG", 0), 0);
117 if (level <= debug_level) {
  /external/mesa3d/src/gallium/state_trackers/xvmc/
xvmc_private.h 111 static int debug_level = -1; local
113 if (debug_level == -1) {
114 debug_level = MAX2(debug_get_num_option("XVMC_DEBUG", 0), 0);
117 if (level <= debug_level) {
  /hardware/qcom/media/mm-video-v4l2/vidc/common/inc/
vidc_debug.h 42 extern int debug_level;
46 if (debug_level & PRIO_ERROR) \
50 if (debug_level & PRIO_INFO) \
54 if (debug_level & PRIO_LOW) \
58 if (debug_level & PRIO_HIGH) \
  /hardware/intel/img/psb_video/src/
psb_drv_debug.h 76 } DEBUG_LEVEL;
124 void drv_debug_msg(DEBUG_LEVEL debug_level, const char *msg, ...);
  /device/lge/hammerhead/
gps.conf 28 # If DEBUG_LEVEL is commented, Android's logging levels will be used
29 DEBUG_LEVEL = 2
  /device/lge/mako/
gps.conf 28 # If DEBUG_LEVEL is commented, Android's logging levels will be used
29 DEBUG_LEVEL = 2
  /device/moto/shamu/
gps.conf 28 # If DEBUG_LEVEL is commented, Android's logging levels will be used
29 DEBUG_LEVEL = 2
  /hardware/qcom/gps/msm8960/etc/
gps.conf 28 # If DEBUG_LEVEL is commented, Android's logging levels will be used
29 DEBUG_LEVEL = 2
  /frameworks/base/core/jni/android/graphics/
RtlProperties.h 28 #define RTL_PROPERTY_DEBUG "rtl.debug_level"
  /hardware/qcom/gps/etc/
gps.conf 23 # If DEBUG_LEVEL is commented, Android's logging levels will be used
24 DEBUG_LEVEL = 3
  /external/chromium_org/third_party/dom_distiller_js/package/proto/
dom_distiller.proto 87 optional int32 debug_level = 2;
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vdpau/
vdpau_private.h 484 static int debug_level = -1; local
486 if (debug_level == -1) {
487 debug_level = MAX2(debug_get_num_option("VDPAU_DEBUG", 0), 0);
490 if (level <= debug_level) {
  /external/mesa3d/src/gallium/state_trackers/vdpau/
vdpau_private.h 484 static int debug_level = -1; local
486 if (debug_level == -1) {
487 debug_level = MAX2(debug_get_num_option("VDPAU_DEBUG", 0), 0);
490 if (level <= debug_level) {
  /external/chromium_org/chrome/tools/
inconsistent-eol.py 122 debug_level = logging.DEBUG
124 debug_level = logging.INFO
125 logging.basicConfig(level=debug_level,
  /external/qemu/distrib/sdl-1.2.15/src/video/ps3/
SDL_ps3video.h 51 #define DEBUG_LEVEL 0
53 #ifdef DEBUG_LEVEL
57 if ( (unsigned)(level) <= DEBUG_LEVEL ) \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
tic.h 118 #define DEBUG_LEVEL(n) ((n) << TRACE_SHIFT)
121 _nc_tracing &= DEBUG_LEVEL(MAX_DEBUG_LEVEL), \
122 _nc_tracing |= DEBUG_LEVEL(n)
125 #define DEBUG(n, a) if (_nc_tracing >= DEBUG_LEVEL(n)) _tracef a

Completed in 1031 milliseconds

1 2 3