OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getBuildDate
(Results
1 - 3
of
3
) 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/utils/
Util.java
85
return
getBuildDate
(s1).compareTo(
getBuildDate
(s2));
220
public static String
getBuildDate
(String buildName) {
221
return
getBuildDate
(buildName, DB_Results.getDbBaselinePrefix());
231
public static String
getBuildDate
(String buildName, String baselinePrefix) {
281
String buildDate =
getBuildDate
(buildName, DB_Results.getDbBaselinePrefix());
301
String buildDate =
getBuildDate
(buildName, DB_Results.getDbBaselinePrefix());
333
String buildDate =
getBuildDate
(buildName);
/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/
PerformanceResults.java
141
* Get the build date (see #
getBuildDate
(String, String)).
143
public String
getBuildDate
() {
146
return Util.
getBuildDate
(getName(), getBaselinePrefix());
544
this.needToUpdateLocalFile = this.name == null || Util.
getBuildDate
(this.name).compareTo(Util.
getBuildDate
(str)) > 0;
545
if (this.name != null && Util.
getBuildDate
(this.name).compareTo(Util.
getBuildDate
(str)) >= 0) {
664
if (this.lastBuildName == null || Util.
getBuildDate
(buildName).compareTo(Util.
getBuildDate
(this.lastBuildName)) <= 0) {
676
this.needToUpdateLocalFile = this.name == null || Util.
getBuildDate
(lastBuild).compareTo(Util.getBuildDate(this.name)) > 0
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
performanceui.jar
Completed in 25 milliseconds