HomeSort by relevance Sort by last modified time
    Searched refs:testPrintI (Results 1 - 11 of 11) 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 73 testPrintI("cmd: '%s' res=%d %d/%s", buff, res, errno, strerror(errno));
154 testPrintI("<ctrl_raw_data>\n%s</ctrl_raw_data>", ctrl_data);
168 testPrintI("looking for '%s'", buff);
181 testPrintI("Got sock_addr %lx", addr);
205 testPrintI("* start: pid=%lu uid=%lu uid1=0x%lx/%lu uid2=0x%lx/%lu"
214 testPrintI("kernel has qtaguid");
222 testPrintI("delete command does not fail");
227 testPrintI("setup sock0 and addr via tag");
229 testPrintI("setup sock1 and addr via tag");
261 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 369 testPrintI("duration: %g", duration);
370 testPrintI("startPass: %u", startPass);
371 testPrintI("endPass: %u", endPass);
372 testPrintI("numSet: %u", numSet);
405 testPrintI("==== Starting pass: %u", pass);
479 if (verbose) { testPrintI("Prepare:"); hwcTestDisplayList(list); }
482 testPrintI("Post Prepare:");
490 if (verbose) {testPrintI("Set:"); }
509 testPrintI("==== Completed pass: %u", pass);
522 testPrintI("Successfully completed %u passes", pass - startPass)
    [all...]
hwcColorEquiv.cpp 274 testPrintI("refFormat: %u %s", refFormat->format, refFormat->desc);
275 testPrintI("equivFormat: %u %s", equivFormat->format, equivFormat->desc);
276 testPrintI("startRefColor: %s", ((string) startRefColor).c_str());
277 testPrintI("endRefColor: %s", ((string) endRefColor).c_str());
278 testPrintI("endDelay: %f", endDelay);
322 testPrintI("refFrame width: %u height: %u format: %u %s",
336 testPrintI("equivFrame width: %u height: %u format: %u %s",
384 if (verbose) { testPrintI("Prepare:"); hwcTestDisplayList(list); }
387 testPrintI("Post Prepare:");
hwcTestLib.cpp 76 testPrintI("EGL version %d.%d", majorVersion, minorVersion);
102 testPrintI("Chose this configuration:");
131 testPrintI("Window dimensions: %d x %d", *width, *height);
432 testPrintI(" flags: %#x%s", list->flags,
434 testPrintI(" numHwLayers: %u", list->numHwLayers);
437 testPrintI(" layer %u compositionType: %#x%s%s", layer,
444 testPrintI(" hints: %#x",
451 testPrintI(" flags: %#x%s",
456 testPrintI(" handle: %p",
461 testPrintI(" transform: %#x%s%s%s"
    [all...]
hwcCommit.cpp 425 testPrintI("startDim: %s", ((string) startDim).c_str());
442 testPrintI("format: %s", format->desc);
456 testPrintI(" startDimOverlays: %u", measPtr->startDimOverlays);
464 testPrintI(" max nonOverlapping overlays: %s%u",
469 testPrintI(" max Overlapping overlays: %s%u",
476 testPrintI(" transforms: %s",
479 testPrintI(" blends: %s",
484 testPrintI(" dfMinWidth: %u", measPtr->df.minWidth);
487 testPrintI(" dfMinHeight: %u", measPtr->df.minHeight);
490 testPrintI(" dfMaxWidth: %u", measPtr->df.maxWidth)
    [all...]
hwcRects.cpp 280 testPrintI("Mismatched number of opening <[ with "
330 if (verbose) { testPrintI("Prepare:"); hwcTestDisplayList(list); }
333 testPrintI("Post Prepare:");
341 if (verbose) {testPrintI("Set:"); }
521 testPrintI(" buf: %p handle: %p format: %s width: %u height: %u "
  /system/extras/tests/include/
testUtil.h 50 #define testPrintI(...) do { \
  /system/extras/tests/audio/alsa/
pcmtest.cpp 107 testPrintI("Unknown PCM type = %c", flags);
173 testPrintI(" DEVICES = PCMS:%u CARDS:%u MIXERS:%u TIMERS:%u",
222 testPrintI(" Timer Version = 0x%x", ver);
  /system/extras/tests/lib/testUtil/
testUtil.c 401 testPrintI("cmd: %s", cmd);
415 testPrintI(" out: %s", str);

Completed in 103 milliseconds