Home | History | Annotate | Download | only in intltest

Lines Matching defs:loopCount

3738     int32_t        loopCount = 500;
3745 loopCount = 10000;
3750 loopCount = getIntParam("loop", p, loopCount);
3785 RunMonkey(bi, m, "char", seed, loopCount, useUText);
3788 RunMonkey(bi, m, "char", seed, loopCount, TRUE);
3802 RunMonkey(bi, m, "word", seed, loopCount, useUText);
3814 if (loopCount >= 10) {
3815 loopCount = loopCount / 5; // Line break runs slower than the others.
3818 RunMonkey(bi, m, "line", seed, loopCount, useUText);
3830 if (loopCount >= 10) {
3831 loopCount = loopCount / 10; // Sentence runs slower than the other break types
3834 RunMonkey(bi, m, "sentence", seed, loopCount, useUText);
3872 int loopCount = 0;
3896 while (loopCount < numIterations || numIterations == -1) {
3897 if (numIterations == -1 && loopCount % 10 == 0) {
4124 loopCount++;