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

1 2 3 4 5 6 7 8 91011>>

  /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"
  /frameworks/rs/rsov/tests/
Android.mk 5 # Not building RSoV tests in PDK builds.
  /sdk/
release.md 3 By default builds use the -SNAPSHOT version.
  /external/autotest/server/site_tests/provision_TestbedUpdate/
provision_TestbedUpdate.py 16 def _builds_to_set(self, builds):
17 """Helper function to convert a build string into a set of builds.
19 @param builds: Testbed build string to convert into a set.
21 @returns: A set of the different builds in the build string.
24 if not builds:
26 builds = builds.split(',')
27 for build in builds:
  /external/valgrind/auxprogs/
nightly-build-summary 27 # "builds" array of hashes
35 # "builds" is an array of hashes with the following keys
222 my @builds = @{ $nightly{"builds"} };
224 $nightly{"num_builds"} = scalar (@builds);
228 foreach my $build (@builds) {
272 my @builds = ();
302 $nightly{"builds"} = [ @builds ];
306 @builds = ()
    [all...]
  /frameworks/rs/rsov/
Android.mk 5 # Not building RSoV modules in PDK builds, as libSPIRV is not available in PDK.
  /prebuilts/misc/android-arm/gdbserver/
Android.mk 5 # get included in user or SDK builds. (GPL issues)
  /prebuilts/misc/android-arm64/gdbserver64/
Android.mk 5 # get included in user or SDK builds. (GPL issues)
  /prebuilts/misc/android-mips/gdbserver/
Android.mk 5 # get included in user or SDK builds. (GPL issues)
  /prebuilts/misc/android-mips64/gdbserver64/
Android.mk 5 # get included in user or SDK builds. (GPL issues)
  /prebuilts/misc/android-x86/gdbserver/
Android.mk 5 # get included in user or SDK builds. (GPL issues)
  /prebuilts/misc/android-x86_64/gdbserver64/
Android.mk 5 # get included in user or SDK builds. (GPL issues)
  /sdk/build/
windows_sdk_tools.mk 7 # *platform* builds. Right now we are not building any SDK Tools
8 # during platform builds anymore.
  /external/autotest/site_utils/suite_scheduler/
deduping_scheduler.py 177 builds = {provision.CROS_VERSION_PREFIX: build}
179 builds[provision.FW_RW_VERSION_PREFIX] = firmware_rw_build
181 builds[provision.FW_RO_VERSION_PREFIX] = firmware_ro_build
184 builds = {provision.ANDROID_BUILD_VERSION_PREFIX:
187 builds = {provision.TESTBED_BUILD_VERSION_PREFIX:
218 limit, suite, builds, board, pool)
231 suite, builds, board, pool)
233 builds=builds, check_hosts=False, num=num,
253 "Can't schedule %s for %s." % (suite, builds))
    [all...]
  /external/autotest/server/cros/dynamic_suite/
dynamic_suite.py 49 builds={provision.CROS_VERSION_PREFIX: build}, board=board, name='bvt',
239 'builds': dict,
252 builds=None,
290 @param builds: the builds to install e.g.
296 e.g., it can be the value of builds['cros-version:'] or
297 builds['fw-version:']. Default is None, that is, use
298 the server-side test code from builds['cros-version:']
351 breaking branch builds.
355 builds=builds
    [all...]
  /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...]
  /device/generic/goldfish/qemud/
Android.mk 5 # smooth builds even if the tree contains both versions.
  /frameworks/base/packages/CarrierDefaultApp/
Android.mk 13 # This finds and builds the test apk as well, so a single make does both.
  /frameworks/base/packages/MtpDocumentsProvider/
Android.mk 11 # Only enable asserts on userdebug/eng builds
  /frameworks/base/packages/WAPPushManager/
Android.mk 20 # This finds and builds the test apk as well, so a single make does both.
  /packages/apps/BasicSmsReceiver/
Android.mk 13 # Builds against the public SDK
20 # This finds and builds the test apk as well, so a single make does both.

Completed in 589 milliseconds

1 2 3 4 5 6 7 8 91011>>