Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_common/harness/
DtestHarness.cpp531 unsigned char selectedTestList[], int testNum, in find_matching_tests() argument
543 if (selectedTestList[i]) in find_matching_tests()
557 selectedTestList[i] = 1; in find_matching_tests()
579 unsigned char selectedTestList[], in saveResultsToJson() argument
601 if (selectedTestList[i]) in saveResultsToJson()
660 unsigned char *selectedTestList = (unsigned char *)calloc(testNum, 1); in parseAndCallCommandLineTests() local
666 memset(selectedTestList, 1, testNum); in parseAndCallCommandLineTests()
674 ret = find_matching_tests(testList, selectedTestList, testNum, in parseAndCallCommandLineTests()
681 memset(selectedTestList, 1, testNum); in parseAndCallCommandLineTests()
686 ret = find_matching_tests(testList, selectedTestList, in parseAndCallCommandLineTests()
[all …]
DtestHarness.h135 unsigned char selectedTestList[],