Home
last modified time | relevance | path

Searched refs:test_count (Results 1 – 5 of 5) 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/media/alsa_utils/
Dalsa_device_profile.c348 const unsigned test_count = std_channel_counts[index]; in profile_enum_channel_counts() local
350 if (test_count <= FCC_LIMIT) { in profile_enum_channel_counts()
351 if (test_count >= min && test_count <= max /* && in profile_enum_channel_counts()
353 profile->channel_counts[num_counts++] = test_count; in profile_enum_channel_counts()
356 std_channel_counts[max_allowed_index] < test_count) { in profile_enum_channel_counts()
/system/testing/gtest_extras/
DIsolate.cpp110 uint64_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/extras/simpleperf/scripts/test/
Ddo_test.py362 def test_count(self) -> int: member in TestSummary
475 test_count = sum(len(test_proc.tests) for test_proc in test_procs)
511 total_test_count = test_manager.test_summary.test_count
/system/security/keystore/
Dkeystore_cli_v2.cpp693 int test_count = 0; in BrilloPlatformTest() local
706 ++test_count; in BrilloPlatformTest()