Lines Matching +full:runs +full:- +full:on

11  *   http://www.apache.org/licenses/LICENSE-2.0
14 * software distributed under the License is distributed on an
39 * This is the Office-API specific DescGetter<br>
42 * -o sw.SwXBodyText<br>
43 * runs the module test of <B>Sw.SwXBodyText</B><br>
45 * -o sw.SwXBodyText::com::sun::star::text::Text<br>
46 * runs only the interface test <B>com.sun.star.textText</B> of the module <B>Sw.SwXBodyText</B><br>
48 * -o sw.SwXBodyText::com::sun::star::text::Text,com::sun::star::text::XSimpleText<br>
49 …* runs only the interfaces test <B>com.sun.star.textText</B> and <B>com.sun.star.text.XSimpleText<…
51 * -p sw<br>
52 * runs all modules of the project <B>sw</B><br>
54 * -p listall<br>
57 * -sce SCENARIO_FILE<br>
58 * A scenario file is a property file which could contain <B>-o</B> and <B>-p</B> properties<br>
60 * -sce sw.SwXBodyText,sw.SwXBookmark<br>
61 * runs the module test of <B>Sw.SwXBodyText</B> and <B>sw.SwXBookmark</B><br>
72 * @param debug if true some debug information is displayed on standard out
78 if (job.startsWith("-o")) in getDescriptionFor()
139 if (job.startsWith("-p")) in getDescriptionFor()
162 if (job.startsWith("-sce")) in getDescriptionFor()
297 … String ifc_name = ""; // = line.substring(line.indexOf(";") + 2, line.lastIndexOf(";") - 1); in getSubEntries()
298 … String meth_name = ""; // = line.substring(line.lastIndexOf(";") + 2, line.length() - 1); in getSubEntries()
318 … // String ifc_name = line.substring(line.indexOf(";") + 2, line.lastIndexOf(";") - 1); in getSubEntries()
319 // String meth_name = line.substring(line.lastIndexOf(";") + 2, line.length() - 1); in getSubEntries()
537 if (dotindex == -1) in getFromClassPath()
545 if (aEntry.indexOf(".uno") == -1) in getFromClassPath()
596 if ((entry.lastIndexOf(sStartModule) != -1) && in getFromClassPath()
656 if (dotindex == -1) in getFromDirectory()
665 if (entry.indexOf(".uno") == -1) in getFromDirectory()
836 toAdd = "-o " + modules[i] + "." + toAdd; in getScenarioFromDirectory()
904 scenarioList.add("-o " + module + "." + in getScenarioFromClassPath()
933 full = full.substring(0, full.length() - 4); in getComponentForString()