Home
last modified time | relevance | path

Searched refs:test_match (Results 1 – 9 of 9) 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/skia/tests/
DFontMgrTest.cpp113 static void test_match(skiatest::Reporter* reporter) { in test_match() function
715 test_match(reporter); in DEF_TEST()
/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/
DMakefile229 $$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.py159 def test_match(self): member in ParseArgsTestCase
Dtest_pathlib.py663 def test_match(self): member in PurePosixPathTest