Home
last modified time | relevance | path

Searched refs:ExhaustiveTest (Results 1 – 8 of 8) sorted by relevance

/external/regex-re2/re2/testing/
Dexhaustive1_test.cc20 ExhaustiveTest(3, 2, Explode("abc."), ops, in TEST()
22 ExhaustiveTest(3, 2, Explode("abc."), ops, in TEST()
32 ExhaustiveTest(3, 2, Split(" ", "a (a) b"), ops, in TEST()
37 ExhaustiveTest(4, 3, Split(" ", "a (a)"), ops, in TEST()
Dexhaustive3_test.cc16 ExhaustiveTest(2, 1, atoms, RegexpGenerator::EgrepOps(), in TEST()
24 ExhaustiveTest(2, 1, atoms, RegexpGenerator::EgrepOps(), in TEST()
73 ExhaustiveTest(1, 0, atoms, ops, in TEST()
89 ExhaustiveTest(1, 0, atoms, ops, in TEST()
Dexhaustive2_test.cc17 ExhaustiveTest(2, 2, Split(" ", "(?:) a"), in TEST()
28 ExhaustiveTest(1, 1, escaped, RegexpGenerator::EgrepOps(), in TEST()
36 ExhaustiveTest(2, 2, Split(" ", "(?:^) (?:$) . a \\n (?:\\A) (?:\\z)"), in TEST()
Dexhaustive_tester.cc145 void ExhaustiveTest(int maxatoms, int maxops, in ExhaustiveTest() function
178 ExhaustiveTest(maxatoms, maxops, in EgrepTest()
Dsearch_test.cc318 ExhaustiveTest(1, 0, atom, ops, 1, alpha, "", ""); in TEST()
Dexhaustive_tester.h70 void ExhaustiveTest(int maxatoms, int maxops,
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/compression/
DExhaustiveTest.java17 public class ExhaustiveTest extends TestFmwk { class
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/compression/
DExhaustiveTest.java18 public class ExhaustiveTest extends TestFmwk { class