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

  /system/extras/tests/wifi/stress/
wifiLoadScanAssoc.c 256 testPrintI("duration: %g", duration);
257 testPrintI("startPass: %u", startPass);
258 testPrintI("endPass: %u", endPass);
259 testPrintI("delayMin: %f", delayMin);
260 testPrintI("delayMax: %f", delayMax);
272 testPrintI("==== Starting pass: %u", pass);
284 testPrintI("CPU: %i wifi_load_driver succeeded", cpu);
293 testPrintI("CPU: %i wifi_start_supplicant succeeded", cpu);
319 testPrintI("CPU: %i wifi_stop_supplicant succeeded", cpu);
328 testPrintI("CPU: %i wifi_unload_driver succeeded", cpu)
    [all...]
  /system/extras/tests/iptables/qtaguid/
socketTag.cpp 69 testPrintI("cmd: '%s' res=%d %d/%s", buff, res, errno, strerror(errno));
150 testPrintI("<ctrl_raw_data>\n%s</ctrl_raw_data>", ctrl_data);
164 testPrintI("looking for '%s'", buff);
177 testPrintI("Got sock_addr %lx", addr);
201 testPrintI("* start: pid=%lu uid=%lu uid1=0x%lx/%lu uid2=0x%lx/%lu"
208 testPrintI("kernel has qtaguid");
216 testPrintI("delete command does not fail");
221 testPrintI("setup sock0 and addr via tag");
223 testPrintI("setup sock1 and addr via tag");
255 testPrintI("setup tag limit")
    [all...]
  /frameworks/native/opengl/tests/lib/
glTestLib.cpp 42 testPrintI("GL %s unknown", name);
44 testPrintI("GL %s = %s", name, v);
115 testPrintI(" %s: %d (%#x)", names[j].name, value, value);
118 testPrintI("");
  /frameworks/native/opengl/tests/hwc/
hwcStress.cpp 370 testPrintI("duration: %g", duration);
371 testPrintI("startPass: %u", startPass);
372 testPrintI("endPass: %u", endPass);
373 testPrintI("numSet: %u", numSet);
406 testPrintI("==== Starting pass: %u", pass);
480 if (verbose) { testPrintI("Prepare:"); hwcTestDisplayList(list); }
483 testPrintI("Post Prepare:");
491 if (verbose) {testPrintI("Set:"); }
510 testPrintI("==== Completed pass: %u", pass);
523 testPrintI("Successfully completed %u passes", pass - startPass)
    [all...]
hwcColorEquiv.cpp 275 testPrintI("refFormat: %u %s", refFormat->format, refFormat->desc);
276 testPrintI("equivFormat: %u %s", equivFormat->format, equivFormat->desc);
277 testPrintI("startRefColor: %s", ((string) startRefColor).c_str());
278 testPrintI("endRefColor: %s", ((string) endRefColor).c_str());
279 testPrintI("endDelay: %f", endDelay);
323 testPrintI("refFrame width: %u height: %u format: %u %s",
337 testPrintI("equivFrame width: %u height: %u format: %u %s",
385 if (verbose) { testPrintI("Prepare:"); hwcTestDisplayList(list); }
388 testPrintI("Post Prepare:");
hwcTestLib.cpp 76 testPrintI("EGL version %d.%d", majorVersion, minorVersion);
98 testPrintI("Chose this configuration:");
127 testPrintI("Window dimensions: %d x %d", *width, *height);
428 testPrintI(" flags: %#x%s", list->flags,
430 testPrintI(" numHwLayers: %u", list->numHwLayers);
433 testPrintI(" layer %u compositionType: %#x%s%s", layer,
440 testPrintI(" hints: %#x",
447 testPrintI(" flags: %#x%s",
452 testPrintI(" handle: %p",
457 testPrintI(" transform: %#x%s%s%s"
    [all...]
hwcCommit.cpp 426 testPrintI("startDim: %s", ((string) startDim).c_str());
443 testPrintI("format: %s", format->desc);
457 testPrintI(" startDimOverlays: %u", measPtr->startDimOverlays);
465 testPrintI(" max nonOverlapping overlays: %s%u",
470 testPrintI(" max Overlapping overlays: %s%u",
477 testPrintI(" transforms: %s",
480 testPrintI(" blends: %s",
485 testPrintI(" dfMinWidth: %u", measPtr->df.minWidth);
488 testPrintI(" dfMinHeight: %u", measPtr->df.minHeight);
491 testPrintI(" dfMaxWidth: %u", measPtr->df.maxWidth)
    [all...]
hwcRects.cpp 281 testPrintI("Mismatched number of opening <[ with "
331 if (verbose) { testPrintI("Prepare:"); hwcTestDisplayList(list); }
334 testPrintI("Post Prepare:");
342 if (verbose) {testPrintI("Set:"); }
522 testPrintI(" buf: %p handle: %p format: %s width: %u height: %u "
  /system/extras/tests/include/
testUtil.h 50 #define testPrintI(...) do { \
  /system/extras/tests/lib/testUtil/
testUtil.c 401 testPrintI("cmd: %s", cmd);
415 testPrintI(" out: %s", str);

Completed in 473 milliseconds