HomeSort by relevance Sort by last modified time
    Searched refs:testPrintE (Results 1 - 11 of 11) sorted by null

  /system/extras/tests/wifi/stress/
wifiLoadScanAssoc.c 145 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(" -e and -p flags are mutually exclusive.")
    [all...]
  /frameworks/native/opengl/tests/hwc/
hwcRects.cpp 219 testPrintE("Invalid command-line specified end of test delay "
240 testPrintE("Command too long for: %s", CMD_STOP_FRAMEWORK);
312 testPrintE("hwcTestCreateLayerList failed");
352 testPrintE("Command too long for: %s", CMD_START_FRAMEWORK);
375 testPrintE("Error parsing format from: %s", rectStr.c_str());
380 testPrintE("Unknown graphic format in: %s", rectStr.c_str());
388 testPrintE("Invalid display frame in: %s", rectStr.c_str());
412 testPrintE("Error reading attribute name in: %s",
435 testPrintE("Unknown transform of \"%s\" in: %s", str.c_str(),
450 testPrintE("Unknown blend of \"%s\" in: %s", str.c_str()
    [all...]
hwcStress.cpp 255 testPrintE("Invalid command-line specified per pass delay of: "
266 testPrintE("Invalid command-line specified end of test delay "
275 testPrintE("Invalid command-line specified duration of: %s",
284 testPrintE("Invalid command-line specified num set per pass "
293 testPrintE("Invalid combination of command-line options.");
294 testPrintE(" The -p option is mutually exclusive from the");
295 testPrintE(" -s and -e options.");
300 testPrintE("Invalid command-line specified starting pass "
309 testPrintE("Invalid combination of command-line options.");
310 testPrintE(" The -p option is mutually exclusive from the")
    [all...]
hwcColorEquiv.cpp 187 testPrintE("Invalid command-line specified end of test delay "
208 testPrintE("Invalid command-line specified start "
230 testPrintE("Invalid command-line specified end "
240 testPrintE("Unkown command-line specified reference graphic "
262 testPrintE("Expected a single command-line postional parameter");
268 testPrintE("Unkown command-line specified equivalence graphic "
283 testPrintE("Command too long for: %s", CMD_STOP_FRAMEWORK);
316 testPrintE("refFrame initCheck failed, rv: %i", rv);
317 testPrintE(" width %u height: %u format: %u %s", refWidth, refHeight,
330 testPrintE("refFrame initCheck failed, rv: %i", rv)
    [all...]
hwcTestLib.cpp 69 testPrintE("eglGetDisplay returned EGL_NO_DISPLAY");
79 testPrintE("eglInitialize failed");
89 testPrintE("android_createDisplaySurface failed");
95 testPrintE("EGLUtils::selectConfigForNativeWindow() returned %d",
109 testPrintE("gelCreateWindowSurface failed.");
116 testPrintE("eglCreateContext failed");
122 testPrintE("eglMakeCurrent failed");
147 testPrintE("hw_get_module failed, rv: %i", rv);
153 testPrintE("hwc_open failed, rv: %i", rv);
576 testPrintE("colorFract2Pixel unsupported format of: %u", format)
    [all...]
hwcCommit.cpp 370 testPrintE("Invalid command-line specified start "
417 testPrintE("Command too long for: %s", CMD_STOP_FRAMEWORK);
437 testPrintE("Unknown graphic format of: %s", (*itFormat).c_str());
621 testPrintE("Command too long for: %s", CMD_START_FRAMEWORK);
739 testPrintE("Failed to locate display frame min width");
763 testPrintE("Failed to locate display frame min height");
787 testPrintE("Failed to locate display frame max width");
810 testPrintE("Failed to locate display frame max height");
853 testPrintE("Unable to locate display frame min dimension");
902 testPrintE("Unable to locate display frame max dimension")
    [all...]
  /system/extras/tests/fstest/
recovery_test.cpp 82 testPrintE("Cannot lseek to ext4 superblock to read");
87 testPrintE("Cannot read ext4 superblock");
92 testPrintE("Invalid ext4 superblock magic");
108 testPrintE("Ext4 superblock already corrupted");
117 testPrintE("Cannot lseek to superblock to write\n");
122 testPrintE("Cannot write superblock\n");
137 testPrintE("Ext4 block size not 2K or 4K\n");
144 testPrintE("Can't handle ext4 block group descriptor size of %d",
152 testPrintE("Cannot lseek to ext4 block group descriptor table to read");
161 testPrintE("Cannot read ext4 group descriptor %d", i)
    [all...]
  /system/extras/tests/lib/testUtil/
testUtil.c 331 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));
  /frameworks/native/opengl/tests/lib/
glTestLib.cpp 51 testPrintE("%s() returned %d", op, returnVal);
56 testPrintE("after %s() eglError %s (0x%x)",
65 testPrintE("after %s() glError (0x%x)", op, error);
  /system/extras/tests/include/
testUtil.h 53 #define testPrintE(...) do { \
  /system/extras/tests/iptables/qtaguid/
socketTag.cpp 54 testPrintE("qtaguid ctrl open failed: %s", strerror(errno));
89 testPrintE("qtaguid param open failed: %s", strerror(errno));
94 testPrintE("qtaguid param write failed: %s", strerror(errno));
104 testPrintE("socket creation failed: %s", strerror(errno));
108 testPrintE("socket setup: failed to tag");
113 testPrintE("socket setup: Unexpected results: tag not found");
118 testPrintE("socket setup: Unexpected results");
150 testPrintE("Unable to read active tags from ctrl %d/%s",
177 testPrintE("Unable to read sock addr res=%d", res);

Completed in 526 milliseconds