Home
last modified time | relevance | path

Searched refs:PRE_DATABASE_LOCATION (Results 1 – 5 of 5) 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/
DPerformanceResultsPreferencePage.java522 this.databaseLocationCombo.setText(store.getDefaultString(PRE_DATABASE_LOCATION)); in initializeDefaults()
586 this.databaseLocationCombo.setText(store.getString(PRE_DATABASE_LOCATION)); in initializeValues()
588 String history = store.getString(PRE_DATABASE_LOCATION + "." + i); in initializeValues()
949 store.setValue(PRE_DATABASE_LOCATION, location); in storeValues()
951 store.setValue(PRE_DATABASE_LOCATION, NETWORK_DATABASE_LOCATION); in storeValues()
968 store.setValue(PRE_DATABASE_LOCATION+"."+i, item); in storeValues()
970 while (store.getString(PRE_DATABASE_LOCATION+"."+i).length() > 0) { in storeValues()
971 store.setToDefault(PRE_DATABASE_LOCATION+"."+i); in storeValues()
DPerformanceResultsPreferenceInitializer.java41 defaultPreferences.put(PRE_DATABASE_LOCATION, IPerformancesConstants.NETWORK_DATABASE_LOCATION); in initializeDefaultPreferences()
DPerformancesView.java191 …String databaseLocation = this.preferences.get(IPerformancesConstants.PRE_DATABASE_LOCATION, IPerf… in PerformancesView()
522 if (propertyName.equals(IPerformancesConstants.PRE_DATABASE_LOCATION)) { in preferenceChange()
DBuildsView.java491 …String databaseLocation = this.preferences.get(IPerformancesConstants.PRE_DATABASE_LOCATION, IPerf… in resetView()
/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/
DIPerformancesConstants.java30 public static final String PRE_DATABASE_LOCATION = PREFIX + "database.location"; //$NON-NLS-1$ field