Home
last modified time | relevance | path

Searched refs:test_count (Results 1 – 4 of 4) sorted by relevance

/system/nvram/core/tests/
Dgtest_stubs.cpp26 int test_count = 0; in RunAllTests() local
34 ++test_count; in RunAllTests()
39 fprintf(stderr, "Ran %d tests, %d failures.\n", test_count, test_failures); in RunAllTests()
/system/bt/gd/security/cert/
Dsecurity_test.py204 test_count = len(self.io_capabilities) * len(self.auth_reqs) * len(self.oob_present) * len(
206 logging.info("Loading %d test combinations" % test_count)
217 logging.info("Running test %d of %d" % (i, test_count))
/system/testing/gtest_extras/
DIsolate.cpp110 size_t test_count = 0; in EnumerateTests() local
112 test_count = options_.shard_index() + 1; in EnumerateTests()
150 if (!sharded || --test_count == 0) { in EnumerateTests()
160 test_count = total_shards; in EnumerateTests()
/system/security/keystore/
Dkeystore_cli_v2.cpp232 int test_count = 0; in BrilloPlatformTest() local
245 ++test_count; in BrilloPlatformTest()