Home
last modified time | relevance | path

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

/bionic/tests/
Dgtest_main.cpp301 size_t test_count = 0; in OnTestIterationStartPrint() local
303 test_count += testcase.TestCount(); in OnTestIterationStartPrint()
307 test_count, (test_count == 1) ? "test" : "tests", in OnTestIterationStartPrint()
370 size_t test_count = 0; in OnTestIterationEndPrint() local
374 test_count += testcase.TestCount(); in OnTestIterationEndPrint()
395 printf("%zu %s from %zu %s ran.", test_count, (test_count == 1) ? "test" : "tests", in OnTestIterationEndPrint()
/bionic/libc/kernel/uapi/linux/
Dcyclades.h111 __u32 test_count; member