Home
last modified time | relevance | path

Searched refs:num_tests (Results 1 – 2 of 2) sorted by relevance

/ndk/sources/android/support/tests/minitest/
Dminitest.cc187 unsigned num_tests = 0; in main() local
191 num_tests += 1; in main()
207 printf("tests completed: %d\n", num_tests); in main()
208 printf("tests passed: %d\n", num_tests - num_failures); in main()
/ndk/sources/third_party/googletest/googletest/test/
Dgtest_unittest.cc1892 const int num_tests = 17; in TEST() local
1896 for (int test_id = 0; test_id < num_tests; test_id++) { in TEST()
1914 for (int test_id = 0; test_id < num_tests; test_id++) { in TEST()
1918 EXPECT_GE(num_tests_on_shard, num_tests / num_shards); in TEST()