HomeSort by relevance Sort by last modified time
    Searched refs:BUILD (Results 51 - 75 of 163) sorted by null

1 23 4 5 6 7

  /external/v8/tools/
v8-info.sh 36 BUILD="V8_BUILD_NUMBER"
116 | grep "$MAJOR\|$MINOR\|$BUILD\|$PATCH" \
  /packages/apps/Settings/src/com/android/settings/search/
IndexDatabaseHelper.java 23 import android.os.Build;
65 public static final String BUILD = "build";
118 MetaColumns.BUILD + " VARCHAR(32) NOT NULL" +
131 " VALUES ('" + Build.VERSION.INCREMENTAL + "');";
134 "SELECT " + MetaColumns.BUILD + " FROM " + Tables.TABLE_META_INDEX + " LIMIT 1;";
171 if (!Build.VERSION.INCREMENTAL.equals(getBuildVersion(db))) {
172 Log.w(TAG, "Index needs to be rebuilt as build-version is not the same");
212 Log.e(TAG, "Cannot get build version from Index metadata");
  /external/v8/src/wasm/
ast-decoder.cc 93 // Macros that build nodes only if there is a graph and the current SSA
96 #define BUILD(func, ...) (build() ? builder_->func(__VA_ARGS__) : nullptr)
97 #define BUILD0(func) (build() ? builder_->func() : nullptr)
182 inline bool build() { return builder_ && ssa_env_->go(); } function in class:v8::internal::wasm::LR_WasmDecoder
433 BUILD(Return, 0, builder_->Buffer(0));
449 Leaf(kAstI32, BUILD(Int32Constant, value));
455 Leaf(kAstI32, BUILD(Int32Constant, value));
461 Leaf(kAstI64, BUILD(Int64Constant, value));
467 Leaf(kAstF32, BUILD(Float32Constant, value))
    [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
  /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...]
  /external/libjpeg-turbo/
CMakeLists.txt 15 execute_process(COMMAND "date" "+%Y%m%d" OUTPUT_VARIABLE BUILD)
16 string(REGEX REPLACE "\n" "" BUILD ${BUILD})
19 BUILD)
20 string(REGEX REPLACE "[^0-9]" "" BUILD "${BUILD}")
21 if (BUILD STREQUAL "")
22 execute_process(COMMAND "cmd.exe" "/C" "DATE" "/T" OUTPUT_VARIABLE BUILD)
23 string(REGEX REPLACE ".*[ ]([0-9]*)[/.]([0-9]*)[/.]([0-9]*).*" "\\3\\2\\1" BUILD "${BUILD}")
    [all...]
jpegtran.c 207 fprintf(stderr, "%s version %s (build %s)\n",
208 PACKAGE_NAME, VERSION, BUILD);
217 fprintf(stderr, "%s version %s (build %s)\n",
218 PACKAGE_NAME, VERSION, BUILD);
cjpeg.c 286 fprintf(stderr, "%s version %s (build %s)\n",
287 PACKAGE_NAME, VERSION, BUILD);
296 fprintf(stderr, "%s version %s (build %s)\n",
297 PACKAGE_NAME, VERSION, BUILD);
djpeg.c 265 fprintf(stderr, "%s version %s (build %s)\n",
266 PACKAGE_NAME, VERSION, BUILD);
275 fprintf(stderr, "%s version %s (build %s)\n",
276 PACKAGE_NAME, VERSION, BUILD);
  /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 {
BitSet.pm 43 sub BUILD {
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
AnnotationItem.java 35 /** annotation visibility constant: visible at build time only */
197 case BUILD: out.writeByte(VISIBILITY_BUILD); break;
  /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...]
  /frameworks/rs/
update_rs_prebuilts.sh 13 # Only build arm on darwin.
33 # Turn off the build cache and make sure we build all of LLVM from scratch.
41 # this variable, we don't build the .so files, hence we never construct the
61 echo "USAGE: $0 [-h|--help] [-n|--no-build] [-x]"
64 echo " -n, --no-build : Skip the build step and just copy files."
71 # Build the RS runtime libraries.
73 # Build a sample support application to ensure that all the pieces are up to date.
75 # Build android-support-v8-renderscript.ja
    [all...]
  /external/e2fsprogs/debian/
rules 83 stdbuilddir ?= ${debdir}/BUILD-STD
84 staticbuilddir ?= ${debdir}/BUILD-STATIC
85 mipsbuilddir ?= ${debdir}/BUILD-MIPS
86 mipsbuilddir64 ?= ${debdir}/BUILD-MIPS-64
106 BUILDSTDSTAMP ?= ${STAMPSDIR}/build-std-stamp
107 BUILDBFSTAMP ?= ${STAMPSDIR}/build-bf-stamp
108 BUILDSTATICSTAMP ?=${STAMPSDIR}/build-static-stamp
141 BUILD_STATIC = build-static
149 BUILD_BF = build-bf
150 bfbuilddir ?= ${debdir}/BUILD-B
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
Sdk.java 31 import com.android.ide.eclipse.adt.internal.build.DexWrapper;
618 * Adds or edit a build tools marker from the given project. This is done through a Job.
623 Job markerJob = new Job("Android SDK: Build Tools Marker") {
651 // build jobs are run after other interactive jobs
652 markerJob.setPriority(Job.BUILD);
755 job.setPriority(Job.BUILD); // build jobs are run after other interactive jobs
    [all...]
  /external/libjpeg-turbo/release/
makemacpkg.in 20 echo "$0 [-build32 [32-bit build dir]] [-buildarmv6 [ARMv6 build dir]] [-buildarmv7 [ARMv7 build dir]] [-buildarmv7s [ARMv7s build dir] [-buildarmv8 [ARMv8 build dir]] [-lipo [path to lipo]]"
26 BUILD=@BUILD@
105 TMPDIR=`mktemp -d /tmp/$PACKAGE_NAME-build.XXXXXX`
118 echo ERROR: 32-bit build directory $BUILDDIR32 does not exist
122 echo ERROR: 32-bit build directory $BUILDDIR32 is not configure
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/xstormy16/
allinsn.sh 6 # Syntax: build.sh /path/to/build/gas
10 echo "Usage: $0 [/path/to/gas/build]"
12 BUILD=`pwd`/../gas
15 BUILD=$1
18 if [ ! -x $BUILD/as-new ] ; then
19 echo "$BUILD is not a gas build directory"
30 $BUILD/as-new ${1}.s -o a.out
34 $BUILD/../binutils/objdump -dr a.out | sed -e 's/(/\\(/g' -e 's/)/\\)/g' -e 's/\ (…)
    [all...]
  /external/vboot_reference/
Android.mk 149 # ${FUTIL_STATIC_WORKAROUND_SRCS:%.c=${BUILD}/%.o} \