Home
last modified time | relevance | path

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

/cts/common/device-side/nativetesthelper/jni/
Dgtest_wrapper.cpp102 … for (int testCaseIndex = 0; testCaseIndex < unitTest.total_test_case_count(); testCaseIndex++) { in OnTestProgramEnd() local
103 auto testCase = unitTest.GetTestCase(testCaseIndex); in OnTestProgramEnd()
165 … for (int testCaseIndex = 0; testCaseIndex < unitTest->total_test_case_count(); testCaseIndex++) { in Java_com_android_gtestrunner_GtestRunner_nInitialize() local
166 auto testCase = unitTest->GetTestCase(testCaseIndex); in Java_com_android_gtestrunner_GtestRunner_nInitialize()