Searched refs:TestInput (Results 1 – 7 of 7) sorted by relevance
212 typ.TestInput(name, 'skipped because matched --skip'))221 test_set.tests_to_skip.append(typ.TestInput(224 test_set.parallel_tests.append(typ.TestInput(name))230 typ.TestInput(name, 'skipped because matched --skip'))240 test_set.tests_to_skip.append(typ.TestInput(name, msg=reason))242 test_set.isolated_tests.append(typ.TestInput(name))244 test_set.parallel_tests.append(typ.TestInput(name))
230 typ.TestInput(name, 'skipped because matched --skip'))233 test_set.isolated_tests.append(typ.TestInput(name))
623 TestInput testInputs[] =
41 struct TestInput struct
104 bool TestInput(const StringPiece& text);
136 if (!tester.TestInput(strgen_.Next())) { in HandleRegexp()
612 bool Tester::TestInput(const StringPiece& text) { in TestInput() function in re2::Tester637 return t.TestInput(text); in TestRegexpOnText()