• Home
  • Raw
  • Download

Lines Matching refs:testList

64                    test_definition testList[], int forceNoContextCreation,  in runTestHarness()  argument
67 return runTestHarnessWithCheck(argc, argv, testNum, testList, in runTestHarness()
93 test_definition testList[], in runTestHarnessWithCheck() argument
203 log_info("\t%s\n", testList[i].name); in runTestHarnessWithCheck()
519 testList, forceNoContextCreation, in runTestHarnessWithCheck()
530 static int find_matching_tests(test_definition testList[], in find_matching_tests() argument
539 if ((!isWildcard && strcmp(testList[i].name, argument) == 0) in find_matching_tests()
541 && strncmp(testList[i].name, argument, wildcard_length) == 0)) in find_matching_tests()
546 testList[i].name); in find_matching_tests()
549 else if (testList[i].func == NULL) in find_matching_tests()
552 testList[i].name); in find_matching_tests()
578 test_definition testList[], in saveResultsToJson() argument
604 testList[i].name, result_map[(int)resultTestList[i]]); in saveResultsToJson()
653 test_definition testList[], in parseAndCallCommandLineTests() argument
674 ret = find_matching_tests(testList, selectedTestList, testNum, in parseAndCallCommandLineTests()
686 ret = find_matching_tests(testList, selectedTestList, in parseAndCallCommandLineTests()
703 callTestFunctions(testList, selectedTestList, resultTestList, testNum, in parseAndCallCommandLineTests()
713 ret = saveResultsToJson(filename, argv[0], testList, in parseAndCallCommandLineTests()
738 void callTestFunctions(test_definition testList[], in callTestFunctions() argument
750 testList[i], deviceToUse, forceNoContextCreation, in callTestFunctions()