Searched refs:scenarios (Results 1 - 14 of 14) 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 DComponentResults.java104 AbstractResults[] scenarios = getChildren();
105 int length = scenarios.length;
110 ScenarioResults scenarioResults = (ScenarioResults) scenarios[i];
130 ScenarioResults scenarioResults = (ScenarioResults) scenarios[j];
207 private ScenarioResults getScenarioResults(List scenarios, int searchedId) { argument
208 int size = scenarios.size();
210 ScenarioResults scenarioResults = (ScenarioResults) scenarios.get(i);
227 List scenarios = new ArrayList(size);
234 scenarios.add(scenarioResults);
238 return scenarios;
268 readLocalFile(File dir, List scenarios) argument
324 updateBuild(String buildName, List scenarios, boolean force, File dataDir, SubMonitor subMonitor, PerformanceResults.RemainingTimeGuess timeGuess) argument
[all...]
H A DPerformanceResults.java159 * Get the scenarios of a given component.
171 * Get the scenarios which have a summary for a given component.
180 List scenarios = new ArrayList();
183 scenarios.addAll(componentResults.getSummaryScenarios(true, config));
185 return scenarios;
359 // Read all scenarios
391 List scenarios = this.allScenarios == null ? null : (List) this.allScenarios.get(componentName);
408 if (scenarios == null && !local) continue;
424 componentResults.readLocalFile(dataDir, scenarios);
434 componentResults.updateBuild(buildName, scenarios, forc
[all...]
H A DDB_Results.java688 * Returns all the scenarios names read from the database.
690 * @return The list of all scenarios matching the pattern for a given build.
720 * Get all scenarios read from database.
729 * Get all scenarios read from database matching a given pattern.
730 * Note that all scenarios are returned if the pattern is <code>null</code>.
732 * @param scenarioPattern The pattern of the requested scenarios
733 * @return A map of all scenarios matching the given pattern.
734 * The map keys are component names and values are the scenarios list for
743 * Get all scenarios read from database matching a given pattern.
744 * Note that all scenarios ar
[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 DScenarioStatusTable.java46 List scenarios = performanceResults.getComponentScenarios(this.component);
47 int size = scenarios.size();
54 this.stream.print(computeSize(scenarios));
55 this.stream.print(" scenarios</h4></td>\n");
61 ScenarioResults scenarioResults = (ScenarioResults) scenarios.get(i);
89 private int computeSize(List scenarios) { argument
90 int size = scenarios.size();
93 ScenarioResults scenarioResults = (ScenarioResults) scenarios.get(i);
H A DFingerPrint.java110 List scenarios = performanceResults.getComponentSummaryScenarios(this.component, configName);
111 if (scenarios == null) continue;
118 for (int i=0, size=scenarios.size(); i<size; i++) {
119 ScenarioResults scenarioResults = (ScenarioResults) scenarios.get(i);
H A DScenarioData.java215 Iterator scenarios = componentResults.getResults();
216 while (scenarios.hasNext()) {
218 ScenarioResults scenarioResults = (ScenarioResults) scenarios.next();
404 Iterator scenarios = componentResults.getResults();
405 while (scenarios.hasNext()) {
406 ScenarioResults scenarioResults = (ScenarioResults) scenarios.next();
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/model/
H A DComponentResultsElement.java149 * Get the list of the scenarios results from the model. Put only fingerprint ones if specified.
151 * @param fingerprint Tell whether only fingerprint scenarios are expected or not.
158 List scenarios = new ArrayList();
164 scenarios.add(scenarioResults);
168 return scenarios;
172 * Get the list of the scenarios names. Put only fingerprint ones if specified.
174 * @param fingerprint Tell whether only fingerprint scenarios are expected or not.
180 AbstractResults[] scenarios = this.results.getChildren();
181 int length = scenarios.length;
183 ScenarioResults scenarioResults = (ScenarioResults) scenarios[
[all...]
/external/chromium_org/third_party/skia/platform_tools/android/tests/expectations/
H A DAndroid.mk17 # There are a few scenarios where this comes into play:
/external/skia/platform_tools/android/tests/expectations/
H A DAndroid.mk17 # There are a few scenarios where this comes into play:
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
H A Dperformanceui.jar ... componentName String config int size java.util.List scenarios int i org.eclipse.test.internal. ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/
H A DConfigTab.java322 // Store first information line which are the scenarios full names
327 Object[] scenarios = this.results.getChildren(null);
328 ConfigResultsElement[] configs = new ConfigResultsElement[scenarios.length];
369 ScenarioResultsElement scenarioResultsElement = (ScenarioResultsElement) scenarios[col-1];
/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/skia/
H A DAndroid.mk17 # There are a few scenarios where this comes into play:
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Tools.pas343 /// scenarios, we use simple linear search here.

Completed in 353 milliseconds