Home
last modified time | relevance | path

Searched defs:total_tests (Results 1 – 8 of 8) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/
Dkselftest_module.h24 static inline int kstm_report(unsigned int total_tests, unsigned int failed_tests) in kstm_report()
/external/autotest/server/cros/chaos_lib/
Dchaos_parser.py104 def generate_percentage_string(self, passed_tests, total_tests): argument
/external/webrtc/third_party/gtest-parallel/
Dgtest-parallel123 total_tests = 0 variable in FilterFormat
/external/libvpx/libvpx/third_party/googletest/src/src/
Dgtest.cc3826 int total_tests = 0; in PrintXmlTestsList() local
4203 int total_tests = 0; in PrintJsonTestList() local
/external/mesa3d/src/gtest/src/
Dgtest.cc3930 int total_tests = 0; in PrintXmlTestsList() local
4320 int total_tests = 0; in PrintJsonTestList() local
/external/googletest/googletest/src/
Dgtest.cc4070 int total_tests = 0; in PrintXmlTestsList() local
4460 int total_tests = 0; in PrintJsonTestList() local
/external/libaom/libaom/third_party/googletest/src/googletest/src/
Dgtest.cc4004 int total_tests = 0; in PrintXmlTestsList() local
4374 int total_tests = 0; in PrintJsonTestList() local
/external/OpenCL-CTS/test_conformance/integer_ops/
Dtest_int_basic_ops.cpp821 …l_command_queue queue, int num_elements, ExplicitType type, int num, int *tests, int total_tests) { in run_multiple_tests()