/external/sdv/vsomeip/third_party/boost/regex/performance/ |
D | performance.cpp | 113 void test_match(const char* expression, const char* text, bool isperl = false) in test_match() function 166 test_match("abc", "abc"); in cpp_main() 168 …test_match("^([0-9]+)(\\-| |$)(.*)$", "100- this is a line of ftp response which contains a messag… in cpp_main() 169 test_match("([[:digit:]]{4}[- ]){3}[[:digit:]]{3,4}", "1234-5678-1234-456"); in cpp_main() 171 …test_match("^([a-zA-Z0-9_\\-\\.]+)@((\\[[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\.)|(([a-zA-Z0-9\\-]+… in cpp_main() 172 …test_match("^([a-zA-Z0-9_\\-\\.]+)@((\\[[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\.)|(([a-zA-Z0-9\\-]+… in cpp_main() 173 …test_match("^([a-zA-Z0-9_\\-\\.]+)@((\\[[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\.)|(([a-zA-Z0-9\\-]+… in cpp_main() 174 test_match("^[a-zA-Z]{1,2}[0-9][0-9A-Za-z]{0,1} {0,1}[0-9][A-Za-z]{2}$", "EH10 2QQ"); in cpp_main() 175 test_match("^[a-zA-Z]{1,2}[0-9][0-9A-Za-z]{0,1} {0,1}[0-9][A-Za-z]{2}$", "G1 1AA"); in cpp_main() 176 test_match("^[a-zA-Z]{1,2}[0-9][0-9A-Za-z]{0,1} {0,1}[0-9][A-Za-z]{2}$", "SW1 1ZZ"); in cpp_main() [all …]
|
/external/ltp/android/tools/ |
D | cki_coverage.py | 199 test_match = re.match(test_re, line) 200 if not test_match: continue 201 self.disabled_in_ltp.append(test_match.group(1)) 452 test_match = re.match(test_re, line) 453 if test_match: 454 syscall = test_match.group(1) 466 test_match = re.match(test_re, line) 467 if test_match: 468 syscall = test_match.group(1) 480 test_match = re.match(test_re, line) [all …]
|
/external/llvm-libc/test/integration/src/__support/GPU/ |
D | match.cpp | 16 static void test_match() { in test_match() function 32 test_match(); in TEST_MAIN()
|
/external/eigen/unsupported/test/ |
D | cxx11_tensor_dimension.cpp | 40 static void test_match() in test_match() function 85 CALL_SUBTEST(test_match()); in EIGEN_DECLARE_TEST()
|
/external/rust/android-crates-io/crates/remain/tests/ |
D | unstable.rs | 60 fn test_match() { in test_match() function
|
D | stable.rs | 67 fn test_match() { in test_match() function
|
/external/tensorflow/tensorflow/python/checkpoint/ |
D | checkpoint_view_test.py | 50 def test_match(self): member in CheckpointViewTest
|
/external/python/cpython3/Lib/test/ |
D | test_type_annotations.py | 209 def test_match(self): member in TestSetupAnnotations
|
D | test_regrtest.py | 199 def test_match(self): member in ParseArgsTestCase
|
/external/cronet/tot/third_party/re2/src/python/ |
D | re2_test.py | 188 def test_match(self, pattern, text, expected_spans): member in ReRegexpTest 441 def test_match(self): member in SetTest 462 def test_match(self): member in FilterTest
|
/external/cronet/stable/third_party/re2/src/python/ |
D | re2_test.py | 188 def test_match(self, pattern, text, expected_spans): member in ReRegexpTest 441 def test_match(self): member in SetTest 462 def test_match(self): member in FilterTest
|
/external/rust/android-crates-io/crates/thiserror/tests/ |
D | test_display.rs | 133 fn test_match() { in test_match() function
|
/external/antlr/runtime/Ruby/test/unit/ |
D | test-tree-wizard.rb | 364 def test_match method in TestTreeWizard
|
/external/libtracefs/src/ |
D | tracefs-sqlhist.c | 860 static int test_match(struct sql_table *table, struct match *match) in test_match() function 1509 ret = test_match(table, match); in build_synth() 1526 ret = test_match(table, match); in build_synth()
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/anyhow-1.0.93/tests/ |
D | test_ensure.rs | 295 fn test_match() { in test_match() function
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/anyhow-1.0.93/tests/ |
D | test_ensure.rs | 295 fn test_match() { in test_match() function
|
/external/rust/android-crates-io/crates/anyhow/tests/ |
D | test_ensure.rs | 296 fn test_match() { in test_match() function
|
/external/python/pyfakefs/pyfakefs/tests/ |
D | fake_pathlib_test.py | 259 def test_match(self): member in FakePathlibPurePathTest 336 def test_match(self): member in FakePathlibPurePosixPathTest 415 def test_match(self): member in FakePathlibPureWindowsPathTest
|