Searched refs:debug (Results 1 - 25 of 140) sorted by relevance

123456

/hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/
H A Darmtime3 debug=false;args=;time=true
16 debug=true
20 # super verbose mode: print collected info and debug awk script
21 debug=true
22 args="$args debug=1"
63 else if (gsub("^debug=", "",arg)) { debug = arg; }
78 if (debug)
89 if (debug)
114 if (debug)
[all...]
H A DPERF.awk43 # debug - debug flag
57 else if (gsub("^debug=", "",arg)) { debug = arg }
91 if (debug > 1) {
122 # debug
123 if (debug) { print $0 }
147 # debug
148 if (debug) { print $0 }
/hardware/google/apf/
H A DAndroid.mk27 LOCAL_MODULE_TAGS := debug
36 LOCAL_MODULE_TAGS := debug
/hardware/qcom/display/msm8998/sdm/libs/utils/
H A DAndroid.mk9 LOCAL_SRC_FILES := debug.cpp \
20 $(SDM_HEADER_PATH)/utils/debug.h \
/hardware/qcom/audio/legacy/libalsa-intf/
H A DAndroid.mk11 LOCAL_MODULE_TAGS:= debug
19 LOCAL_MODULE_TAGS:= debug
26 LOCAL_MODULE_TAGS:= debug
33 LOCAL_MODULE_TAGS:= debug
H A Darec.c48 static int debug = 0; variable
60 {"debug", 0, 0, 'V'},
126 if (debug)
132 if (debug) {
168 if (debug) {
241 if (debug)
251 if (debug)
299 if (debug)
412 if (debug)
464 if (debug)
[all...]
/hardware/qcom/display/msm8996/sdm/libs/utils/
H A DAndroid.mk12 LOCAL_SRC_FILES := debug.cpp \
/hardware/broadcom/wlan/bcmdhd/dhdutil/
H A DAndroid.mk36 LOCAL_MODULE_TAGS := debug
/hardware/bsp/intel/peripheral/libupm/doxy/node/
H A Dtolower.js36 var debug = true; variable
82 if (debug)
97 if (debug)
122 if (debug)
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
H A Dvpxenc.h44 int debug; member in struct:VpxEncoderConfig
/hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/
H A Dperf_config.h42 * operations, each component writes its log or debug into the
58 /* debug interface */
60 unsigned long debug; /* debug flag - will print some events, member in struct:PERF_Config
62 unsigned long detailed_debug; /* debug flag - will print ALL events */
/hardware/ti/omap4-aah/libtiutils/
H A DDebugUtils.h149 Ti::Debug * const debug = Ti::Debug::instance(); \
150 debug->log(priority, format, \
153 Ti::IndentString<>(debug->offsetForCurrentThread()).string(), \
352 Debug * const debug = Debug::instance(); local
353 debug->increaseOffsetForCurrentThread();
357 (int)mThreadId, IndentString<>(debug->offsetForCurrentThread()).string(),
364 Debug * const debug = Debug::instance(); local
368 (int)mThreadId, IndentString<>(debug->offsetForCurrentThread()).string(),
370 debug->decreaseOffsetForCurrentThread();
378 Debug * const debug local
[all...]
/hardware/bsp/intel/peripheral/libupm/src/nrf8001/
H A Dhal_aci_tl.h102 * @param bool True if debug printing should be enabled on the Serial.
104 void hal_aci_tl_init(aci_pins_t *a_pins, bool debug);
140 /** @brief Enable debug printing of all ACI commands sent and ACI events received
142 * when the enable parameter is true. The debug printing is enabled on the Serial.
143 * When the enable parameter is false. The debug printing is disabled on the Serial.
144 * By default the debug printing is disabled.
/hardware/qcom/display/msm8996/sdm/libs/hwc/
H A Dcpuhint.cpp32 #include <utils/debug.h>
H A Dhwc_buffer_sync_handler.cpp32 #include <utils/debug.h>
/hardware/qcom/display/msm8998/sdm/libs/core/fb/
H A Dhw_virtual.cpp30 #include <utils/debug.h>
/hardware/qcom/display/msm8998/sdm/libs/hwc/
H A Dcpuhint.cpp32 #include <utils/debug.h>
H A Dhwc_buffer_sync_handler.cpp32 #include <utils/debug.h>
/hardware/ril/rild/
H A DAndroid.mk49 LOCAL_MODULE_TAGS := debug
/hardware/qcom/gps/msm8084/utils/
H A Dloc_log.cpp200 void loc_logger_init(unsigned long debug, unsigned long timestamp) argument
202 loc_logger.DEBUG_LEVEL = debug;
/hardware/qcom/gps/msm8909/utils/
H A Dloc_log.cpp202 void loc_logger_init(unsigned long debug, unsigned long timestamp) argument
204 loc_logger.DEBUG_LEVEL = debug;
/hardware/qcom/gps/msm8960/utils/
H A Dloc_log.cpp200 void loc_logger_init(unsigned long debug, unsigned long timestamp) argument
202 loc_logger.DEBUG_LEVEL = debug;
/hardware/qcom/gps/msm8994/utils/
H A Dloc_log.cpp201 void loc_logger_init(unsigned long debug, unsigned long timestamp) argument
203 loc_logger.DEBUG_LEVEL = debug;
/hardware/qcom/gps/msm8996/utils/
H A Dloc_log.cpp202 void loc_logger_init(unsigned long debug, unsigned long timestamp) argument
204 loc_logger.DEBUG_LEVEL = debug;
/hardware/qcom/gps/msm8998/utils/
H A Dloc_log.cpp198 void loc_logger_init(unsigned long debug, unsigned long timestamp) argument
200 loc_logger.DEBUG_LEVEL = debug;

Completed in 643 milliseconds

123456