Searched defs:BuildsView (Results 1 - 2 of 2) 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/ui/
H A DBuildsView.java60 public class BuildsView extends PerformancesView { class in inherits:PerformancesView
71 String resultGenerationDir = BuildsView.this.preferences.get(IPerformancesConstants.PRE_RESULTS_GENERATION_DIR, "");
72 String pathFilter = (BuildsView.this.outputDir == null) ? resultGenerationDir : BuildsView.this.outputDir.getPath();
77 BuildsView.this.outputDir = dir;
78 BuildsView.this.preferences.put(IPerformancesConstants.PRE_RESULTS_GENERATION_DIR, dir.getAbsolutePath());
81 String[] baselines = BuildsView.this.results.getBaselines();
87 selectedBaseline = BuildsView.this.results.getPerformanceResults().getBaselineName();
109 BuildsView.this.results.getPerformanceResults().setBaselineName(baselineName);
112 final boolean fingerprints = MessageDialog.openQuestion(BuildsView
295 public BuildsView() { method in class:BuildsView
[all...]
/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 121 milliseconds