Searched refs:PRE_DATABASE_LOCATION (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/utils/
H A DIPerformancesConstants.java30 public static final String PRE_DATABASE_LOCATION = PREFIX + "database.location"; //$NON-NLS-1$ field in interface:IPerformancesConstants
/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 DPerformanceResultsPreferenceInitializer.java41 defaultPreferences.put(PRE_DATABASE_LOCATION, IPerformancesConstants.NETWORK_DATABASE_LOCATION);
H A DPerformanceResultsPreferencePage.java522 this.databaseLocationCombo.setText(store.getDefaultString(PRE_DATABASE_LOCATION));
586 this.databaseLocationCombo.setText(store.getString(PRE_DATABASE_LOCATION));
588 String history = store.getString(PRE_DATABASE_LOCATION + "." + i);
949 store.setValue(PRE_DATABASE_LOCATION, location);
951 store.setValue(PRE_DATABASE_LOCATION, NETWORK_DATABASE_LOCATION);
968 store.setValue(PRE_DATABASE_LOCATION+"."+i, item);
970 while (store.getString(PRE_DATABASE_LOCATION+"."+i).length() > 0) {
971 store.setToDefault(PRE_DATABASE_LOCATION+"."+i);
H A DPerformancesView.java191 String databaseLocation = this.preferences.get(IPerformancesConstants.PRE_DATABASE_LOCATION, IPerformancesConstants.NETWORK_DATABASE_LOCATION);
515 // String databaseLocation = this.preferences.get(IPerformancesConstants.PRE_DATABASE_LOCATION, IPerformancesConstants.NETWORK_DATABASE_LOCATION);
522 if (propertyName.equals(IPerformancesConstants.PRE_DATABASE_LOCATION)) {
533 // String databaseLocation = this.preferences.get(IPerformancesConstants.PRE_DATABASE_LOCATION, IPerformancesConstants.NETWORK_DATABASE_LOCATION);
H A DBuildsView.java491 String databaseLocation = this.preferences.get(IPerformancesConstants.PRE_DATABASE_LOCATION, IPerformancesConstants.NETWORK_DATABASE_LOCATION);
/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 418 milliseconds