Home
last modified time | relevance | path

Searched refs:NETWORK_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/
DIPerformancesConstants.java51 public static final String NETWORK_DATABASE_LOCATION = "net://minsky.ottawa.ibm.com:1528"; field
/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/
DPerformanceResultsPreferenceInitializer.java41 defaultPreferences.put(PRE_DATABASE_LOCATION, IPerformancesConstants.NETWORK_DATABASE_LOCATION); in initializeDefaultPreferences()
DPerformanceResultsPreferencePage.java583 this.dbRelengRadioButton.setToolTipText(NETWORK_DATABASE_LOCATION); in initializeValues()
951 store.setValue(PRE_DATABASE_LOCATION, NETWORK_DATABASE_LOCATION); in storeValues()
1207 this.dbRelengRadioButton.setToolTipText(NETWORK_DATABASE_LOCATION); in updateLocalDb()
DBuildsView.java491 …et(IPerformancesConstants.PRE_DATABASE_LOCATION, IPerformancesConstants.NETWORK_DATABASE_LOCATION); in resetView()
DPerformancesView.java191 …et(IPerformancesConstants.PRE_DATABASE_LOCATION, IPerformancesConstants.NETWORK_DATABASE_LOCATION); in PerformancesView()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/
DDB_Results.java170 …tabaseLocation == null && !DB_LOCATION.equals(IPerformancesConstants.NETWORK_DATABASE_LOCATION)) || in updateDbConstants()
175 …DB_LOCATION = databaseLocation == null ? IPerformancesConstants.NETWORK_DATABASE_LOCATION : databa… in updateDbConstants()