Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/
Dtest_support.py534 self.assertTrue(support.match_test(test_access))
535 self.assertTrue(support.match_test(test_chdir))
539 self.assertTrue(support.match_test(test_access))
540 self.assertTrue(support.match_test(test_chdir))
544 self.assertTrue(support.match_test(test_access))
545 self.assertFalse(support.match_test(test_chdir))
549 self.assertTrue(support.match_test(test_access))
550 self.assertTrue(support.match_test(test_chdir))
554 self.assertTrue(support.match_test(test_access))
555 self.assertTrue(support.match_test(test_chdir))
[all …]
/external/python/cpython2/Lib/test/
Dtest_test_support.py377 self.assertTrue(support.match_test(test_access))
378 self.assertTrue(support.match_test(test_chdir))
382 self.assertTrue(support.match_test(test_access))
383 self.assertTrue(support.match_test(test_chdir))
387 self.assertTrue(support.match_test(test_access))
388 self.assertFalse(support.match_test(test_chdir))
392 self.assertTrue(support.match_test(test_access))
393 self.assertTrue(support.match_test(test_chdir))
397 self.assertTrue(support.match_test(test_access))
398 self.assertTrue(support.match_test(test_chdir))
[all …]
Dregrtest.py1692 if support.match_test(test):
/external/mesa3d/src/amd/compiler/tests/
Dmain.cpp186 bool match_test(std::string name, std::string pattern) in match_test() function
263 if (match_test(pair.first, name.first)) { in main()
/external/libtextclassifier/native/
DJavaTests.bp28 "utils/regex-match_test.cc",
/external/openscreen/third_party/abseil/src/absl/strings/
DCMakeLists.txt96 match_test
98 "match_test.cc"
DBUILD.bazel109 name = "match_test",
111 srcs = ["match_test.cc"],
/external/abseil-cpp/absl/strings/
DCMakeLists.txt95 match_test
97 "match_test.cc"
DBUILD.bazel108 name = "match_test",
110 srcs = ["match_test.cc"],
/external/libtextclassifier/abseil-cpp/absl/strings/
DCMakeLists.txt95 match_test
97 "match_test.cc"
DBUILD.bazel108 name = "match_test",
110 srcs = ["match_test.cc"],
/external/webrtc/third_party/abseil-cpp/absl/strings/
DCMakeLists.txt95 match_test
97 "match_test.cc"
DBUILD.bazel108 name = "match_test",
110 srcs = ["match_test.cc"],
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/
DCMakeLists.txt95 match_test
97 "match_test.cc"
DBUILD.bazel108 name = "match_test",
110 srcs = ["match_test.cc"],
/external/angle/third_party/abseil-cpp/absl/strings/
DBUILD.gn458 absl_source_set("match_test") {
460 sources = [ "match_test.cc" ]
DCMakeLists.txt96 match_test
98 "match_test.cc"
DBUILD.bazel109 name = "match_test",
111 srcs = ["match_test.cc"],
/external/angle/third_party/abseil-cpp/
DBUILD.gn199 "absl/strings:match_test",
/external/python/cpython2/Lib/test/support/
D__init__.py1553 def match_test(test): function
1625 _filter_suite(suite, match_test)
/external/python/cpython3/Lib/test/libregrtest/
Dmain.py285 if support.match_test(test):
/external/python/cpython3/Lib/test/support/
D__init__.py1821 def match_test(test): function
1917 _filter_suite(suite, match_test)
/external/python/cpython3/Doc/library/
Dtest.rst539 .. function:: match_test(test)