Home
last modified time | relevance | path

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

/system/extras/tests/wifi/stress/
DwifiLoadScanAssoc.c146 testPrintE("Invalid command-line specified minimum delay " in main()
155 testPrintE("Invalid command-line specified maximum delay " in main()
164 testPrintE("Invalid command-line specified duration of: %s", in main()
172 testPrintE("Invalid combination of command-line options,"); in main()
174 testPrintE(" -s flag specified multiple times."); in main()
176 testPrintE(" -s and -p flags are mutually exclusive."); in main()
183 testPrintE("Invalid command-line specified starting pass " in main()
191 testPrintE("Invalid combination of command-line options,"); in main()
193 testPrintE(" -e flag specified multiple times."); in main()
195 testPrintE(" -e and -p flags are mutually exclusive."); in main()
[all …]
/system/extras/tests/fstest/
Drecovery_test.cpp82 testPrintE("Cannot lseek to ext4 superblock to read"); in getSuperBlock()
87 testPrintE("Cannot read ext4 superblock"); in getSuperBlock()
92 testPrintE("Invalid ext4 superblock magic"); in getSuperBlock()
108 testPrintE("Ext4 superblock already corrupted"); in setSbErrorBit()
117 testPrintE("Cannot lseek to superblock to write\n"); in setSbErrorBit()
122 testPrintE("Cannot write superblock\n"); in setSbErrorBit()
137 testPrintE("Ext4 block size not 2K or 4K\n"); in corruptGdtFreeBlock()
144 testPrintE("Can't handle ext4 block group descriptor size of %d", in corruptGdtFreeBlock()
152 testPrintE("Cannot lseek to ext4 block group descriptor table to read"); in corruptGdtFreeBlock()
161 testPrintE("Cannot read ext4 group descriptor %d", i); in corruptGdtFreeBlock()
[all …]
/system/extras/tests/lib/testUtil/
DtestUtil.c332 testPrintE("%s", line); in testXDump()
352 testPrintE("%s", line); in testXDump()
407 testPrintE("execCmd popen failed, errno: %i", errno); in testExecCmd()
423 testPrintE("Unexpected command failure"); in testExecCmd()
424 testPrintE(" status: %#x", status); in testExecCmd()
426 testPrintE("WEXITSTATUS: %i", WEXITSTATUS(status)); in testExecCmd()
429 testPrintE("WTERMSIG: %i", WTERMSIG(status)); in testExecCmd()
/system/extras/tests/iptables/qtaguid/
DsocketTag.cpp54 testPrintE("qtaguid ctrl open failed: %s", strerror(errno)); in openCtrl()
89 testPrintE("qtaguid param open failed: %s", strerror(errno)); in writeModuleParam()
94 testPrintE("qtaguid param write failed: %s", strerror(errno)); in writeModuleParam()
104 testPrintE("socket creation failed: %s", strerror(errno)); in setup()
108 testPrintE("socket setup: failed to tag"); in setup()
113 testPrintE("socket setup: Unexpected results: tag not found"); in setup()
118 testPrintE("socket setup: Unexpected results"); in setup()
150 testPrintE("Unable to read active tags from ctrl %d/%s", in checkTag()
177 testPrintE("Unable to read sock addr res=%d", res); in checkTag()
/system/extras/tests/include/
DtestUtil.h53 #define testPrintE(...) do { \ macro