Home
last modified time | relevance | path

Searched refs:test_match (Results 1 – 18 of 18) sorted by relevance

/external/sdv/vsomeip/third_party/boost/regex/performance/
Dperformance.cpp113 void test_match(const char* expression, const char* text, bool isperl = false) in test_match() function
166 test_match("abc", "abc"); in cpp_main()
168test_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()
171test_match("^([a-zA-Z0-9_\\-\\.]+)@((\\[[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\.)|(([a-zA-Z0-9\\-]+… in cpp_main()
172test_match("^([a-zA-Z0-9_\\-\\.]+)@((\\[[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\.)|(([a-zA-Z0-9\\-]+… in cpp_main()
173test_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/
Dcki_coverage.py199 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/
Dmatch.cpp16 static void test_match() { in test_match() function
32 test_match(); in TEST_MAIN()
/external/eigen/unsupported/test/
Dcxx11_tensor_dimension.cpp40 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/
Dunstable.rs60 fn test_match() { in test_match() function
Dstable.rs67 fn test_match() { in test_match() function
/external/tensorflow/tensorflow/python/checkpoint/
Dcheckpoint_view_test.py50 def test_match(self): member in CheckpointViewTest
/external/python/cpython3/Lib/test/
Dtest_type_annotations.py209 def test_match(self): member in TestSetupAnnotations
Dtest_regrtest.py199 def test_match(self): member in ParseArgsTestCase
/external/cronet/tot/third_party/re2/src/python/
Dre2_test.py188 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/
Dre2_test.py188 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/
Dtest_display.rs133 fn test_match() { in test_match() function
/external/antlr/runtime/Ruby/test/unit/
Dtest-tree-wizard.rb364 def test_match method in TestTreeWizard
/external/libtracefs/src/
Dtracefs-sqlhist.c860 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/
Dtest_ensure.rs295 fn test_match() { in test_match() function
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/anyhow-1.0.93/tests/
Dtest_ensure.rs295 fn test_match() { in test_match() function
/external/rust/android-crates-io/crates/anyhow/tests/
Dtest_ensure.rs296 fn test_match() { in test_match() function
/external/python/pyfakefs/pyfakefs/tests/
Dfake_pathlib_test.py259 def test_match(self): member in FakePathlibPurePathTest
336 def test_match(self): member in FakePathlibPurePosixPathTest
415 def test_match(self): member in FakePathlibPureWindowsPathTest