HomeSort by relevance Sort by last modified time
    Searched defs:milestone (Results 1 - 10 of 10) sorted by null

  /packages/apps/Dialer/InCallUI/src/com/android/incallui/async/
PausableExecutor.java 25 * should call {@link #milestone()} at points in the code where the state of the system is worthy of
27 * milestone through the use of {@link #ackMilestoneForTesting()}.
37 void milestone(); method in interface:PausableExecutor
41 * system at the current milestone has been sufficiently tested. Every milestone must be
49 * milestones. Future calls to {@link #milestone()} or {@link #awaitMilestoneForTesting()}
56 * Method called from the test code to block until a milestone has been reached in the
PausableExecutorImpl.java 27 public void milestone() {} method in class:PausableExecutorImpl
  /packages/apps/Dialer/InCallUI/tests/src/com/android/incallui/async/
SingleProdThreadExecutor.java 36 public synchronized void milestone() { method in class:SingleProdThreadExecutor
  /packages/apps/Dialer/InCallUI/src/com/android/incallui/ringtone/
InCallTonePlayer.java 117 mExecutor.milestone();
121 mExecutor.milestone();
133 mExecutor.milestone();
  /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 138 boolean milestone; field in class:BuildResultsElement
309 this.milestone = Util.isMilestone(getName());
310 this.important = this.milestone || Util.getNextMilestone(this.name) == null;
334 * This is the case for milestone builds or for the last builds.
343 * Returns whether the build is a milestone one or not.
348 return this.milestone;
  /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 260 * Returns the date of the milestone corresponding at the given index.
262 * @param index The index of the milestone
273 * Returns the milestone matching the given build name.
276 * @return The milestone as a string (e.g. M1)
293 * Returns the name the milestone matching the given build name.
296 * @return The milestone name as a string (e.g. M1)
313 * Returns whether the given build name is a milestone or not.
316 * @return <code>true</code> if the build name matches a milestone one,
324 * Returns the name of the milestone which run after the given build name
325 * or <code>null</code> if there's no milestone since the build has run
544 String milestone = preferences.get(prefix + index, null); local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
bugTools.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_bugzilla/org/eclipse/releng/services/bugzilla/
UpdateBugStateTask.java 189 private String milestone; field in class:UpdateBugStateTask
210 milestone = EMPTY;
311 milestone = m;
330 if (!bugList.equals(EMPTY) && endDate.equals(EMPTY) && milestone.equals(EMPTY) && product.equals(EMPTY))
360 (!milestone.equals(EMPTY) ? milestone + SP : EMPTY) +
367 + URL_CHFIELDTO + urlEncode(endDate) + URL_TARGET_MILESTONE + urlEncode(milestone) + CTYPE_RDF;
  /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/
PerformanceResultsPreferencePage.java 228 this.milestonesCombo.setToolTipText("Enter the date of the milestone as yyyymmddHHMM");
543 String milestone = store.getDefaultString(prefix + "0"); local
545 while (milestone != null && milestone.length() > 0) {
546 this.milestonesCombo.add(milestone);
547 milestone = store.getDefaultString(prefix + ++index);
611 String milestone = store.getString(prefix + index); local
612 while (milestone != null && milestone.length() > 0) {
613 this.milestonesCombo.add(milestone);
756 String milestone = milestoneDate.substring(milestoneDate.indexOf('-')+1); local
867 final String milestone = milestoneName + "-" + milestoneDate; local
1016 String milestone = store.getString(prefix + count); local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
performanceui.jar 

Completed in 1882 milliseconds