Home
last modified time | relevance | path

Searched refs:tests_passed (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/lite/micro/testing/
Dmicro_test.h62 extern int tests_passed;
83 int tests_passed; \
90 micro_test::tests_passed = 0; \
95 MicroPrintf("%d/%d tests passed", micro_test::tests_passed, \
96 (micro_test::tests_failed + micro_test::tests_passed)); \
112 micro_test::tests_passed += (micro_test::did_test_fail) ? 0 : 1, \
/external/toolchain-utils/crosperf/
Ddownload_images_buildid_test.py39 self.tests_passed = 0
51 print('Tests passed: %d' % self.tests_passed)
89 self.tests_passed = self.tests_passed + 1
/external/markdown/MarkdownTest/
DMarkdownTest.pl41 my $tests_passed = 0;
79 $tests_passed++;
88 print "$tests_passed passed; $tests_failed failed.\n";
/external/OpenCL-CTS/test_conformance/spir/
Dmain.cpp327 unsigned int tests_passed = 0; in test_suite() local
328 CounterEventHandler SuccE(tests_passed, number_of_tests); in test_suite()
344 std::cout << "PASSED " << tests_passed << " of " << number_of_tests << " tests.\n" << std::endl; in test_suite()
6106 unsigned int tests_passed = 0; in test_compile_and_link() local
6107 CounterEventHandler SuccE(tests_passed, linkageTests.size()); in test_compile_and_link()
6128 std::cout << "PASSED " << tests_passed << " of " << SuccE.TN << " tests.\n" << std::endl; in test_compile_and_link()
6131 return tests_passed == SuccE.TN; in test_compile_and_link()
6383 unsigned int tests_passed = 0; in test_enum_values() local
6384 CounterEventHandler SuccE(tests_passed, 0); in test_enum_values()
6436 std::cout << "PASSED " << tests_passed << " of " << SuccE.TN << " tests.\n" << std::endl; in test_enum_values()
[all …]
/external/llvm-project/clang/utils/analyzer/
DSATestBuild.py774 tests_passed = True
826 tests_passed = False
831 tests_passed = False
836 return tests_passed
DSATest.py47 tests_passed = tester.test_all()
49 if not tests_passed: