HomeSort by relevance Sort by last modified time
    Searched refs:buildDate (Results 1 - 9 of 9) 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/
ConfigResults.java 87 String buildDate = Util.getBuildDate(buildName);
90 if (buildResults.isBaseline() && buildResults.getDate().compareTo(buildDate) < 0) {
156 String buildDate = Util.getBuildDate(buildName);
161 if (buildName == null || buildResults.getDate().compareTo(buildDate) <= 0) {
557 String buildDate = buildResults.getDate();
560 return ((currentBuildDate == null || buildDate.compareTo(currentBuildDate) <= 0) &&
561 (baselineBuildDate == null || buildDate.compareTo(baselineBuildDate) <= 0));
DB_Results.java 661 String buildDate = build.substring(build.indexOf('_')+1);
662 if (buildDate.compareTo(date) < 0) {
    [all...]
PerformanceResults.java 754 String buildDate = Util.getBuildDate(getName());
755 this.baselineName = DB_Results.getLastBaselineBuild(buildDate);
  /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 281 String buildDate = getBuildDate(buildName, DB_Results.getDbBaselinePrefix());
283 int start = MILESTONES[i].indexOf(buildDate);
301 String buildDate = getBuildDate(buildName, DB_Results.getDbBaselinePrefix());
303 int start = MILESTONES[i].indexOf(buildDate);
333 String buildDate = getBuildDate(buildName);
336 if (milestoneDate.compareTo(buildDate) > 0) {
  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
timeline_explorer.js 54 var buildDate = new Date(resultsForBuilder[results.TIMESTAMPS][i] * 1000);
55 g_buildIndicesByTimestamp[buildDate.getTime()] = i;
129 var buildDate = new Date(resultsForBuilder[results.TIMESTAMPS][i] * 1000);
137 graphData.push([buildDate, failureCount]);
142 x: buildDate,
212 var buildDate = new Date(resultsForBuilder[results.TIMESTAMPS][g_currentBuildIndex] * 1000);
213 var domCoords = dygraph.toDomCoords(buildDate, 0);
  /external/chromium_org/chrome/browser/resources/help/
help.js 405 * @param {string} buildDate The date of the build.
408 setBuildDate_: function(buildDate) {
410 $('build-date').textContent = buildDate;
514 HelpPage.setBuildDate = function(buildDate) {
515 HelpPage.getInstance().setBuildDate_(buildDate);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/model/
BuildResultsElement.java 154 String buildDate = Util.getBuildDate(element.name);
155 return Util.getBuildDate(this.name).compareTo(buildDate);
  /packages/apps/Mms/src/com/android/mms/transaction/
SmsReceiverService.java 627 Calendar buildDate = new GregorianCalendar(2011, 8, 18); // 18 Sep 2011
632 if (nowDate.before(buildDate)) {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
performanceui.jar 

Completed in 725 milliseconds