/aosp12/system/extras/tests/iptables/qtaguid/ |
H A D | socketTag.cpp | 148 testPrintI("qtaguid ctrl open failed!"); in checkTag() 157 testPrintI("looking for '%s'", buff.c_str()); in checkTag() 207 testPrintI("kernel has qtaguid"); in SetUp() 254 testPrintI("setup tag limit"); in TEST_F() 258 testPrintI("tag quota reach limit"); in TEST_F() 266 testPrintI("tag quota go over limit"); in TEST_F() 272 testPrintI("valid untag"); in TEST_F() 283 testPrintI("delete one tag"); in TEST_F() 372 testPrintI("Tag two sockets"); in TEST_F() 376 testPrintI("Untag socket0 of them only."); in TEST_F() [all …]
|
/aosp12/frameworks/native/opengl/tests/hwc/ |
H A D | hwcStress.cpp | 370 testPrintI("duration: %g", duration); in main() 371 testPrintI("startPass: %u", startPass); in main() 372 testPrintI("endPass: %u", endPass); in main() 373 testPrintI("numSet: %u", numSet); in main() 406 testPrintI("==== Starting pass: %u", pass); in main() 483 testPrintI("Post Prepare:"); in main() 491 if (verbose) {testPrintI("Set:"); } in main() 510 testPrintI("==== Completed pass: %u", pass); in main() 523 testPrintI("Successfully completed %u passes", pass - startPass); in main() 558 if (verbose) { testPrintI("initFrames seed: %u", seed); } in initFrames() [all …]
|
H A D | hwcCommit.cpp | 476 testPrintI(" transforms: %s", in main() 479 testPrintI(" blends: %s", in main() 533 testPrintI(" scHScale: %s%f", in main() 548 testPrintI(" scVScale: %s%f", in main() 591 testPrintI("overlapping blend: none"); in main() 598 testPrintI(""); in main() 600 testPrintI("overlapping blend: premult"); in main() 607 testPrintI(""); in main() 616 testPrintI(""); in main() 1434 testPrintI("Post Prepare:"); in numOverlays() [all …]
|
H A D | hwcTestLib.cpp | 430 testPrintI(" flags: %#x%s", list->flags, in hwcTestDisplayList() 442 testPrintI(" hints: %#x", in hwcTestDisplayList() 449 testPrintI(" flags: %#x%s", in hwcTestDisplayList() 454 testPrintI(" handle: %p", in hwcTestDisplayList() 477 testPrintI(" sourceCrop: %s", in hwcTestDisplayList() 479 testPrintI(" displayFrame: %s", in hwcTestDisplayList() 512 testPrintI(" hints: %#x%s%s", in hwcTestDisplayListPrepareModifiable() 540 testPrintI("%s", str.str().c_str()); in hwcTestDisplayListHandles() 946 testPrintI("GL %s unknown", name); in printGLString() 948 testPrintI("GL %s = %s", name, v); in printGLString() [all …]
|
H A D | hwcColorEquiv.cpp | 274 testPrintI("refFormat: %u %s", refFormat->format, refFormat->desc); in main() 275 testPrintI("equivFormat: %u %s", equivFormat->format, equivFormat->desc); in main() 276 testPrintI("startRefColor: %s", ((string) startRefColor).c_str()); in main() 277 testPrintI("endRefColor: %s", ((string) endRefColor).c_str()); in main() 278 testPrintI("endDelay: %f", endDelay); in main() 320 testPrintI("refFrame width: %u height: %u format: %u %s", in main() 334 testPrintI("equivFrame width: %u height: %u format: %u %s", in main() 382 if (verbose) { testPrintI("Prepare:"); hwcTestDisplayList(list); } in main() 385 testPrintI("Post Prepare:"); in main()
|
H A D | hwcRects.cpp | 279 testPrintI("Mismatched number of opening <[ with " in main() 329 if (verbose) { testPrintI("Prepare:"); hwcTestDisplayList(list); } in main() 332 testPrintI("Post Prepare:"); in main() 340 if (verbose) {testPrintI("Set:"); } in main() 519 testPrintI(" buf: %p handle: %p format: %s width: %u height: %u " in parseRect()
|
/aosp12/frameworks/native/opengl/tests/lib/ |
H A D | glTestLib.cpp | 41 testPrintI("GL %s unknown", name); in glTestPrintGLString() 43 testPrintI("GL %s = %s", name, v); in glTestPrintGLString() 114 testPrintI(" %s: %d (%#x)", names[j].name, value, value); in glTestPrintEGLConfiguration() 117 testPrintI(""); in glTestPrintEGLConfiguration()
|
/aosp12/system/extras/tests/audio/alsa/ |
H A D | pcmtest.cpp | 38 #define testPrintI(...) \ macro 125 testPrintI("Unknown PCM type = %c", flags); in getSndDev() 191 testPrintI(" DEVICES = PCMS:%u CARDS:%u MIXERS:%u TIMERS:%u", in TEST() 240 testPrintI(" Timer Version = 0x%x", ver); in TEST()
|
/aosp12/system/extras/tests/lib/testUtil/include/ |
H A D | testUtil.h | 50 #define testPrintI(...) do { \ macro
|
/aosp12/system/extras/tests/lib/testUtil/ |
H A D | testUtil.c | 399 testPrintI("cmd: %s", cmd); in testExecCmd() 413 testPrintI(" out: %s", str); in testExecCmd()
|