Home
last modified time | relevance | path

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

/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/eigen/unsupported/test/
Dcxx11_tensor_dimension.cpp40 static void test_match() in test_match() function
67 CALL_SUBTEST(test_match()); in test_cxx11_tensor_dimension()
/external/openssh/regress/unittests/match/
DMakefile3 PROG=test_match
/external/rust/crates/remain/tests/
Dunstable.rs54 fn test_match() { in test_match() function
Dstable.rs60 fn test_match() { in test_match() function
/external/rust/crates/thiserror/tests/
Dtest_display.rs128 fn test_match() { in test_match() function
/external/skqp/tests/
DFontMgrTest.cpp112 static void test_match(skiatest::Reporter* reporter) { in test_match() function
714 test_match(reporter); in DEF_TEST()
/external/openssh/regress/
DMakefile258 $$V ${.OBJDIR}/unittests/match/test_match ; \
/external/antlr/runtime/Ruby/test/unit/
Dtest-tree-wizard.rb364 def test_match method in TestTreeWizard
/external/python/cpython3/Lib/test/
Dtest_regrtest.py175 def test_match(self): member in ParseArgsTestCase
Dtest_pathlib.py717 def test_match(self): member in PurePosixPathTest
/external/python/pyfakefs/pyfakefs/tests/
Dfake_pathlib_test.py219 def test_match(self): member in FakePathlibPurePathTest