Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_common/harness/
DtestHarness.cpp580 test_status resultTestList[], int testNum) in saveResultsToJson() argument
604 testList[i].name, result_map[(int)resultTestList[i]]); in saveResultsToJson()
661 test_status *resultTestList = NULL; in parseAndCallCommandLineTests() local
700 resultTestList = in parseAndCallCommandLineTests()
701 (test_status *)calloc(testNum, sizeof(*resultTestList)); in parseAndCallCommandLineTests()
703 callTestFunctions(testList, selectedTestList, resultTestList, testNum, in parseAndCallCommandLineTests()
714 selectedTestList, resultTestList, testNum); in parseAndCallCommandLineTests()
717 if (std::any_of(resultTestList, resultTestList + testNum, in parseAndCallCommandLineTests()
733 free(resultTestList); in parseAndCallCommandLineTests()
740 test_status resultTestList[], int testNum, in callTestFunctions() argument
[all …]
DtestHarness.h136 test_status resultTestList[], int testNum,