OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:buildsview
(Results
1 - 6
of
6
) sorted by null
/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/
BuildsView.java
60
public class
BuildsView
extends 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
.this.shell, getTitleToolTip(), "Generate only fingerprints?")
[
all
...]
PerformanceResultsPerspective.java
55
topLeft.addView("org.eclipse.test.internal.performance.results.ui.
BuildsView
"); //NON-NLS-1
ComponentsView.java
99
PerformancesView
buildsView
;
306
if (this.
buildsView
== null) {
307
this.
buildsView
= (PerformancesView) getWorkbenchView("org.eclipse.test.internal.performance.results.ui.
BuildsView
");
309
return this.
buildsView
;
PerformanceResultsPreferencePage.java
89
private
BuildsView
buildsView
;
165
this.
buildsView
= (
BuildsView
) PerformancesView.getWorkbenchView("org.eclipse.test.internal.performance.results.ui.
BuildsView
");
166
if (this.
buildsView
== null) {
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
plugin.xml
39
class="org.eclipse.test.internal.performance.results.ui.
BuildsView
"
41
id="org.eclipse.test.internal.performance.results.ui.
BuildsView
"
performanceui.jar
Completed in 372 milliseconds