HomeSort by relevance Sort by last modified time
    Searched full:startpass (Results 1 - 2 of 2) sorted by null

  /system/extras/tests/wifi/stress/
wifiLoadScanAssoc.c 134 unsigned int startPass = DEFAULT_START_PASS, endPass = DEFAULT_END_PASS;
180 startPass = strtoul(optarg, &chptr, 10);
219 endPass = startPass = strtoul(optarg, &chptr, 10);
245 if (endPass < startPass) {
247 testPrintE(" startPass: %u endPass: %u", startPass, endPass);
257 testPrintI("startPass: %u", startPass);
266 for (pass = startPass; pass <= endPass; pass++) {
366 testPrintI("Successfully completed %u passes", pass - startPass);
    [all...]
  /frameworks/native/opengl/tests/hwc/
hwcStress.cpp 146 static unsigned int startPass = defaultStartPass;
299 startPass = strtoul(optarg, &chptr, 10);
331 startPass = endPass = strtoul(optarg, &chptr, 10);
359 if (endPass < startPass) {
361 testPrintE(" startPass: %u endPass: %u", startPass, endPass);
371 testPrintI("startPass: %u", startPass);
390 for (pass = startPass; pass <= endPass; pass++) {
401 if ((pass == startPass)
    [all...]

Completed in 139 milliseconds