Home
last modified time | relevance | path

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

/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 }
Dperf_unittest.c350 assert(config.debug = 0xFFFFFFFF); in test_PERF_config()
366 assert(!config.debug); in test_PERF_config()
/hardware/ti/wlan/wl1271/Test/
DTWD_Debug.c294 pElem->debug.debug1 = ENDIAN_HANDLE_LONG(pElem->debug.debug1); in TWD_StatisticsReadCB()
295 pElem->debug.debug2 = ENDIAN_HANDLE_LONG(pElem->debug.debug2); in TWD_StatisticsReadCB()
296 pElem->debug.debug3 = ENDIAN_HANDLE_LONG(pElem->debug.debug3); in TWD_StatisticsReadCB()
297 pElem->debug.debug4 = ENDIAN_HANDLE_LONG(pElem->debug.debug4); in TWD_StatisticsReadCB()
298 pElem->debug.debug5 = ENDIAN_HANDLE_LONG(pElem->debug.debug5); in TWD_StatisticsReadCB()
299 pElem->debug.debug6 = ENDIAN_HANDLE_LONG(pElem->debug.debug6); in TWD_StatisticsReadCB()
447 WLAN_OS_REPORT(("debug1 = %d\n", pElem->debug.debug1)); in TWD_StatisticsReadCB()
448 WLAN_OS_REPORT(("debug2 = %d\n", pElem->debug.debug2)); in TWD_StatisticsReadCB()
449 WLAN_OS_REPORT(("debug3 = %d\n", pElem->debug.debug3)); in TWD_StatisticsReadCB()
450 WLAN_OS_REPORT(("debug4 = %d\n", pElem->debug.debug4)); in TWD_StatisticsReadCB()
[all …]
/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 …]
Dperf_config.c56 sConfig->debug = FALSE; in PERF_Config_Init()
149 assign_long_if_matches(line, "debug", &cfg->debug) || in read_line()
Dperf_custom.c378 if (config->log_file || config->debug || config->detailed_debug) in __PERF_CUSTOM_create()
Dperf_print.c253 else if (config->debug) in PERF_PRINT_create()
/hardware/ril/mock-ril/
DAndroid.mk74 LOCAL_MODULE_TAGS := debug
87 LOCAL_MODULE_TAGS := debug
/hardware/msm7k/dspcrashd/
DAndroid.mk10 LOCAL_MODULE_TAGS := debug
/hardware/ril/rild/
DAndroid.mk37 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
Dperf_rt.h108 int debug; /* bit: 1 & any - print temporal stats member
/hardware/broadcom/wlan/bcm4329/src/
DAndroid.mk37 LOCAL_MODULE_TAGS := debug tests
DGNUmakefile.inc63 ###debug:checked: --> $(MAKE) -f $(SRCBASE)/GNUmakefile.inc TTYPE=DBG all
68 all : debug free
105 debug checked :: $(SRCRULES)
116 debug checked ::
133 .PHONY: all release free checked retail debug clean FORCE
215 BIN_DBG=debug
DMakerules380 …GLDLIBS := --ELF --symbols --debug --map --info sizes,totals --errors link.err --list link.map --v…
/hardware/qcom/gps/loc_api/libloc_api-rpc/
DAndroid.mk51 inc/debug.h \
/hardware/ti/wlan/wl1271/platforms/os/common/build/linux/
Dos_sources.inc60 $(TESTSRC)/debug.h
/hardware/ti/wlan/wl1271/platforms/os/linux/build/
Dos_sources.inc60 $(TESTSRC)/debug.h
/hardware/ti/wlan/wl1271/platforms/os/linux/
DMakefile229 @echo DEBUG = $(DEBUG) // Include debug prints and statistics
/hardware/ti/wlan/wl1271/config/
Dtiwlan.ini109 OsDbgState = 0x01e9003c # -1 or 0xffffffff -all (opens debug messages in o.s. only - seviri…
/hardware/ti/wlan/wl1271/stad/build/linux/
Ddrv_sources.inc230 $(TESTSRC)/debug.c \
/hardware/ti/wlan/wl1271/TWD/FirmwareApi/
Dpublic_infoele.h999 DbgStatistics_t debug; member