Home
last modified time | relevance | path

Searched refs:match_test (Results 1 – 10 of 10) sorted by relevance

/third_party/python/Lib/test/
Dtest_support.py568 self.assertTrue(support.match_test(test_access))
569 self.assertTrue(support.match_test(test_chdir))
573 self.assertTrue(support.match_test(test_access))
574 self.assertTrue(support.match_test(test_chdir))
578 self.assertTrue(support.match_test(test_access))
579 self.assertFalse(support.match_test(test_chdir))
583 self.assertTrue(support.match_test(test_access))
584 self.assertTrue(support.match_test(test_chdir))
588 self.assertTrue(support.match_test(test_access))
589 self.assertTrue(support.match_test(test_chdir))
[all …]
/third_party/mesa3d/src/amd/compiler/tests/
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/skia/third_party/externals/tint/tools/src/match/
Dmatch_test.go15 package match_test package
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
DBUILD.gn506 absl_source_set("match_test") {
508 sources = [ "match_test.cc" ]
DCMakeLists.txt96 match_test
98 "match_test.cc"
DBUILD.bazel109 name = "match_test",
111 srcs = ["match_test.cc"],
/third_party/skia/third_party/externals/abseil-cpp/
DBUILD.gn194 "absl/strings:match_test",
/third_party/python/Lib/test/support/
D__init__.py1011 def match_test(test): function
1108 _filter_suite(suite, match_test)
/third_party/python/Lib/test/libregrtest/
Dmain.py287 if support.match_test(test):
/third_party/python/Doc/library/
Dtest.rst446 .. function:: match_test(test)