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

1 2 34 5 6

  /device/samsung/crespo/
device.mk 23 # of the hardware capabilities aren't present in builds where those
29 # harmless in no-driver builds should be kept here for simplicity and
  /external/webkit/Tools/BuildSlaveSupport/
build-launcher-dmg 89 my $nightlyRemoteDiskImagePath = "$nightlyRemotePath/builds/$buildTag/mac/" . basename($nightlyLauncherDiskImagePath);
  /ndk/sources/cxx-stl/stlport/
Android.mk 12 $(call __ndk_info,in order to build prebuilt versions to speed up your builds!)
57 #It is much more practical to include the sources of GAbi++ in our builds
  /bootable/recovery/
Android.mk 39 # a (redundant) copy of the binary in /system/bin for user builds.
  /development/tools/emulator/system/sensors/
Android.mk 18 # smooth builds even if the tree contains both versions.
  /device/moto/stingray/
full_stingray.mk 22 # A few more packages that aren't quite used on all builds
  /device/moto/wingray/
full_wingray.mk 22 # A few more packages that aren't quite used on all builds
  /external/clang/
README.android 41 * Changes for enabling both host and device builds.
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/publishingFiles/dropSiteRootFiles/
index.php 21 page you can find the latest <a href="build_types.html">builds</a> produced by
27 about different kinds of builds look <a href="build_types.html">here</a>.</p></td></tr>
  /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 220 createLabel(statusGroup, "Builds to confirm:", false);
222 this.statusBuildsToConfirm.setToolTipText("The number of previous builds to take into account to confirm a regression");
496 String[] builds = DB_Results.getBuilds(); local
497 Arrays.sort(builds, Util.BUILD_DATE_COMPARATOR);
498 int length = builds.length;
500 this.lastBuildCombo.add(builds[i]);
754 String builds[] = this.lastBuildCombo.getItems(); local
755 int bLength = builds.length;
758 if (builds[b].length() > 0 && Util.getBuildDate(builds[b]).equals(milestone))
    [all...]
  /external/libffi/
Android.mk 15 # This makefile builds both for host and target, and so all the
  /external/libpng/projects/visualc71/
README_zlib.txt 34 This project builds the zlib binaries as follows:
  /external/srec/srec/ca/
Android.mk 6 # common settings for all ASR builds, exports some variables for sub-makes
  /ndk/sources/host-tools/make-3.81/
makefile.com 2 $! Makefile.com - builds GNU Make for VMS
  /sdk/emulator/gps/
Android.mk 18 # smooth builds even if the tree contains both versions.
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
performanceui.jar 
  /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/
DB_Results.java 213 * The list of all the builds stored in the database.
215 private static String[] BUILDS;
372 BUILDS = null;
402 * @return The id of the build (ie. the index in the {@link #BUILDS} list)
405 if (BUILDS == null) return -1;
406 return Arrays.binarySearch(BUILDS, name, Util.BUILD_DATE_COMPARATOR);
416 if (BUILDS == null) return null;
417 return BUILDS[id];
421 * Returns all the builds names read from the database.
423 * @return The list of all builds names matching the scenario pattern used while reading dat
    [all...]
  /device/samsung/crespo4g/
device.mk 23 # of the hardware capabilities aren't present in builds where those
29 # harmless in no-driver builds should be kept here for simplicity and
  /bootable/recovery/updater/
Android.mk 15 # on user builds. (TODO: find a better way to build device binaries
  /external/astl/tests/
Android.mk 31 # builds. Also $(5) is used to pickup the right set of libraries,
  /external/gtest/src/
Android.mk 17 # Gtest builds 2 libraries: libgtest and libgtest_main. libgtest
  /external/v8/test/mjsunit/regress/
regress-1423.js 46 // debug builds.
  /frameworks/base/libs/androidfw/
Android.mk 18 # These files are common to host and target builds.
  /packages/apps/Email/
Android.mk 46 # production builds.
  /sdk/monitor/
Android.mk 3 # Expose the Monitor RCP only for the SDK builds.

Completed in 2071 milliseconds

1 2 34 5 6