Home
last modified time | relevance | path

Searched refs:match_test (Results 1 – 20 of 20) 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/boost/libs/regex/performance/
Dre2.cpp31 virtual bool match_test(const char* text);
49 bool re2_regex::match_test(const char * text) in match_test() function in re2_regex
Dxpressive.cpp34 virtual bool match_test(const char* text);
52 bool xpressive_regex::match_test(const char * text) in match_test() function in xpressive_regex
Dstd.cpp32 virtual bool match_test(const char* text);
50 bool std_regex::match_test(const char * text) in match_test() function in std_regex
Dboost.cpp23 virtual bool match_test(const char* text);
41 bool boost_regex::match_test(const char * text) in match_test() function in boost_regex
Dposix.cpp49 virtual bool match_test(const char* text);
67 bool posix_regex::match_test(const char * text) in match_test() function in posix_regex
Dpcre.cpp45 virtual bool match_test(const char* text);
63 bool pcre_regex::match_test(const char * text) in match_test() function in pcre_regex
Dperformance.hpp16 virtual bool match_test(const char* text) = 0;
Dperformance.cpp124 double time = exec_timed_test([&]() { return (*i)->match_test(text) ? 1 : 0; }); in test_match()
/third_party/mesa3d/src/amd/compiler/tests/
Dmain.cpp202 bool match_test(std::string name, std::string pattern) in match_test() function
281 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/abseil-cpp/absl/strings/
DCMakeLists.txt95 match_test
97 "match_test.cc"
DBUILD.bazel108 name = "match_test",
110 srcs = ["match_test.cc"],
/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)