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

1 2 3 4 5 6 7

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/xstormy16/
gcc.sh 5 # Syntax: build.sh /path/to/build/gas
9 echo "Usage: $0 [/path/to/gas/build]"
11 BUILD=`pwd`/../gas
14 BUILD=$1
17 if [ ! -x $BUILD/as-new ] ; then
18 echo "$BUILD is not a gas build directory"
29 $BUILD/as-new ${1}.s -o a.out
33 $BUILD/../binutils/objdump -dr a.out | sed -e 's/(/\\(/g' -e 's/)/\\)/g' -e 's/\ (…)
    [all...]
  /external/valgrind/drd/scripts/
download-and-build-firefox 9 BUILD="${SRC}-build"
12 MOZCONFIG="$BUILD/mozconfig-firefox"
32 rm -rf ${BUILD} || exit $?
35 mkdir -p ${BUILD} || exit $?
36 cd ${BUILD} || exit $?
48 mk_add_options MOZ_OBJDIR="$BUILD"
download-and-build-gcc 14 BUILD=${SRC}-build
41 rm -rf ${BUILD} || exit $?
44 mkdir -p ${BUILD} || exit $?
45 cd ${BUILD} || exit $?
  /external/libjpeg-turbo/
jconfigint.h 2 /* libjpeg-turbo build number */
3 #define BUILD ""
  /device/common/
clear-factory-images-variables.sh 18 unset BUILD
  /external/vboot_reference/
Makefile 5 # This Makefile normally builds in a 'build' subdir, but use
7 # make BUILD=<dir>
38 # We should only run pwd once, not every time we refer to ${BUILD}.
41 BUILD = ${SRCDIR}/build
42 export BUILD
72 TEST_INSTALL_DIR = ${BUILD}/install_for_test
192 COV_INFO = ${BUILD}/coverage.info
226 # Path to build output for running tests is same as for building
227 BUILD_RUN = ${BUILD}
    [all...]
  /external/zlib/src/nintendods/
Makefile 13 # BUILD is the directory where object files & intermediate files will be placed
19 BUILD := build
50 ifneq ($(BUILD),$(notdir $(CURDIR)))
58 export DEPSDIR := $(CURDIR)/$(BUILD)
84 -I$(CURDIR)/$(BUILD)
86 .PHONY: $(BUILD) clean all
89 all: $(BUILD)
96 $(BUILD): lib
98 @$(MAKE) --no-print-directory -C $(BUILD) -f $(CURDIR)/Makefil
    [all...]
  /device/asus/fugu/factory-images/
generate-factory-images-package.sh 18 BUILD=1472661
  /device/google/dragon/factory-images/
generate-factory-images-package.sh 18 BUILD=2127620
  /device/htc/flounder/factory-images/
generate-factory-images-package.sh 18 BUILD=1602158
  /device/huawei/angler/factory-images/
generate-factory-images-package.sh 18 BUILD=2078061
  /device/lge/bullhead/factory-images/
generate-factory-images-package.sh 18 BUILD=2078061
  /device/moto/shamu/factory-images/
generate-factory-images-package.sh 18 BUILD=1433121
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/
AnnotationVisibility.java 37 public static final int BUILD = 0;
41 private static String[] NAMES = new String[] {"build", "runtime", "system"};
52 if (visibility.equals("build")) {
53 return BUILD;
  /external/vboot_reference/tests/futility/
run_test_scripts.sh 18 # The Makefile should export the $BUILD directory, but if it's not just warn
20 if [ -z "${BUILD:-}" ]; then
21 BUILD=$(dirname "${BINDIR}")
22 yellow "Assuming BUILD=$BUILD"
29 OUTDIR="${BUILD}/tests/futility_test_results"
34 export BUILD
  /dalvik/dexgen/src/com/android/dexgen/rop/annotation/
AnnotationVisibility.java 26 BUILD("build"),
  /dalvik/dx/src/com/android/dx/rop/annotation/
AnnotationVisibility.java 26 BUILD("build"),
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
Exception.pm 9 sub BUILD {
  /external/dexmaker/src/dx/java/com/android/dx/rop/annotation/
AnnotationVisibility.java 26 BUILD("build"),
  /external/libcap/progs/
Makefile 12 BUILD=$(PROGS)
19 all: $(BUILD)
21 $(BUILD): %: %.o
38 rm -f *.o $(BUILD) tcapsh ping hack.sh
  /external/libjpeg-turbo/release/
makecygwinpkg.in 20 BUILD=@BUILD@
28 rm -f $PACKAGE_NAME-$VERSION-$BUILD.tar.bz2
38 tar cfj ../$PACKAGE_NAME-$VERSION-$BUILD.tar.bz2 *
  /external/selinux/policycoreutils/mcstrans/utils/
callgrind-mcstransd 4 runcon -u system_u -r system_r -t setrans_t -l s15:c0.c1023 -- valgrind --tool=callgrind /usr/src/redhat/BUILD/*/src/mcstransd
  /external/v8/test/cctest/wasm/
test-run-wasm.cc 21 #define BUILD(r, ...) \
24 r.Build(code, code + arraysize(code)); \
32 BUILD(r, WASM_I8(kExpectedValue));
41 BUILD(r, WASM_I8(kExpectedValue));
50 BUILD(r, WASM_I8(-99), WASM_I8(kExpectedValue));
59 BUILD(r, WASM_I8(value));
70 BUILD(r, WASM_I32(kExpectedValue));
80 BUILD(r, WASM_I32(kExpectedValue));
91 BUILD(r, kExprMemorySize);
101 BUILD(r, WASM_I64(kExpectedValue))
    [all...]
  /hardware/ti/omap4-aah/domx/test/
Makefile 34 ifeq ($(BUILD),udeb)
94 include $(PROJROOT)/make/build.mk
  /hardware/ti/omap4xxx/domx/test/
Makefile 34 ifeq ($(BUILD),udeb)
94 include $(PROJROOT)/make/build.mk

Completed in 2057 milliseconds

1 2 3 4 5 6 7