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

1 2 3 45 6 7 8 91011>>

  /device/generic/goldfish/gps/
Android.mk 18 # smooth builds even if the tree contains both versions.
  /device/huawei/angler/aosp/
Android.mk 1 # Create links from /vendor to /system for AOSP without vendor 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/jcommander/
Android.mk 25 # Host JAR builds have every single file because all the standard APIs are available.
  /external/libpng/projects/visualc71/
README_zlib.txt 38 This project builds the zlib binaries as follows:
  /external/libvpx/libvpx/test/android/
Android.mk 9 # This make file builds vpx_test app for android.
  /frameworks/base/packages/SettingsLib/tests/integ/
Android.mk 37 # Code coverage puts us over the dex limit, so enable multi-dex for coverage-enabled builds
  /frameworks/base/tools/layoutlib/bridge/tests/
Android.mk 39 # Copy the jar to DIST_DIR for sdk builds
  /frameworks/rs/cpu_ref/
Android.mk 3 # Not building RenderScript modules in PDK builds, as libmediandk
  /hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
Android.mk 2 #Compile this library only for builds with the latest modem image
  /packages/apps/Car/Settings/
Android.mk 19 # To avoid build errors, build empty package for non-platform builds
  /packages/apps/Messaging/
ForceProguard.mk 16 # switch to/from eng builds. This is determined by comparing the flag files used in the previous
version.mk 103 # - For platform builds: M.m.bbb
107 # On eng builds, the BUILD_NUMBER has the user and timestamp inline
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/arm64/
asm_test.go 19 // program builds successfully, in particular, too-far
  /prebuilts/go/linux-x86/src/cmd/internal/obj/arm64/
asm_test.go 19 // program builds successfully, in particular, too-far
  /prebuilts/qemu-kernel/
update_emu_kernels.sh 45 branch_url=$build_server/builds/$branch-linux-kernel
  /system/security/keystore-engine/
Android.mk 43 # This builds a variant of libkeystore-engine that uses a HIDL HAL
  /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...]
  /external/autotest/frontend/client/src/autotest/moblab/rpc/
MoblabRpcHelper.java 301 List<String> builds = new LinkedList<String>();
303 builds.add(result.isArray().get(i).isString().stringValue());
305 callback.onFetchBuildsForBoardCallbackSubmitted(builds);
  /external/autotest/docs/
test-that.md 20 or a Moblab). This feature is only supported for infrastructure-produced builds
106 - This feature will only work on builds that produced autotest test artifacts.
114 - This will only work with images newer than Sept 20, 2013 (specifically, builds
  /external/mesa3d/src/glx/apple/
Makefile 24 BUILD_DIR=builds
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/
Android.mk 139 # libOmxVdecHevc library is not built for OSS builds as QCPATH is null in OSS builds.
  /external/autotest/frontend/afe/
rpc_interface_unittest.py 584 keyval_dict = {'builds': {'cros-version': 'cool-image'}}
613 CONTROL_FILE = """builds={'cros-version': 'cool-image'}
714 builds=self._BUILDS,
733 builds=self._BUILDS,
752 builds=self._BUILDS,
762 builds=self._BUILDS,
769 builds=self._BUILDS,
776 builds=self._BUILDS,
    [all...]

Completed in 1095 milliseconds

1 2 3 45 6 7 8 91011>>