OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:last_build
(Results
1 - 5
of
5
) sorted by null
/external/chromium-trace/catapult/firefighter/update/common/buildbot/
builder.py
90
def
last_build
(self):
member in class:Builder
/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
118
static String
LAST_BUILD
;
121
if (
LAST_BUILD
!= null && element instanceof BuildResultsElement) {
123
return buildElement.isBefore(
LAST_BUILD
);
204
LAST_BUILD
= lastBuild == null || lastBuild.length() == 0 ? null : lastBuild;
222
if (
LAST_BUILD
!= null) {
223
if (!MessageDialog.openConfirm(PerformancesView.this.shell, getTitleToolTip(), "Only builds before "+
LAST_BUILD
+" will be taken into account!\nDo you want to continue?")) {
542
//
LAST_BUILD
= null;
546
//
LAST_BUILD
= newValue;
561
PerformancesView.this.results.readLocal(PerformancesView.this.dataDir, monitor,
LAST_BUILD
);
BuildsView.java
504
boolean sameLastBuild = (noLastBuild &&
LAST_BUILD
== null) || lastBuild.equals(
LAST_BUILD
);
515
LAST_BUILD
= noLastBuild ? null : lastBuild;
516
this.results.setLastBuildName(
LAST_BUILD
);
517
siblingView.results.setLastBuildName(
LAST_BUILD
);
/external/chromium-trace/catapult/experimental/buildbot/
buildbot.py
141
min_build = max(self.
last_build
- number_of_builds, -1)
142
return self._FetchBuilds(*xrange(self.
last_build
, min_build, -1))
164
min_build = max(self.
last_build
- count, -1)
165
for build_number in xrange(self.
last_build
, min_build, -1):
199
def
last_build
(self):
member in class:Builder
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
performanceui.jar
Completed in 242 milliseconds