Searched refs:testPrintE (Results 1 - 4 of 4) sorted by relevance

/system/extras/tests/wifi/stress/
H A DwifiLoadScanAssoc.c145 testPrintE("Invalid command-line specified minimum delay "
154 testPrintE("Invalid command-line specified maximum delay "
163 testPrintE("Invalid command-line specified duration of: %s",
171 testPrintE("Invalid combination of command-line options,");
173 testPrintE(" -s flag specified multiple times.");
175 testPrintE(" -s and -p flags are mutually exclusive.");
182 testPrintE("Invalid command-line specified starting pass "
190 testPrintE("Invalid combination of command-line options,");
192 testPrintE(" -e flag specified multiple times.");
194 testPrintE("
[all...]
/system/extras/tests/lib/testUtil/
H A DtestUtil.c331 testPrintE("%s", line);
351 testPrintE("%s", line);
406 testPrintE("execCmd popen failed, errno: %i", errno);
422 testPrintE("Unexpected command failure");
423 testPrintE(" status: %#x", status);
425 testPrintE("WEXITSTATUS: %i", WEXITSTATUS(status));
428 testPrintE("WTERMSIG: %i", WTERMSIG(status));
/system/extras/tests/include/
H A DtestUtil.h53 #define testPrintE(...) do { \ macro
/system/extras/tests/iptables/qtaguid/
H A DsocketTag.cpp53 testPrintE("qtaguid ctrl open failed: %s", strerror(errno));
85 testPrintE("qtaguid param open failed: %s", strerror(errno));
90 testPrintE("qtaguid param write failed: %s", strerror(errno));
100 testPrintE("socket creation failed: %s", strerror(errno));
104 testPrintE("socket setup: failed to tag");
109 testPrintE("socket setup: Unexpected results: tag not found");
114 testPrintE("socket setup: Unexpected results");
146 testPrintE("Unable to read active tags from ctrl %d/%s",
173 testPrintE("Unable to read sock addr res=%d", res);

Completed in 84 milliseconds