HomeSort by relevance Sort by last modified time
    Searched refs:BUILD (Results 26 - 50 of 216) sorted by null

12 3 4 5 6 7 8 9

  /device/linaro/hikey/factory-images/
generate-factory-images-hikey.sh 20 BUILD=eng.`whoami`
21 BUILDNAME=`ls ${ANDROID_BUILD_TOP}/${PRODUCT}-img-${BUILD}.zip 2> /dev/null`
26 BUILD=`basename ${BUILDNAME} | cut -f3 -d'-' | cut -f1 -d'.'`
27 VERSION=$BUILD
43 cp ${SRCPREFIX}$PRODUCT-img-$BUILD.zip tmp/$PRODUCT-$VERSION/image-$PRODUCT-$VERSION.zip
generate-factory-images-hikey960.sh 20 BUILD=eng.`whoami`
21 BUILDNAME=`ls ${ANDROID_BUILD_TOP}/${PRODUCT}-img-${BUILD}.zip 2> /dev/null`
26 BUILD=`basename ${BUILDNAME} | cut -f3 -d'-' | cut -f1 -d'.'`
27 VERSION=$BUILD
47 cp ${SRCPREFIX}$PRODUCT-img-$BUILD.zip tmp/$PRODUCT-$VERSION/image-$PRODUCT-$VERSION.zip
  /external/vboot_reference/tests/
test_using_qemu.sh 13 # BUILD_RUN - path to build directory inside chroot
30 -E BUILD=${BUILD_RUN} \
common.sh 11 BUILD_DIR="${BUILD}"
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
BaseClasspathContainerInitializer.java 75 // build jobs are run after other interactive jobs
76 markerJob.setPriority(Job.BUILD);
97 // build jobs are run after other interactive jobs
98 markerJob.setPriority(Job.BUILD);
  /external/dnsmasq/contrib/slackware-dnsmasq/
dnsmasq.SlackBuild 7 BUILD=${BUILD:-1}
55 makepkg -l y -c n ../dnsmasq-$VERSION-$ARCH-$BUILD.tgz
  /external/libjpeg-turbo/release/
makedpkg.in 36 TMPDIR=`mktemp -d /tmp/$PACKAGE_NAME-build.XXXXXX`
55 | sed s/{__VERSION}/$VERSION/g | sed s/{__BUILD}/$BUILD/g \
68 BUILD=@BUILD@
  /external/toybox/scripts/
make.sh 65 [ ! -z "$V" ] && echo "Which C files to build..."
75 BUILD="$(echo ${CROSS_COMPILE}${CC} $CFLAGS -I . $OPTIMIZE $GITHASH)"
86 # Write a canned build line for use on crippled build machines.
90 echo "BUILD='$BUILD'"
97 echo '$BUILD $FILES $LINK'
101 <(head -n 3 generated/build.sh 2>/dev/null)
125 genbuildsh > generated/build.sh && chmod +x generated/build.sh || exit
    [all...]
  /external/icu/icu4j/
adjust_icudt_path.mk 9 # Usage : include this makefile after your $(BUILD*) rule.
  /external/v8/tools/
v8-info.sh 36 BUILD="V8_BUILD_NUMBER"
116 | grep "$MAJOR\|$MINOR\|$BUILD\|$PATCH" \
  /external/v8/src/wasm/
function-body-decoder.cc 149 // Macros that build nodes only if there is a graph and the current SSA
152 #define BUILD(func, ...) \
153 (build() ? CheckForException(builder_->func(__VA_ARGS__)) : nullptr)
154 #define BUILD0(func) (build() ? CheckForException(builder_->func()) : nullptr)
614 inline bool build() { return builder_ && ssa_env_->go(); } function in class:v8::internal::wasm::WasmFullDecoder
744 BUILD(Throw, value.node);
745 // TODO(titzer): Throw should end control, but currently we build a
796 BUILD(Catch, c->try_info->exception, position());
821 BUILD(BranchNoHint, cond.node, &if_true, &if_false);
921 if (build()) {
    [all...]
  /device/common/
generate-factory-images-common.sh 40 unzip -d tmp ${SRCPREFIX}$PRODUCT-target_files-$BUILD.zip RADIO/$XLOADERSRC
44 unzip -d tmp ${SRCPREFIX}$PRODUCT-target_files-$BUILD.zip RADIO/$BOOTLOADERSRC
48 unzip -d tmp ${SRCPREFIX}$PRODUCT-target_files-$BUILD.zip RADIO/$RADIOSRC
52 unzip -d tmp ${SRCPREFIX}$PRODUCT-target_files-$BUILD.zip RADIO/radio-cdma.img
56 cp ${SRCPREFIX}$PRODUCT-img-$BUILD.zip tmp/$PRODUCT-$VERSION/image-$PRODUCT-$VERSION.zip
generate-packages.sh 19 echo Usage: $0 BUILD_ID BUILD ROOTDEVICE DEVICE MANUFACTURER PRODUCT
26 BUILD=$2
172 ARCHIVE=$COMPANY-$DEVICE-$BUILD-$(sha256sum < tmp/$SCRIPT | cut -b -8 | tr -d \\n).tgz
  /packages/apps/Settings/src/com/android/settings/search/
IndexDatabaseHelper.java 24 import android.os.Build;
75 String BUILD = "build";
140 MetaColumns.BUILD + " VARCHAR(32) NOT NULL" +
164 " VALUES ('" + Build.VERSION.INCREMENTAL + "');";
167 "SELECT " + MetaColumns.BUILD + " FROM " + Tables.TABLE_META_INDEX + " LIMIT 1;";
205 if (!Build.VERSION.INCREMENTAL.equals(getBuildVersion(db))) {
206 Log.w(TAG, "Index needs to be rebuilt as build-version is not the same");
246 Log.e(TAG, "Cannot get build version from Index metadata");
259 * @param fingerprint id for the current build
    [all...]
  /compatibility/cdd/3_software/
3_4_web-compatibility.md 9 * [C-1-2] MUST use the [Chromium](http://www.chromium.org/) Project build
17 Mozilla/5.0 (Linux; Android $(VERSION); $(MODEL) Build/$(BUILD); wv)
22 android.os.Build.VERSION.RELEASE.
24 android.os.Build.MODEL.
25 * The value of the $(BUILD) string MUST be the same as the value for
26 android.os.Build.ID.
  /external/libxml2/vms/
build_libxml.com 3 $! Build the LIBXML library
7 $! "DEBUG" - build everything in debug
28 $! miscellaneous enhancements to build process
70 $!- set up build logicals -----------------------------------------------------\
162 $ call build 'next_source'
168 $!- now build self-test programs ----------------------------------------------
184 $ call build NANOFTP.C /DEFINE=(STANDALONE)
185 $ call build NANOHTTP.C /DEFINE=(STANDALONE)
186 $ call build TRIONAN.C /DEFINE=(STANDALONE)
188 $!- now build main and test programs -----------------------------------------
    [all...]
  /frameworks/rs/
update_rs_prebuilts.sh 13 # Only build arm on darwin.
31 # Make sure we build all of LLVM from scratch.
53 echo "USAGE: $0 [-h|--help] [-j <num>] [-n|--no-build] [--no-start] [-x]"
57 echo " -n, --no-build : Skip the build step and just copy files."
65 # Build the RS runtime libraries.
67 # Build libRSSupport.so
69 # Build android-support-v8-renderscript.jar
72 # Build libcompiler-rt.a
74 # Build the blas libraries
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
AnnotationItem.java 37 /** annotation visibility constant: visible at build time only */
199 case BUILD: out.writeByte(VISIBILITY_BUILD); break;
  /dalvik/dx/src/com/android/dx/dex/file/
AnnotationItem.java 35 /** annotation visibility constant: visible at build time only */
199 case BUILD: out.writeByte(VISIBILITY_BUILD); break;
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
CommonToken.pm 71 sub BUILD {
  /external/protobuf/
update_file_lists.sh 142 # Update bazel BUILD files.
176 BAZEL_BUILD=./BUILD
189 echo "Skipped BUILD file update."
  /external/protobuf/util/
update_file_lists.sh 142 # Update bazel BUILD files.
176 BAZEL_BUILD=./BUILD
189 echo "Skipped BUILD file update."
  /external/libjpeg-turbo/
jpegtran.c 208 fprintf(stderr, "%s version %s (build %s)\n",
209 PACKAGE_NAME, VERSION, BUILD);
218 fprintf(stderr, "%s version %s (build %s)\n",
219 PACKAGE_NAME, VERSION, BUILD);
cjpeg.c 288 fprintf(stderr, "%s version %s (build %s)\n",
289 PACKAGE_NAME, VERSION, BUILD);
298 fprintf(stderr, "%s version %s (build %s)\n",
299 PACKAGE_NAME, VERSION, BUILD);
  /external/dhcpcd-6.8.2/
configure 17 BUILD=
64 --build) BUILD=$var;;
127 --build=BUILD configure for building on BUILD [guessed]
128 --host=HOST build programs to run on HOST [BUILD]
196 if [ -z "$BUILD" ]; then
198 BUILD=$(uname -m)-unknown-$(uname -s | tr '[:upper:]' '[:lower:]'
    [all...]

Completed in 1277 milliseconds

12 3 4 5 6 7 8 9