HomeSort by relevance Sort by last modified time
    Searched defs:RandomTest (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/re2/re2/testing/
random_test.cc 21 static void RandomTest(int maxatoms, int maxops,
45 RandomTest(5, 5, Explode("abc."), RegexpGenerator::EgrepOps(),
52 RandomTest(10, 10, Explode("abc."), RegexpGenerator::EgrepOps(),
60 RandomTest(5, 5, Split(" ", "a (b) ."), RegexpGenerator::EgrepOps(),
68 RandomTest(10, 10, Split(" ", "a (b) ."), RegexpGenerator::EgrepOps(),
91 RandomTest(10, 10, atoms, ops, 20, alphabet, "");
  /external/regex-re2/re2/testing/
random_test.cc 21 static void RandomTest(int maxatoms, int maxops,
45 RandomTest(5, 5, Explode("abc."), RegexpGenerator::EgrepOps(),
52 RandomTest(10, 10, Explode("abc."), RegexpGenerator::EgrepOps(),
60 RandomTest(5, 5, Split(" ", "a (b) ."), RegexpGenerator::EgrepOps(),
68 RandomTest(10, 10, Split(" ", "a (b) ."), RegexpGenerator::EgrepOps(),
91 RandomTest(10, 10, atoms, ops, 20, alphabet, "");
  /external/chromium_org/third_party/webrtc/base/
helpers_unittest.cc 19 class RandomTest : public testing::Test {
30 TEST_F(RandomTest, TestCreateRandomId) {
34 TEST_F(RandomTest, TestCreateRandomDouble) {
42 TEST_F(RandomTest, TestCreateNonZeroRandomId) {
46 TEST_F(RandomTest, TestCreateRandomString) {
55 TEST_F(RandomTest, TestCreateRandomForTest) {
  /libcore/luni/src/test/java/libcore/java/util/
RandomTest.java 21 public class RandomTest extends junit.framework.TestCase {
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
RandomTest.java 24 public class RandomTest extends junit.framework.TestCase {

Completed in 535 milliseconds