HomeSort by relevance Sort by last modified time
    Searched full:milestone (Results 1 - 25 of 35) sorted by null

1 2

  /frameworks/compile/mclinker/docs/
DesignNote 3 1st Milestone:
  /docs/source.android.com/src/source/
overview.md 28 Android 4.0 corresponded to the "IceCreamSandwich" milestone branch, and has an API level of 14.
32 Android 2.3 corresponded to the "Gingerbread" milestone branch, and has an API level of 9.
37 Android 2.2 corresponded to the "FroYo" milestone branch, and has an API level of 8.
41 Android 2.1 corresponded to the "Eclair" milestone branch, and has an API level of 7.
53 Android 1.6 corresponded to the "Donut" milestone branch, and has an API level of 4.
57 Android 1.5 corresponded to the "Cupcake" milestone branch, and has an API
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_bugzilla/
updateBugState.xml 18 milestone, product and resolution correspond to the Bugzilla items of the same name
29 if you specify this, you cannot specify milestone or product
46 milestone - optional, only query for bugs that have this milestone
72 2. find all bugs from product EMF targetted for milestone "2.2" which are in the ASSIGNED state;
78 resolution="FIXED" milestone="2.2"
  /external/dnsmasq/contrib/Solaris10/
dnsmasq.xml 16 <service_fmri value='svc:/milestone/multi-user'/>
29 <service_fmri value='svc:/milestone/multi-user-server' />
  /external/compiler-rt/lib/asan/tests/
asan_mac_test.mm 138 dispatch_time_t milestone =
140 dispatch_after(milestone, queue, block_crash);
163 dispatch_time_t milestone =
166 dispatch_source_set_timer(timer, milestone, DISPATCH_TIME_FOREVER, 0);
180 dispatch_time_t milestone =
183 dispatch_source_set_timer(timer, milestone, DISPATCH_TIME_FOREVER, 0);
  /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...]
ComponentResultsView.java 66 * <li>Filter non-important builds: hide all non-important builds, which means non-milestone builds and those after the last milestone</li>
202 * - filter non-milestone builds
242 * - filter non-milestone builds
275 this.filterOldBuilds.setToolTipText("Filter old builds (i.e. before last milestone) but keep all previous milestones)");
301 // Filter non-milestone change
ComponentsView.java 73 * <li>Filter non-important builds: hide all non-important builds, which means non-milestone builds and those after the last milestone</li>
363 // Filter non-milestone change
PerformancesView.java 339 * Filter non milestone builds action run.
352 * Filter non milestone builds action run.
488 this.filterOldBuilds.setToolTipText("Filter old builds (i.e. before last milestone) but keep all previous milestones)");
  /docs/source.android.com/src/compatibility/
downloads.md 24 Android 4.0.3 is the release of the development milestone code-named
34 Android 2.3 is the release of the development milestone code-named
44 Android 2.2 is the release of the development milestone code-named
53 Android 2.1 is the release of the development milestone code-named
63 Android 1.6 was the release of the development milestone code-named Donut.
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/html/
preferences.html 30 These are the list of the version milestones. Each milestone is a date string
31 using the <b>yyyymmddHHMM</b> format. When a new milestone is shipped, then a new
results.html 24 <li>when old builds are not filtered, the milestone build are highlighted in bold
46 <li>Old: hide all builds before last milestone except earlier milestones</li>
builds.html 75 <li>Old: hide all builds before last milestone except earlier milestones</li>
components.html 79 <li>Old: hide all builds before last milestone except earlier milestones</li>
  /external/openssh/
openssh.xml.in 46 <service_fmri value='svc:/milestone/network'/>
53 <service_fmri value='svc:/milestone/multi-user-server'/>
  /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...]
IPerformancesConstants.java 38 public static final String PRE_MILESTONE_BUILDS = PREFIX + "milestone.builds"; //$NON-NLS-1$
  /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.build.tools/src_bugzilla/org/eclipse/releng/util/bugzilla/
messages.properties 20 UpdateBugStateTask.mutuallyExclusive=bugList and (endDate, milestone, product) are mutually exclusive
  /packages/inputmethods/PinyinIME/jni/include/
dicttrie.h 53 struct MileStone {
92 MileStone *mile_stones_;
  /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;
  /packages/inputmethods/PinyinIME/jni/share/
dicttrie.cpp 200 mile_stones_ = new MileStone[kMaxMileStone];
359 MileStone *mile_stone = mile_stones_ + from_handle;
460 MileStone *mile_stone = mile_stones_ + from_handle;
537 MileStone *mile_stone = mile_stones_ + from_handle;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
bugTools.jar 
  /external/icu4c/data/
cldr-icu-readme.txt 253 # and ICU4C sources with an appropriate CLDR milestone (you can check previous
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
ScenarioData.java 298 + "Boxed points represent previous releases, milestone builds, current reference and current build.<br><br>\n"

Completed in 788 milliseconds

1 2