Searched refs:test_pass (Results 1 – 10 of 10) sorted by relevance
/external/autotest/site_utils/sponge_lib/ |
D | sponge_utils_functional_test.py | 109 test, test_pass=True, acts_summary=self.acts_summary.name)
|
/external/rust/crates/criterion/src/ |
D | report.rs | 266 fn test_pass(&self, _id: &BenchmarkId, _context: &ReportContext) {} in test_pass() method 332 reports_impl!(fn test_pass(&self, id: &BenchmarkId, context: &ReportContext)); 487 fn test_pass(&self, _: &BenchmarkId, _: &ReportContext) { in test_pass() method
|
D | benchmark_group.rs | 340 self.criterion.report.test_pass(&id, &report_context); in run_bench()
|
D | benchmark.rs | 606 c.report.test_pass(id, report_context); in execute_benchmark()
|
/external/llvm-project/llvm/test/CodeGen/Hexagon/ |
D | verify-liveness-at-def.mir | 8 name: test_pass
|
/external/python/cpython3/Lib/test/support/ |
D | testresult.py | 178 def test_pass(self): member in TestTests
|
/external/linux-kselftest/tools/testing/selftests/bpf/ |
D | test_select_reuseport.c | 458 static void test_pass(int type, sa_family_t family) in test_pass() function 716 test_pass(type, family); in test_all()
|
/external/arm-optimized-routines/math/test/ |
D | mathtest.c | 938 test_pass /* was a test, and passed */ enumerator 1490 return *failtext ? test_fail : test_pass; in runtest() 1511 if (res == test_pass) { in runtests()
|
/external/llvm-project/libc/AOR_v20.02/math/test/ |
D | mathtest.c | 939 test_pass /* was a test, and passed */ enumerator 1491 return *failtext ? test_fail : test_pass; in runtest() 1512 if (res == test_pass) { in runtests()
|
/external/tensorflow/tensorflow/python/autograph/pyct/ |
D | cfg_test.py | 1147 def test_pass(self): member in AstToCfgTest
|