/external/linux-kselftest/tools/testing/selftests/bpf/ |
D | test_xdp_redirect_multi.sh | 41 test_pass() function 118 test_pass "$mode mac ns1-2" || test_fail "$mode mac ns1-2" 120 test_pass "$mode mac ns1-3" || test_fail "$mode mac ns1-3" 145 test_pass "$mode arp(F_BROADCAST) ns1-1" || \ 148 test_pass "$mode arp(F_BROADCAST) ns1-2" || \ 151 test_pass "$mode arp(F_BROADCAST) ns1-3" || \ 156 test_pass "$mode IPv4 (F_BROADCAST|F_EXCLUDE_INGRESS) ns1-1" || \ 159 test_pass "$mode IPv4 (F_BROADCAST|F_EXCLUDE_INGRESS) ns1-2" || \ 162 test_pass "$mode IPv4 (F_BROADCAST|F_EXCLUDE_INGRESS) ns1-3" || \ 167 test_pass "$mode IPv6 (no flags) ns1-1" || \ [all …]
|
D | test_sockmap.c | 166 static void test_pass(void) in test_pass() function 202 test_pass(); in test_end_subtest()
|
/external/python/mobly/tests/mobly/ |
D | records_test.py | 120 record.test_pass() 132 record.test_pass(s) 145 record.test_pass(s) 284 record1.test_pass(s) 294 record2.test_pass(s) 309 record1.test_pass(s) 320 record1.test_pass(s) 337 record1.test_pass(s) 357 record1.test_pass(s) 390 record2.test_pass() [all …]
|
/external/autotest/client/site_tests/audio_CrasAec/ |
D | audio_CrasAec.py | 144 test_pass = True 149 test_pass = False 154 if not test_pass:
|
/external/tensorflow/tensorflow/core/function/testing/ |
D | BUILD | 14 "test_pass.h", 40 "test_pass.py",
|
/external/tensorflow/tensorflow/core/function/ |
D | runtime_client_test.py | 20 from tensorflow.core.function.testing import test_pass 203 test_pass.RegisterTestPass()
|
/external/pytorch/test/inductor/ |
D | test_pattern_matcher.py | 1034 test_pass = PatternMatcherPass(pass_name="test") 1040 pass_dict=test_pass, 1094 {"test": test_pass}, 1192 test_pass = PatternMatcherPass() 1219 pass_dict=test_pass, 1233 torch._inductor.fx_passes.post_grad.pass_patterns + [test_pass], 1249 test_pass = PatternMatcherPass() 1269 pass_dict=test_pass, 1283 torch._inductor.fx_passes.post_grad.pass_patterns + [test_pass], 1295 test_pass = PatternMatcherPass() [all …]
|
/external/pytorch/test/jit/ |
D | test_with.py | 68 def test_pass(x: torch.Tensor) -> torch.Tensor: function 178 self.checkScript(test_pass, (test_input,)) 225 def test_pass(x: torch.Tensor) -> torch.Tensor: function 335 self.checkScript(test_pass, (test_input,))
|
/external/rust/android-crates-io/crates/criterion/src/ |
D | report.rs | 272 fn test_pass(&self, _id: &BenchmarkId, _context: &ReportContext) {} in test_pass() method 337 reports_impl!(fn test_pass(&self, id: &BenchmarkId, context: &ReportContext)); 486 fn test_pass(&self, _: &BenchmarkId, _: &ReportContext) { in test_pass() method
|
D | benchmark_group.rs | 341 self.criterion.report.test_pass(&id, &report_context); in run_bench()
|
/external/pytorch/test/torch_np/numpy_tests/lib/ |
D | test_type_check.py | 209 def test_pass(self): member in TestIscomplex 216 def test_pass(self): member in TestIsreal
|
/external/python/cpython3/Lib/test/libregrtest/ |
D | testresult.py | 167 def test_pass(self): member in TestTests
|
/external/python/mobly/mobly/ |
D | base_test.py | 840 tr_record.test_pass(e) 851 tr_record.test_pass()
|
D | base_instrumentation_test.py | 620 tr_record.test_pass(e=signals.TestPass(details=details, extras=extras))
|
D | records.py | 426 def test_pass(self, e=None): member in TestResultRecord
|
/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/ |
D | select_reuseport.c | 482 static void test_pass(int type, sa_family_t family) in test_pass() function 790 TEST_INIT(test_pass), in test_config()
|
/external/cronet/tot/third_party/llvm-libc/src/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/arm-optimized-routines/math/test/ |
D | mathtest.c | 943 test_pass /* was a test, and passed */ enumerator 1499 return *failtext ? test_fail : test_pass; in runtest() 1520 if (res == test_pass) { in runtests()
|
/external/cronet/stable/third_party/llvm-libc/src/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 | 1143 def test_pass(self): member in AstToCfgTest
|
/external/pytorch/test/ |
D | test_jit.py | 13235 def test_pass(self): member in TestScript
|