Home
last modified time | relevance | path

Searched refs:test_pass (Results 1 – 10 of 10) sorted by relevance

/external/autotest/site_utils/sponge_lib/
Dsponge_utils_functional_test.py109 test, test_pass=True, acts_summary=self.acts_summary.name)
/external/rust/crates/criterion/src/
Dreport.rs266 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
Dbenchmark_group.rs340 self.criterion.report.test_pass(&id, &report_context); in run_bench()
Dbenchmark.rs606 c.report.test_pass(id, report_context); in execute_benchmark()
/external/llvm-project/llvm/test/CodeGen/Hexagon/
Dverify-liveness-at-def.mir8 name: test_pass
/external/python/cpython3/Lib/test/support/
Dtestresult.py178 def test_pass(self): member in TestTests
/external/linux-kselftest/tools/testing/selftests/bpf/
Dtest_select_reuseport.c458 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/
Dmathtest.c938 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/
Dmathtest.c939 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/
Dcfg_test.py1147 def test_pass(self): member in AstToCfgTest