Searched refs:mIteration (Results 1 – 2 of 2) sorted by relevance
79 mTestType(testType), mIteration(0), mResult(true) { in ChainedThread()119 int mIteration; member in android::ChainedThread173 if ((mIteration % 25) == 0) { in doWork()174 ALOGD("iteration %d\n", mIteration); in doWork()177 mIteration++; in doWork()180 ALOGW("failed at iteration %d, stopping test", mIteration); in doWork()182 mIteration = MAX_ITERATIONS; in doWork()185 if (mIteration < MAX_ITERATIONS) { in doWork()188 ALOGW("Unable to start thread at iter=%d", mIteration); in doWork()190 mIteration = MAX_ITERATIONS; in doWork()[all …]
78 private final int mIteration; field in RepeatingSensorOperation.TestNode82 mIteration = iteration; in TestNode()87 return String.format("%s-iteration%d", mTestNode.getName(), mIteration); in getName()