Searched defs:RandomTest (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/webrtc/base/
H A Dhelpers_unittest.cc19 class RandomTest : public testing::Test { class in namespace:rtc
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) {
/external/chromium_org/third_party/re2/re2/testing/
H A Drandom_test.cc21 static void RandomTest(int maxatoms, int maxops, function in namespace:re2
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/
H A Drandom_test.cc21 static void RandomTest(int maxatoms, int maxops, function in namespace:re2
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, "");

Completed in 579 milliseconds