Home
last modified time | relevance | path

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

/art/test/testrunner/
Dtestrunner.py122 test_count = 0 variable
539 global test_count
549 test_count += 1
550 percent = (test_count * 100) / total_test_count
553 test_count,