HomeSort by relevance Sort by last modified time
    Searched defs:DB_LOCATION (Results 1 - 2 of 2) 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/db/
DB_Results.java 64 private static String DB_LOCATION;
96 if (DB_LOCATION == null) initDbContants();
97 return DB_LOCATION;
107 DB_LOCATION = dbLocation;
169 if (DB_CONNECTION != connected || DB_LOCATION == null || DB_NAME == null ||
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;
194 if (DB_LOCATION.startsWith("net:")) {
701 if (DB_LOCATION == null)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
performanceui.jar 

Completed in 32 milliseconds