Searched refs:test_match (Results 1 – 12 of 12) 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
54 fn test_match() { in test_match() function
60 fn test_match() { in test_match() function
128 fn test_match() { in test_match() function
112 static void test_match(skiatest::Reporter* reporter) { in test_match() function714 test_match(reporter); in DEF_TEST()
258 $$V ${.OBJDIR}/unittests/match/test_match ; \
364 def test_match method in TestTreeWizard
175 def test_match(self): member in ParseArgsTestCase
717 def test_match(self): member in PurePosixPathTest
219 def test_match(self): member in FakePathlibPurePathTest