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 257 testPrintI("duration: %g", duration);
258 testPrintI("startPass: %u", startPass);
259 testPrintI("endPass: %u", endPass);
260 testPrintI("delayMin: %f", delayMin);
261 testPrintI("delayMax: %f", delayMax);
273 testPrintI("==== Starting pass: %u", pass);
285 testPrintI("CPU: %i wifi_load_driver succeeded", cpu);
294 testPrintI("CPU: %i wifi_start_supplicant succeeded", cpu);
320 testPrintI("CPU: %i wifi_stop_supplicant succeeded", cpu);
329 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 41 testPrintI("GL %s unknown", name);
43 testPrintI("GL %s = %s", name, v);
114 testPrintI(" %s: %d (%#x)", names[j].name, value, value);
117 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 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);
320 testPrintI("refFrame width: %u height: %u format: %u %s",
334 testPrintI("equivFrame width: %u height: %u format: %u %s",
382 if (verbose) { testPrintI("Prepare:"); hwcTestDisplayList(list); }
385 testPrintI("Post Prepare:");
hwcTestLib.cpp 74 testPrintI("EGL version %d.%d", majorVersion, minorVersion);
100 testPrintI("Chose this configuration:");
129 testPrintI("Window dimensions: %d x %d", *width, *height);
430 testPrintI(" flags: %#x%s", list->flags,
432 testPrintI(" numHwLayers: %u", list->numHwLayers);
435 testPrintI(" layer %u compositionType: %#x%s%s", layer,
442 testPrintI(" hints: %#x",
449 testPrintI(" flags: %#x%s",
454 testPrintI(" handle: %p",
459 testPrintI(" transform: %#x%s%s%s"
    [all...]
hwcCommit.cpp 423 testPrintI("startDim: %s", ((string) startDim).c_str());
440 testPrintI("format: %s", format->desc);
454 testPrintI(" startDimOverlays: %u", measPtr->startDimOverlays);
462 testPrintI(" max nonOverlapping overlays: %s%u",
467 testPrintI(" max Overlapping overlays: %s%u",
474 testPrintI(" transforms: %s",
477 testPrintI(" blends: %s",
482 testPrintI(" dfMinWidth: %u", measPtr->df.minWidth);
485 testPrintI(" dfMinHeight: %u", measPtr->df.minHeight);
488 testPrintI(" dfMaxWidth: %u", measPtr->df.maxWidth)
    [all...]
hwcRects.cpp 279 testPrintI("Mismatched number of opening <[ with "
329 if (verbose) { testPrintI("Prepare:"); hwcTestDisplayList(list); }
332 testPrintI("Post Prepare:");
340 if (verbose) {testPrintI("Set:"); }
519 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 402 testPrintI("cmd: %s", cmd);
416 testPrintI(" out: %s", str);

Completed in 1552 milliseconds