Searched defs:maxatoms (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/re2/re2/testing/
H A Drandom_test.cc21 static void RandomTest(int maxatoms, int maxops, argument
29 maxatoms--;
34 ExhaustiveTester t(maxatoms, maxops, alphabet, ops,
H A Dexhaustive_tester.h26 ExhaustiveTester(int maxatoms, argument
34 : RegexpGenerator(maxatoms, maxops, alphabet, ops),
70 void ExhaustiveTest(int maxatoms, int maxops,
79 void EgrepTest(int maxatoms, int maxops, const string& alphabet,
H A Dpossible_match_test.cc167 PossibleMatchTester(int maxatoms, argument
173 : RegexpGenerator(maxatoms, maxops, alphabet, ops),
H A Dexhaustive_tester.cc145 void ExhaustiveTest(int maxatoms, int maxops, argument
152 if (maxatoms > 1)
153 maxatoms--;
159 ExhaustiveTester t(maxatoms, maxops, alphabet, ops,
172 void EgrepTest(int maxatoms, int maxops, const string& alphabet, argument
178 ExhaustiveTest(maxatoms, maxops,
H A Dregexp_generator.cc46 RegexpGenerator::RegexpGenerator(int maxatoms, int maxops, argument
49 : maxatoms_(maxatoms), maxops_(maxops), atoms_(atoms), ops_(ops) {
/external/regex-re2/re2/testing/
H A Drandom_test.cc21 static void RandomTest(int maxatoms, int maxops, argument
29 maxatoms--;
34 ExhaustiveTester t(maxatoms, maxops, alphabet, ops,
H A Dexhaustive_tester.h26 ExhaustiveTester(int maxatoms, argument
34 : RegexpGenerator(maxatoms, maxops, alphabet, ops),
70 void ExhaustiveTest(int maxatoms, int maxops,
79 void EgrepTest(int maxatoms, int maxops, const string& alphabet,
H A Dpossible_match_test.cc167 PossibleMatchTester(int maxatoms, argument
173 : RegexpGenerator(maxatoms, maxops, alphabet, ops),
H A Dexhaustive_tester.cc145 void ExhaustiveTest(int maxatoms, int maxops, argument
152 if (maxatoms > 1)
153 maxatoms--;
159 ExhaustiveTester t(maxatoms, maxops, alphabet, ops,
172 void EgrepTest(int maxatoms, int maxops, const string& alphabet, argument
178 ExhaustiveTest(maxatoms, maxops,
H A Dregexp_generator.cc46 RegexpGenerator::RegexpGenerator(int maxatoms, int maxops, argument
49 : maxatoms_(maxatoms), maxops_(maxops), atoms_(atoms), ops_(ops) {

Completed in 1138 milliseconds