Home
last modified time | relevance | path

Searched refs:match_test (Results 1 - 4 of 4) sorted by relevance

/third_party/python/Lib/test/
H A Dtest_support.py576 self.assertTrue(support.match_test(test_access))
577 self.assertTrue(support.match_test(test_chdir))
581 self.assertTrue(support.match_test(test_access))
582 self.assertTrue(support.match_test(test_chdir))
586 self.assertTrue(support.match_test(test_access))
587 self.assertFalse(support.match_test(test_chdir))
591 self.assertTrue(support.match_test(test_access))
592 self.assertTrue(support.match_test(test_chdir))
596 self.assertTrue(support.match_test(test_access))
597 self.assertTrue(support.match_test(test_chdi
[all...]
/third_party/mesa3d/src/amd/compiler/tests/
H A Dmain.cpp200 bool match_test(std::string name, std::string pattern) in match_test() function
277 if (match_test(pair.first, name.first)) { in main()
/third_party/python/Lib/test/libregrtest/
H A Dmain.py301 if support.match_test(test):
/third_party/python/Lib/test/support/
H A D__init__.py1122 def match_test(test): function
1220 _filter_suite(suite, match_test)

Completed in 7 milliseconds