Home
last modified time | relevance | path

Searched full:tests_passed (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/arm64/fp/
H A Dza-fork.c31 static int tests_passed; variable
37 if (tests_passed + tests_failed + tests_skipped != EXPECTED_TESTS) in print_summary()
41 putnum(tests_passed); in print_summary()
110 tests_passed++; \
/aosp_15_r20/external/toolchain-utils/crosperf/
H A Ddownload_images_buildid_test.py40 self.tests_passed = 0
52 print("Tests passed: %d" % self.tests_passed)
96 self.tests_passed = self.tests_passed + 1
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/arm64/abi/
H A Dtpidr2.c27 static int tests_passed; variable
55 if (tests_passed + tests_failed + tests_skipped != EXPECTED_TESTS) in print_summary()
59 putnum(tests_passed); in print_summary()
248 tests_passed++; \
/aosp_15_r20/trusty/kernel/app/consoletest/
H A Dconsoletest.c115 bool tests_passed; in run_console_test() local
122 tests_passed = RUN_ALL_TESTS(); in run_console_test()
124 return tests_passed; in run_console_test()
/aosp_15_r20/external/aws-crt-java/src/test/android/testapp/
H A DinstrumentedTestSpec.yml36TESTS_PASSED=$(grep "INSTRUMENTATION_STATUS_CODE: 0" $DEVICEFARM_LOG_DIR/instrument.log | wc -l);
45 $TESTS_PASSED tests PASSED \n
73 echo "Passed with $TESTS_PASSED tests passed and $TESTS_ASSUMPTION_FAILED tests skipped!";
/aosp_15_r20/trusty/vendor/google/aosp/scripts/
Drun_tests.py176 tests_passed: Count of test passes across all projects.
185 self.tests_passed = 0
195 self.tests_passed += result.passed_count
213 f"[ PASSED ] {self.tests_passed} tests in "
/aosp_15_r20/external/OpenCL-CTS/test_conformance/spir/
H A Dmain.cpp295 unsigned int tests_passed = 0; in test_suite() local
296 CounterEventHandler SuccE(tests_passed, number_of_tests); in test_suite()
312 std::cout << "PASSED " << tests_passed << " of " << number_of_tests << " tests.\n" << std::endl; in test_suite()
6074 unsigned int tests_passed = 0; in test_compile_and_link() local
6075 CounterEventHandler SuccE(tests_passed, linkageTests.size()); in test_compile_and_link()
6096 std::cout << "PASSED " << tests_passed << " of " << SuccE.TN << " tests.\n" << std::endl; in test_compile_and_link()
6099 return tests_passed == SuccE.TN; in test_compile_and_link()
6351 unsigned int tests_passed = 0; in test_enum_values() local
6352 CounterEventHandler SuccE(tests_passed, 0); in test_enum_values()
6404 std::cout << "PASSED " << tests_passed << " of " << SuccE.TN << " tests.\n" << std::endl; in test_enum_values()
[all …]
/aosp_15_r20/external/OpenCSD/decoder/tests/source/
H A Dmem_acc_test.cpp58 static int tests_passed = 0; variable
247 tests_passed += passed; in test_overlap_regions()
460 tests_passed += passed; in test_trcid_cache_mem_cb()
722 tests_passed += passed; in test_mem_spaces()
768 …oss << "\n*** Memory access tests complete.***\nPassed: " << tests_passed << "; Failed: " << tests… in main()
/aosp_15_r20/external/executorch/extension/benchmark/android/benchmark/
H A Dandroid-llm-device-farm-test-spec.yml39 TESTS_PASSED=$(grep "INSTRUMENTATION_STATUS_CODE: 0" $INSTRUMENT_LOG | wc -l);
67 elif [ $TESTS_PASSED -ne 0 ];
/aosp_15_r20/trusty/kernel/app/usercopytest/
H A Dusercopytest.c622 bool tests_passed;
633 tests_passed = RUN_ALL_TESTS();
637 return tests_passed;