Home
last modified time | relevance | path

Searched refs:testPrintI (Results 1 – 5 of 5) sorted by relevance

/system/extras/tests/wifi/stress/
DwifiLoadScanAssoc.c257 testPrintI("duration: %g", duration); in main()
258 testPrintI("startPass: %u", startPass); in main()
259 testPrintI("endPass: %u", endPass); in main()
260 testPrintI("delayMin: %f", delayMin); in main()
261 testPrintI("delayMax: %f", delayMax); in main()
273 testPrintI("==== Starting pass: %u", pass); in main()
285 testPrintI("CPU: %i wifi_load_driver succeeded", cpu); in main()
294 testPrintI("CPU: %i wifi_start_supplicant succeeded", cpu); in main()
320 testPrintI("CPU: %i wifi_stop_supplicant succeeded", cpu); in main()
329 testPrintI("CPU: %i wifi_unload_driver succeeded", cpu); in main()
[all …]
/system/extras/tests/iptables/qtaguid/
DsocketTag.cpp73 testPrintI("cmd: '%s' res=%d %d/%s", buff, res, errno, strerror(errno)); in doCtrlCommand()
154 testPrintI("<ctrl_raw_data>\n%s</ctrl_raw_data>", ctrl_data); in checkTag()
168 testPrintI("looking for '%s'", buff); in checkTag()
181 testPrintI("Got sock_addr %lx", addr); in checkTag()
205 testPrintI("* start: pid=%lu uid=%lu uid1=0x%lx/%lu uid2=0x%lx/%lu" in SetUp()
214 testPrintI("kernel has qtaguid"); in SetUp()
222 testPrintI("delete command does not fail"); in SetUp()
227 testPrintI("setup sock0 and addr via tag"); in SetUp()
229 testPrintI("setup sock1 and addr via tag"); in SetUp()
261 testPrintI("setup tag limit"); in TEST_F()
[all …]
/system/extras/tests/audio/alsa/
Dpcmtest.cpp107 testPrintI("Unknown PCM type = %c", flags); in getSndDev()
173 testPrintI(" DEVICES = PCMS:%u CARDS:%u MIXERS:%u TIMERS:%u", in TEST()
222 testPrintI(" Timer Version = 0x%x", ver); in TEST()
/system/extras/tests/include/
DtestUtil.h50 #define testPrintI(...) do { \ macro
/system/extras/tests/lib/testUtil/
DtestUtil.c402 testPrintI("cmd: %s", cmd); in testExecCmd()
416 testPrintI(" out: %s", str); in testExecCmd()