Searched defs:scenarioPattern (Results 1 - 6 of 6) sorted by relevance

/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/
H A DSQL_Results.java98 * @param scenarioPattern The pattern for all the concerned scenarios
102 ResultSet queryBuildAllScenarios(String scenarioPattern) throws SQLException { argument
109 this.queryBuildAllScenarios.setString(1, scenarioPattern);
117 * @param scenarioPattern The pattern for all the concerned scenarios
122 ResultSet queryBuildScenarios(String scenarioPattern, String buildName) throws SQLException { argument
131 this.queryBuildScenarios.setString(2, scenarioPattern);
H A DPerformanceResults.java48 private String scenarioPattern = "%"; //$NON-NLS-1$ field in class:PerformanceResults
472 this.scenarioPattern = pattern == null ? "%" : pattern; //$NON-NLS-1$
621 this.allScenarios = DB_Results.queryAllScenarios(this.scenarioPattern, buildName);
776 if (this.scenarioPattern == null) {
777 this.scenarioPattern = "%"; //$NON-NLS-1$
H A DDB_Results.java732 * @param scenarioPattern The pattern of the requested scenarios
737 static Map queryAllScenarios(String scenarioPattern) { argument
738 String pattern = scenarioPattern==null ? "%" : scenarioPattern; //$NON-NLS-1$
746 * @param scenarioPattern The pattern of the requested scenarios
750 static Map queryAllScenarios(String scenarioPattern, String buildName) { argument
751 return getDefault().internalQueryBuildScenarios(scenarioPattern, buildName);
1034 private Map internalQueryBuildScenarios(String scenarioPattern, String buildName) { argument
1039 if (scenarioPattern != null) DEBUG_WRITER.print(" with pattern "+scenarioPattern); //
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
H A DGenerateResults.java101 * This field is set using <b>-scenarioPattern</b> argument.
110 String scenarioPattern; field in class:GenerateResults
409 this.scenarioPattern= args[i + 1];
410 if (this.scenarioPattern.startsWith("-")) {
414 buffer.append(" ").append(arg).append(" = ").append(this.scenarioPattern).append('\n');
1040 this.performanceResults.readAll(buildName, this.configDescriptors, this.scenarioPattern, this.dataDir, this.failure_threshold, null);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.test.performance_3.6.0.v20091014.jarMETA-INF/MANIFEST.MF plugin.properties about.html scripts/cs.sh scripts/derby. ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
H A Dperformanceui.jarMETA-INF/MANIFEST.MF .project about.html plugin.xml build.properties images/FAIL ...

Completed in 204 milliseconds