Home | History | Annotate | Download | only in intltest

Lines Matching defs:seed

974 //                      2.  Get access to current seed, to more easily reproduce failures.
1306 const char *name, const char *strength, uint32_t seed)
1326 " strength=%s seed=%d",
1327 name, expectedStart, expectedEnd, actualStart, actualEnd, strength, seed);
1343 " strength=%s seed=%d",
1344 name, expectedStart, expectedEnd, actualStart, actualEnd, strength, seed);
1411 m_seed = getIntParam("seed", p, m_seed);
1451 uint32_t seed = m_seed;
1459 notFoundCount += monkeyTestCase(coll, pattern, pattern, altPattern, "pattern", strengthNames[s], seed);
1466 notFoundCount += monkeyTestCase(coll, testCase, pattern, altPattern, "prefix + pattern", strengthNames[s], seed);
1471 notFoundCount += monkeyTestCase(coll, testCase, pattern, altPattern, "prefix + pattern + suffix", strengthNames[s], seed);
1478 notFoundCount += monkeyTestCase(coll, testCase, pattern, altPattern, "pattern + suffix", strengthNames[s], seed);