Lines Matching refs:checkModules
234 String[] checkModules; in getAllModuleCommand() local
237 checkModules = getCheckModuleCommand(names); in getAllModuleCommand()
239 return checkModules; in getAllModuleCommand()
244 String[] checkModules; in getCheckModuleCommand() local
245 checkModules = new String[names.length]; in getCheckModuleCommand()
252 … checkModules[i] = "checkModule(" + names[i].substring(0, names[i].indexOf(".")) + ")"; in getCheckModuleCommand()
256 checkModules[i] = "checkModule(" + names[i] + ")"; in getCheckModuleCommand()
259 return checkModules; in getCheckModuleCommand()
304 String[] checkModules; in getCwsModuleCommand() local
342 checkModules = getCheckModuleCommand(names); in getCwsModuleCommand()
344 return checkModules; in getCwsModuleCommand()
349 String[] checkModules = null; in getDefinedModuleCommand() local
354 checkModules = new String[names.length]; in getDefinedModuleCommand()
367 checkModules[i] = "checkModule(" + moduleName + ")"; in getDefinedModuleCommand()
380 checkModules = new String[] in getDefinedModuleCommand()
386 return checkModules; in getDefinedModuleCommand()
540 String[] checkModules; in module() local
551 checkModules = getAllModuleCommand(); in module()
555 checkModules = getCwsModuleCommand(); in module()
560 checkModules = getDefinedModuleCommand(module); in module()
563 if (checkModules != null && checkModules.length > 0) in module()
566 …desc.createTestDesc("complex.unoapi.CheckModuleAPI", "complex.unoapi.CheckModuleAPI", checkModules, in module()