Home
last modified time | relevance | path

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

/external/linux-kselftest/tools/testing/selftests/bpf/
Dtest_xdp_redirect_multi.sh41 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 …]
Dtest_sockmap.c166 static void test_pass(void) in test_pass() function
202 test_pass(); in test_end_subtest()
/external/python/mobly/tests/mobly/
Drecords_test.py120 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/
Daudio_CrasAec.py144 test_pass = True
149 test_pass = False
154 if not test_pass:
/external/tensorflow/tensorflow/core/function/testing/
DBUILD14 "test_pass.h",
40 "test_pass.py",
/external/tensorflow/tensorflow/core/function/
Druntime_client_test.py20 from tensorflow.core.function.testing import test_pass
203 test_pass.RegisterTestPass()
/external/pytorch/test/inductor/
Dtest_pattern_matcher.py1034 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/
Dtest_with.py68 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/
Dreport.rs272 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
Dbenchmark_group.rs341 self.criterion.report.test_pass(&id, &report_context); in run_bench()
/external/pytorch/test/torch_np/numpy_tests/lib/
Dtest_type_check.py209 def test_pass(self): member in TestIscomplex
216 def test_pass(self): member in TestIsreal
/external/python/cpython3/Lib/test/libregrtest/
Dtestresult.py167 def test_pass(self): member in TestTests
/external/python/mobly/mobly/
Dbase_test.py840 tr_record.test_pass(e)
851 tr_record.test_pass()
Dbase_instrumentation_test.py620 tr_record.test_pass(e=signals.TestPass(details=details, extras=extras))
Drecords.py426 def test_pass(self, e=None): member in TestResultRecord
/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/
Dselect_reuseport.c482 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/
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/arm-optimized-routines/math/test/
Dmathtest.c943 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/
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.py1143 def test_pass(self): member in AstToCfgTest
/external/pytorch/test/
Dtest_jit.py13235 def test_pass(self): member in TestScript