Home | History | Annotate | Download | only in intltest

Lines Matching refs:loopCount

4276     int32_t        loopCount = 500;
4283 loopCount = 10000;
4288 loopCount = getIntParam("loop", p, loopCount);
4323 RunMonkey(bi, m, "char", seed, loopCount, useUText);
4326 RunMonkey(bi, m, "char", seed, loopCount, TRUE);
4340 RunMonkey(bi, m, "word", seed, loopCount, useUText);
4352 if (loopCount >= 10) {
4353 loopCount = loopCount / 5; // Line break runs slower than the others.
4356 RunMonkey(bi, m, "line", seed, loopCount, useUText);
4368 if (loopCount >= 10) {
4369 loopCount = loopCount / 10; // Sentence runs slower than the other break types
4372 RunMonkey(bi, m, "sentence", seed, loopCount, useUText);
4410 int loopCount = 0;
4434 while (loopCount < numIterations || numIterations == -1) {
4435 if (numIterations == -1 && loopCount % 10 == 0) {
4660 loopCount++;