Home
last modified time | relevance | path

Searched refs:debug (Results 1 – 25 of 65) sorted by relevance

123

/hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/
Darmtime3 debug=false;args=;time=true
16 debug=true
21 debug=true
63 else if (gsub("^debug=", "",arg)) { debug = arg; }
78 if (debug)
89 if (debug)
114 if (debug)
133 if (debug)
176 if (debug) {
228 $debug && cat $my_log
DPERF.awk57 else if (gsub("^debug=", "",arg)) { debug = arg }
91 if (debug > 1) {
123 if (debug) { print $0 }
148 if (debug) { print $0 }
/hardware/ti/omap4-aah/libtiutils/
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(); in FunctionLogger() local
353 debug->increaseOffsetForCurrentThread(); in FunctionLogger()
357 (int)mThreadId, IndentString<>(debug->offsetForCurrentThread()).string(), in FunctionLogger()
364 Debug * const debug = Debug::instance(); in ~FunctionLogger() local
368 (int)mThreadId, IndentString<>(debug->offsetForCurrentThread()).string(), in ~FunctionLogger()
370 debug->decreaseOffsetForCurrentThread(); in ~FunctionLogger()
378 Debug * const debug = Debug::instance(); in setExitLine() local
[all …]
/hardware/qcom/audio/legacy/libalsa-intf/
DAndroid.mk11 LOCAL_MODULE_TAGS:= debug
19 LOCAL_MODULE_TAGS:= debug
26 LOCAL_MODULE_TAGS:= debug
33 LOCAL_MODULE_TAGS:= debug
Darec.c48 static int debug = 0; variable
126 if (debug) in set_params()
132 if (debug) { in set_params()
168 if (debug) { in set_params()
241 if (debug) in record_file()
251 if (debug) in record_file()
299 if (debug) in record_file()
412 if (debug) in rec_raw()
464 if (debug) in rec_wav()
468 if (debug) in rec_wav()
[all …]
Daplay.c45 static debug = 0;
122 if (debug) in set_params()
128 if (debug) { in set_params()
154 if (debug) { in set_params()
191 if (debug) in play_file()
275 if (debug) in play_file()
323 if (debug) { in play_file()
346 if (debug) in play_file()
373 if (debug) { in play_file()
596 debug = 1; in main()
/hardware/bsp/intel/peripheral/libupm/doxy/node/
Dtolower.js36 var debug = true; variable
82 if (debug)
97 if (debug)
122 if (debug)
/hardware/intel/img/psb_video/
DREADME.debug1 To compile the driver with debug information enabled, define DEBUG_TRACE
4 If the driver is compiled with debug information enabled, setting
/hardware/ti/omap3/omx/system/src/openmax_il/perf/src/
Dperf_rt.c133 me->debug = config->rt_debug & 0x1FF; in PERF_RT_create()
322 if (me->debug) in count_temporal_rate()
429 (me->dRate[i].tn && me->debug & 4)) in __rt_Boundary()
556 if (!(me->debug & 4) && in __rt_Buffer()
560 if (me->debug & 256) in __rt_Buffer()
571 else if (me->debug & 256) in __rt_Buffer()
626 if (me->debug) in __rt_Buffer()
674 if (me->debug) in __rt_Buffer()
688 if (me->debug) in __rt_Buffer()
699 if (me->debug) in __rt_Buffer()
[all …]
/hardware/qcom/gps/msm8084/utils/
Dloc_log.cpp200 void loc_logger_init(unsigned long debug, unsigned long timestamp) in loc_logger_init() argument
202 loc_logger.DEBUG_LEVEL = debug; in loc_logger_init()
/hardware/qcom/gps/utils/
Dloc_log.cpp201 void loc_logger_init(unsigned long debug, unsigned long timestamp) in loc_logger_init() argument
203 loc_logger.DEBUG_LEVEL = debug; in loc_logger_init()
/hardware/qcom/gps/msm8994/utils/
Dloc_log.cpp201 void loc_logger_init(unsigned long debug, unsigned long timestamp) in loc_logger_init() argument
203 loc_logger.DEBUG_LEVEL = debug; in loc_logger_init()
/hardware/qcom/gps/msm8960/utils/
Dloc_log.cpp200 void loc_logger_init(unsigned long debug, unsigned long timestamp) in loc_logger_init() argument
202 loc_logger.DEBUG_LEVEL = debug; in loc_logger_init()
/hardware/qcom/gps/msm8996/utils/
Dloc_log.cpp202 void loc_logger_init(unsigned long debug, unsigned long timestamp) in loc_logger_init() argument
204 loc_logger.DEBUG_LEVEL = debug; in loc_logger_init()
/hardware/qcom/gps/msm8909/utils/
Dloc_log.cpp202 void loc_logger_init(unsigned long debug, unsigned long timestamp) in loc_logger_init() argument
204 loc_logger.DEBUG_LEVEL = debug; in loc_logger_init()
/hardware/bsp/intel/peripheral/libmraa/src/python/docs/
Dindex.rst37 debug, you very quickly need to use the same methods as you would for debugging
39 debug symbols and set breakpoints either in the SWIG _wrap functions, the C++
/hardware/bsp/intel/peripheral/libmraa/
D.gitignore22 npm-debug.log
/hardware/google/apf/
DAndroid.mk27 LOCAL_MODULE_TAGS := debug
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dvpxenc.h44 int debug; member
/hardware/ril/rild/
Drild.rc5 socket rild-debug stream 660 radio system
DAndroid.mk49 LOCAL_MODULE_TAGS := debug
/hardware/broadcom/wlan/bcmdhd/dhdutil/
DAndroid.mk36 LOCAL_MODULE_TAGS := debug
/hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/
Dperf_config.h60 unsigned long debug; /* debug flag - will print some events, member
/hardware/bsp/intel/peripheral/libupm/src/nrf8001/
Dhal_aci_tl.h104 void hal_aci_tl_init(aci_pins_t *a_pins, bool debug);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
Dgen_msvs_vcxproj.sh473 debug=DEBUG
476 debug=_DEBUG
484 debug=NDEBUG
496 …tag_content PreprocessorDefinitions "WIN32;$debug;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE…

123