Searched refs:test_match (Results 1 – 9 of 9) sorted by relevance
199 test_match = re.match(test_re, line)200 if not test_match: continue201 self.disabled_in_ltp.append(test_match.group(1))452 test_match = re.match(test_re, line)453 if test_match:454 syscall = test_match.group(1)466 test_match = re.match(test_re, line)467 if test_match:468 syscall = test_match.group(1)480 test_match = re.match(test_re, line)[all …]
40 static void test_match() in test_match() function67 CALL_SUBTEST(test_match()); in test_cxx11_tensor_dimension()
3 PROG=test_match
113 static void test_match(skiatest::Reporter* reporter) { in test_match() function715 test_match(reporter); in DEF_TEST()
112 static void test_match(skiatest::Reporter* reporter) { in test_match() function714 test_match(reporter); in DEF_TEST()
229 $$V ${.OBJDIR}/unittests/match/test_match ; \
364 def test_match method in TestTreeWizard
159 def test_match(self): member in ParseArgsTestCase
663 def test_match(self): member in PurePosixPathTest