HomeSort by relevance Sort by last modified time
    Searched refs:builds (Results 1 - 25 of 139) sorted by null

1 2 3 4 5 6

  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/properties/
feedWatch.uml2.properties 17 file=../data/builds-emf-2.3.xml
20 feedURL=http://www.eclipse.org/emf/feeds/builds-emf-2.3.xml
38 # <arg line="-debug 1 -feedURL http://www.eclipse.org/emf/feeds/builds.xml
feedWatch.emf.properties 17 file=../data/builds-eclipse-3.4.xml
20 feedURL=http://download.eclipse.org/downloads/builds-eclipse.xml
41 # <arg line="-debug 1 -feedURL http://www.eclipse.org/emf/feeds/builds.xml
  /frameworks/base/tests/SmokeTest/
Android.mk 6 # This builds "SmokeTestApp"
15 # This builds "SmokeTest"
  /external/webkit/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/LeaksViewer/
RecentBuildsLoader.js 32 var url = this._buildbotBaseURL + "/json/builders/" + builderName + "/builds/?";
37 var builds = [];
69 builds.push(buildInfo);
75 builds.sort(function(a, b) { return b.revision - a.revision; });
76 self._didLoadRecentBuildsCallback(builds);
LeaksViewer.css 67 #recent-builds-loading-indicator {
71 #recent-builds-list {
  /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/
ScenarioResults.java 49 String[] builds = DB_Results.getBuilds(); local
58 Arrays.sort(builds, comparator);
59 int idx = Arrays.binarySearch(builds, lastBuildName, comparator);
61 builds = null;
63 int size = builds.length - ++idx;
64 System.arraycopy(builds, idx, builds = new String[size], 0, size);
66 // String[] builds = null;
70 configResults.completeResults(builds);
105 List builds = configResults.getBuilds(null) local
388 String[] builds = buildName == null ? null : new String[] { buildName }; local
    [all...]
ComponentResults.java 52 Set builds = scenarioResults.getAllBuildNames(); local
53 buildNames.addAll(builds);
117 String[] builds = getAllSortedBuildNames(true/*descending order*/); local
121 int buildsLength= builds.length;
126 String buildName = builds[i];
147 // if (milestoneDate != null) { // update previous builds
163 String lastBuildName = builds[last];
165 lastBuildName = builds[--last];
242 String[] builds = getAllSortedBuildNames(); local
243 int idx = builds.length-1
    [all...]
SQL_Results.java 237 * configuration and builds.
241 * @param builds The list of builds to get summaries. When <code>null</code>
242 * summaries for all DB builds will be read.
247 ResultSet queryScenarioSummaries(int scenarioID, String config, String[] builds) throws SQLException {
248 int length = builds==null ? 0 : builds.length;
255 buildPattern = builds[0];
259 loop: for (int idx=0; idx < builds[0].length(); idx++) {
260 char ch = builds[0].charAt(idx)
    [all...]
ConfigResults.java 43 void completeResults(String[] builds) {
46 DB_Results.queryScenarioSummaries(scenarioResults, this.name, builds);
133 * @param buildPattern The pattern of searched builds
134 * @return The list of the builds which names match the given pattern.
138 List builds = new ArrayList(); local
143 builds.add(buildResults);
146 return builds;
153 * @return The list of the builds which precedes the given build name.
157 List builds = new ArrayList(); local
162 builds.add(buildResults)
175 List builds = new ArrayList(); local
    [all...]
  /development/tools/emulator/system/qemud/
Android.mk 5 # smooth builds even if the tree contains both versions.
  /external/srec/audio/AudioIn/UNIX/src/
Android.mk 6 # common settings for all ASR builds, exports some variables for sub-makes
  /external/srec/audio/test/AudioHardwareRecord/
Android.mk 6 # common settings for all ASR builds, exports some variables for sub-makes
  /external/srec/audio/test/AudioHardwareRecordLoop/
Android.mk 6 # common settings for all ASR builds, exports some variables for sub-makes
  /external/srec/audio/test/AudioInRecord/
Android.mk 6 # common settings for all ASR builds, exports some variables for sub-makes
  /frameworks/av/services/camera/tests/CameraServiceTest/
Android.mk 25 # chance to fix this test, we don't want to break normal builds.
  /frameworks/base/packages/WAPPushManager/
Android.mk 19 # This finds and builds the test apk as well, so a single make does both.
  /packages/apps/BasicSmsReceiver/
Android.mk 12 # Builds against the public SDK
19 # This finds and builds the test apk as well, so a single make does both.
  /packages/apps/CellBroadcastReceiver/
Android.mk 15 # This finds and builds the test apk as well, so a single make does both.
  /packages/apps/Mms/apptests/
Android.mk 12 # Builds against the public SDK
19 # This finds and builds the test apk as well, so a single make does both.
  /prebuilt/android-arm/gdbserver/
Android.mk 5 # get included in user or SDK builds. (GPL issues)
  /prebuilt/android-x86/gdbserver/
Android.mk 5 # get included in user or SDK builds. (GPL issues)
  /sdk/emulator/qemud/
Android.mk 5 # smooth builds even if the tree contains both versions.
  /external/freetype/
Android.mk 39 $(LOCAL_PATH)/builds \
47 # the following is for testing only, and should not be used in final builds
  /external/webkit/Tools/TestResultServer/model/
jsonresults_unittest.py 85 (builds, tests) = test_data
86 if not builds or not tests:
96 for build in builds:
104 json = json.replace("[TESTDATA_COUNT]", ",".join(builds))
303 # of builds to track.
314 # of builds to track, using smaller threshold.
  /sdk/emulator/opengl/system/egl/
Android.mk 25 # Ensure that this file is only copied to emulator-specific builds.
26 # Other builds are device-specific and will provide their own

Completed in 484 milliseconds

1 2 3 4 5 6