/aosp_15_r20/external/pytorch/test/functorch/ |
H A D | xfail_suggester.py | 46 failed_tests = [get_failed_test(line) for line in lines] variable 47 failed_tests = [match for match in failed_tests if match is not None] variable 48 failed_tests = sorted(failed_tests) variable
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/api/ |
H A D | test_kernel_arg_info.cpp | 488 int failed_tests = 0; in compare_kernel_with_expected() local 600 int failed_tests = 0; in run_scalar_vector_tests() local 718 int failed_tests = 0; in run_pipe_tests() local 806 int failed_tests = 0; in run_image_tests() local 944 int failed_tests = 0; in run_boundary_tests() local 1023 int failed_tests = run_all_tests(context, deviceID); in test_get_kernel_arg_info() local
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/ |
H A D | kselftest_module.h | 26 static inline int kstm_report(unsigned int total_tests, unsigned int failed_tests, in kstm_report()
|
/aosp_15_r20/external/libtraceevent/utest/ |
H A D | trace-utest.c | 40 int failed_tests; in main() local
|
/aosp_15_r20/external/pigweed/pw_unit_test/public/pw_unit_test/ |
H A D | event_handler.h | 57 int failed_tests; member
|
/aosp_15_r20/external/tink/cc/subtle/ |
H A D | ed25519_verify_boringssl_test.cc | 251 int failed_tests = 0; in TestSignatures() local
|
H A D | ecdsa_verify_boringssl_test.cc | 167 int failed_tests = 0; in TestSignatures() local
|
H A D | rsa_ssa_pkcs1_verify_boringssl_test.cc | 200 int failed_tests = 0; in TestSignatures() local
|
/aosp_15_r20/external/cronet/build/android/ |
H A D | test_runner.py | 1297 def _LogRerunStatement(failed_tests, wrapper_arg_str): argument
|
/aosp_15_r20/external/angle/build/android/ |
H A D | test_runner.py | 1350 def _LogRerunStatement(failed_tests, wrapper_arg_str): argument
|
/aosp_15_r20/external/angle/build/android/pylib/local/device/ |
H A D | local_device_test_run.py | 399 def _AppendPreTestsForRetry(self, failed_tests, tests): argument
|
H A D | local_device_gtest_run.py | 656 def _AppendPreTestsForRetry(self, failed_tests, tests): argument
|
/aosp_15_r20/external/cronet/build/android/pylib/local/device/ |
H A D | local_device_test_run.py | 394 def _AppendPreTestsForRetry(self, failed_tests, tests): argument
|
H A D | local_device_gtest_run.py | 642 def _AppendPreTestsForRetry(self, failed_tests, tests): argument
|
/aosp_15_r20/art/test/testrunner/ |
H A D | testrunner.py | 129 failed_tests = [] variable
|
/aosp_15_r20/external/rust/android-crates-io/crates/libtest-mimic/src/ |
D | lib.rs | 425 let mut failed_tests = Vec::new(); in run() localVariable
|
/aosp_15_r20/trusty/user/base/lib/unittest-rust/src/ |
D | lib.rs | 322 let mut failed_tests = 0; in on_connect() localVariable
|
/aosp_15_r20/external/grpc-grpc/tools/run_tests/ |
H A D | run_xds_tests.py | 3900 failed_tests = [] variable
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/run_tests/ |
D | run_xds_tests.py | 3208 failed_tests = [] variable
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/ |
H A D | xskxceiver.c | 1900 u32 i, j, failed_tests = 0; in main() local
|