/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/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/crates/remain/tests/ |
D | unstable.rs | 55 fn test_match() { in test_match() function
|
D | stable.rs | 65 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/rust/crates/thiserror/tests/ |
D | test_display.rs | 126 fn test_match() { in test_match() function
|
/external/libtracefs/src/ |
D | tracefs-sqlhist.c | 797 static int test_match(struct sql_table *table, struct match *match) in test_match() function 1446 ret = test_match(table, match); in build_synth() 1463 ret = test_match(table, match); in build_synth()
|
/external/antlr/runtime/Ruby/test/unit/ |
D | test-tree-wizard.rb | 364 def test_match method in TestTreeWizard
|
/external/rust/crates/anyhow/tests/ |
D | test_ensure.rs | 263 fn test_match() { in test_match() function
|
/external/python/cpython3/Lib/test/ |
D | test_regrtest.py | 177 def test_match(self): member in ParseArgsTestCase
|
D | test_pathlib.py | 733 def test_match(self): member in PurePosixPathTest
|
/external/python/pyfakefs/pyfakefs/tests/ |
D | fake_pathlib_test.py | 217 def test_match(self): member in FakePathlibPurePathTest
|
/external/crosvm/docs/book/ |
D | mermaid.min.js | 1 …test_match:function(t,e){var n,r,i;if(this.options.backtrack_lexer&&(i={yylineno:this.yylineno,yyl… 24 …test_match:function(t,e){var n,r,i;if(this.options.backtrack_lexer&&(i={yylineno:this.yylineno,yyl…
|