Home | History | Annotate | Download | only in intltest

Lines Matching defs:seed

976 //                      2.  Get access to current seed, to more easily reproduce failures.
1308 const char *name, const char *strength, uint32_t seed)
1328 " strength=%s seed=%d",
1329 name, expectedStart, expectedEnd, actualStart, actualEnd, strength, seed);
1345 " strength=%s seed=%d",
1346 name, expectedStart, expectedEnd, actualStart, actualEnd, strength, seed);
1413 m_seed = getIntParam("seed", p, m_seed);
1453 uint32_t seed = m_seed;
1461 notFoundCount += monkeyTestCase(coll, pattern, pattern, altPattern, "pattern", strengthNames[s], seed);
1468 notFoundCount += monkeyTestCase(coll, testCase, pattern, altPattern, "prefix + pattern", strengthNames[s], seed);
1473 notFoundCount += monkeyTestCase(coll, testCase, pattern, altPattern, "prefix + pattern + suffix", strengthNames[s], seed);
1480 notFoundCount += monkeyTestCase(coll, testCase, pattern, altPattern, "pattern + suffix", strengthNames[s], seed);