/third_party/python/Lib/test/ |
D | test_support.py | 568 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/ |
D | re2.cpp | 31 virtual bool match_test(const char* text); 49 bool re2_regex::match_test(const char * text) in match_test() function in re2_regex
|
D | xpressive.cpp | 34 virtual bool match_test(const char* text); 52 bool xpressive_regex::match_test(const char * text) in match_test() function in xpressive_regex
|
D | std.cpp | 32 virtual bool match_test(const char* text); 50 bool std_regex::match_test(const char * text) in match_test() function in std_regex
|
D | boost.cpp | 23 virtual bool match_test(const char* text); 41 bool boost_regex::match_test(const char * text) in match_test() function in boost_regex
|
D | posix.cpp | 49 virtual bool match_test(const char* text); 67 bool posix_regex::match_test(const char * text) in match_test() function in posix_regex
|
D | pcre.cpp | 45 virtual bool match_test(const char* text); 63 bool pcre_regex::match_test(const char * text) in match_test() function in pcre_regex
|
D | performance.hpp | 16 virtual bool match_test(const char* text) = 0;
|
D | performance.cpp | 124 double time = exec_timed_test([&]() { return (*i)->match_test(text) ? 1 : 0; }); in test_match()
|
/third_party/mesa3d/src/amd/compiler/tests/ |
D | main.cpp | 202 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/ |
D | match_test.go | 15 package match_test package
|
/third_party/abseil-cpp/absl/strings/ |
D | CMakeLists.txt | 95 match_test 97 "match_test.cc"
|
D | BUILD.bazel | 108 name = "match_test", 110 srcs = ["match_test.cc"],
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
D | BUILD.gn | 506 absl_source_set("match_test") { 508 sources = [ "match_test.cc" ]
|
D | CMakeLists.txt | 96 match_test 98 "match_test.cc"
|
D | BUILD.bazel | 109 name = "match_test", 111 srcs = ["match_test.cc"],
|
/third_party/skia/third_party/externals/abseil-cpp/ |
D | BUILD.gn | 194 "absl/strings:match_test",
|
/third_party/python/Lib/test/support/ |
D | __init__.py | 1011 def match_test(test): function 1108 _filter_suite(suite, match_test)
|
/third_party/python/Lib/test/libregrtest/ |
D | main.py | 287 if support.match_test(test):
|
/third_party/python/Doc/library/ |
D | test.rst | 446 .. function:: match_test(test)
|