Searched defs:pointsOfInterest (Results 1 - 3 of 3) sorted by relevance

/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.java130 List pointsOfInterest; field in class:GenerateResults
272 this.pointsOfInterest = new ArrayList();
274 this.pointsOfInterest.add(ids[j]);
944 ScenarioData data = new ScenarioData(this.baselinePrefix, this.pointsOfInterest, this.currentBuildPrefixes, this.outputDir);
H A DScenarioData.java48 private List pointsOfInterest; field in class:ScenarioData
60 * @param pointsOfInterest A list of buildId's to highlight on line graphs
65 public ScenarioData(String baselinePrefix, List pointsOfInterest, List buildIDPatterns, File outputDir) { argument
67 this.pointsOfInterest = pointsOfInterest;
223 if (this.pointsOfInterest != null) {
224 Iterator buildPrefixes = this.pointsOfInterest.iterator();
/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 59 milliseconds