OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:databaselocation
(Results
1 - 5
of
5
) 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/
PerformancesView.java
191
String
databaseLocation
= this.preferences.get(IPerformancesConstants.PRE_DATABASE_LOCATION, IPerformancesConstants.NETWORK_DATABASE_LOCATION);
193
DB_Results.updateDbConstants(connected, eclipseVersion,
databaseLocation
);
515
// String
databaseLocation
= this.preferences.get(IPerformancesConstants.PRE_DATABASE_LOCATION, IPerformancesConstants.NETWORK_DATABASE_LOCATION);
517
// DB_Results.updateDbConstants(connected, eclipseVersion,
databaseLocation
);
533
// String
databaseLocation
= this.preferences.get(IPerformancesConstants.PRE_DATABASE_LOCATION, IPerformancesConstants.NETWORK_DATABASE_LOCATION);
534
// DB_Results.updateDbConstants(connected, eclipseVersion,
databaseLocation
);
BuildsView.java
491
String
databaseLocation
= this.preferences.get(IPerformancesConstants.PRE_DATABASE_LOCATION, IPerformancesConstants.NETWORK_DATABASE_LOCATION);
498
System.out.println(" - db location = "+
databaseLocation
);
503
final boolean sameDB = sameVersion &&
databaseLocation
.equals(DB_Results.getDbLocation());
535
boolean updated = DB_Results.updateDbConstants(connected, eclipseVersion,
databaseLocation
);
549
DB_Results.updateDbConstants(false, eclipseVersion,
databaseLocation
);
PerformanceResultsPreferencePage.java
820
final String
databaseLocation
= this.databaseLocationCombo.getText();
821
char version =
databaseLocation
.charAt(
databaseLocation
.length()-1);
[
all
...]
/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/
DB_Results.java
164
* @param
databaseLocation
The database location.
168
public static boolean updateDbConstants(boolean connected, int eclipseVersion, String
databaseLocation
) {
170
((
databaseLocation
== null && !DB_LOCATION.equals(IPerformancesConstants.NETWORK_DATABASE_LOCATION)) ||
171
!DB_LOCATION.equals(
databaseLocation
)) ||
175
DB_LOCATION =
databaseLocation
== null ? IPerformancesConstants.NETWORK_DATABASE_LOCATION :
databaseLocation
;
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
performanceui.jar
Completed in 139 milliseconds