Home
last modified time | relevance | path

Searched refs:BUILD (Results 1 – 25 of 166) sorted by relevance

1234567

/external/vboot_reference/
DMakefile41 BUILD = ${SRCDIR}/build macro
42 export BUILD
72 TEST_INSTALL_DIR = ${BUILD}/install_for_test
192 COV_INFO = ${BUILD}/coverage.info
227 BUILD_RUN = ${BUILD}
232 BUILD_RUN = $(subst ${SYSROOT},,${BUILD})
265 FWLIB = ${BUILD}/vboot_fw.a
270 FWLIB2X = ${BUILD}/vboot_fw2x.a
273 FWLIB20 = ${BUILD}/vboot_fw20.a
275 FWLIB21 = ${BUILD}/vboot_fw21.a
[all …]
/external/v8/test/cctest/wasm/
Dtest-run-wasm.cc21 #define BUILD(r, ...) \ macro
32 BUILD(r, WASM_I8(kExpectedValue)); in TEST()
41 BUILD(r, WASM_I8(kExpectedValue)); in TEST()
50 BUILD(r, WASM_I8(-99), WASM_I8(kExpectedValue)); in TEST()
59 BUILD(r, WASM_I8(value)); in TEST()
70 BUILD(r, WASM_I32(kExpectedValue)); in TEST()
80 BUILD(r, WASM_I32(kExpectedValue)); in TEST()
91 BUILD(r, kExprMemorySize); in TEST()
101 BUILD(r, WASM_I64(kExpectedValue)); in TEST()
112 BUILD(r, WASM_I64(kExpectedValue)); in TEST()
[all …]
Dtest-run-wasm-js.cc20 #define BUILD(r, ...) \ macro
76 BUILD(t, WASM_I32_SUB(WASM_GET_LOCAL(0), WASM_GET_LOCAL(1))); in TEST()
88 BUILD(t, WASM_F32_DIV(WASM_GET_LOCAL(0), WASM_GET_LOCAL(1))); in TEST()
100 BUILD(t, WASM_F64_ADD(WASM_GET_LOCAL(0), WASM_GET_LOCAL(1))); in TEST()
112 BUILD(t, WASM_I32_POPCNT(WASM_GET_LOCAL(0))); in TEST()
132 BUILD(t, WASM_CALL_FUNCTION(js_index, WASM_GET_LOCAL(0))); in TEST()
/external/zlib/src/nintendods/
DMakefile19 BUILD := build macro
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)/Makefile
103 @rm -fr $(BUILD) lib
/external/webrtc/
D.gn27 "//build/config/android/BUILD.gn",
31 "//build/config/compiler/BUILD.gn",
34 "//build/config/linux/BUILD.gn",
37 "//build/config/posix/BUILD.gn",
43 "//build/toolchain/mac/BUILD.gn",
44 "//build/toolchain/win/BUILD.gn",
45 "//third_party/boringssl/BUILD.gn",
46 "//third_party/openh264/BUILD.gn",
47 "//third_party/opus/BUILD.gn",
48 "//webrtc/modules/video_render/BUILD.gn",
/external/valgrind/drd/scripts/
Ddownload-and-build-firefox9 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"
Ddownload-and-build-gcc14 BUILD=${SRC}-build
41 rm -rf ${BUILD} || exit $?
44 mkdir -p ${BUILD} || exit $?
45 cd ${BUILD} || exit $?
/external/nanopb-c/tests/extensions/
DSConscript7 incpath.Append(PROTOCPATH = '$BUILD/alltypes')
8 incpath.Append(CPPPATH = '$BUILD/alltypes')
11 enc = incpath.Program(["encode_extensions.c", "extensions.pb.c", "$BUILD/alltypes/alltypes.pb$OBJSU…
12 dec = incpath.Program(["decode_extensions.c", "extensions.pb.c", "$BUILD/alltypes/alltypes.pb$OBJSU…
/external/libcap/progs/
DMakefile12 BUILD=$(PROGS) macro
19 all: $(BUILD)
21 $(BUILD): %: %.o
38 rm -f *.o $(BUILD) tcapsh ping hack.sh
/external/vboot_reference/tests/futility/
Drun_test_scripts.sh21 BUILD=$(dirname "${BINDIR}")
22 yellow "Assuming BUILD=$BUILD"
29 OUTDIR="${BUILD}/tests/futility_test_results"
34 export BUILD
/external/libjpeg-turbo/release/
Dmakecygwinpkg.in20 BUILD=@BUILD@
28 rm -f $PACKAGE_NAME-$VERSION-$BUILD.tar.bz2
38 tar cfj ../$PACKAGE_NAME-$VERSION-$BUILD.tar.bz2 *
Dmakedpkg.in55 | sed s/{__VERSION}/$VERSION/g | sed s/{__BUILD}/$BUILD/g \
68 BUILD=@BUILD@
/external/eigen/scripts/
Dcdashtesting.cmake.in33 ctest_configure(BUILD ${CTEST_BINARY_DIRECTORY} SOURCE ${CTEST_SOURCE_DIRECTORY} )
38 ctest_build(BUILD "${CTEST_BINARY_DIRECTORY}" APPEND)
42 ctest_test(BUILD "${CTEST_BINARY_DIRECTORY}" INCLUDE_LABEL "${subproject}" )
45 ctest_coverage(BUILD "${CTEST_BINARY_DIRECTORY}" LABELS "${subproject}" )
/external/nanopb-c/tests/no_errmsg/
DSConscript7 env.Command("alltypes.pb.h", "$BUILD/alltypes/alltypes.pb.h", c)
8 env.Command("alltypes.pb.c", "$BUILD/alltypes/alltypes.pb.c", c)
9 env.Command("encode_alltypes.c", "$BUILD/alltypes/encode_alltypes.c", c)
10 env.Command("decode_alltypes.c", "$BUILD/alltypes/decode_alltypes.c", c)
/external/nanopb-c/tests/buffer_only/
DSConscript7 env.Command("alltypes.pb.h", "$BUILD/alltypes/alltypes.pb.h", c)
8 env.Command("alltypes.pb.c", "$BUILD/alltypes/alltypes.pb.c", c)
9 env.Command("encode_alltypes.c", "$BUILD/alltypes/encode_alltypes.c", c)
10 env.Command("decode_alltypes.c", "$BUILD/alltypes/decode_alltypes.c", c)
/external/nanopb-c/tests/cxx_main_program/
DSConscript14 env.Command("alltypes.pb.h", "$BUILD/alltypes/alltypes.pb.h", c)
15 env.Command("alltypes.pb.cxx", "$BUILD/alltypes/alltypes.pb.c", c)
16 env.Command("encode_alltypes.cxx", "$BUILD/alltypes/encode_alltypes.c", c)
17 env.Command("decode_alltypes.cxx", "$BUILD/alltypes/decode_alltypes.c", c)
/external/opencv3/samples/
DCMakeLists.txt4 # BUILD CASE 1: Build samples with library sources
30 # END OF BUILD CASE 1: Build samples with library sources
34 # BUILD CASE 2: Build samples with library binaries
74 # END OF BUILD CASE 2: Build samples with library binaries
/external/nanopb-c/tests/extra_fields/
DSConscript5 dec = env.GetBuildPath('$BUILD/basic_buffer/${PROGPREFIX}decode_buffer${PROGSUFFIX}')
9 dec = env.GetBuildPath('$BUILD/basic_stream/${PROGPREFIX}decode_stream${PROGSUFFIX}')
15 dec2 = env.GetBuildPath('$BUILD/backwards_compatibility/${PROGPREFIX}decode_legacy${PROGSUFFIX}')
/external/libjpeg-turbo/win/
Djconfigint.h.in2 #define BUILD "@BUILD@" macro
/external/toybox/scripts/
Dmake.sh66 BUILD="$(echo ${CROSS_COMPILE}${CC} $CFLAGS -I . $OPTIMIZE $GITHASH)"
80 echo "BUILD=\"$BUILD\""
266 do_loudly $BUILD -c $i -o $OUT &
292 do_loudly $BUILD $LFILES $LINK || exit 1
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/
DAnnotationVisibility.java37 public static final int BUILD = 0; field in AnnotationVisibility
53 return BUILD; in getVisibility()
/external/chromium-trace/catapult/third_party/polymer/components/polymer/
Dbuild.log1 BUILD LOG
22 BUILD HASHES
/external/chromium-trace/catapult/tracing/third_party/components/polymer/
Dbuild.log1 BUILD LOG
22 BUILD HASHES
/external/dnsmasq/contrib/slackware-dnsmasq/
Ddnsmasq.SlackBuild7 BUILD=${BUILD:-1}
55 makepkg -l y -c n ../dnsmasq-$VERSION-$ARCH-$BUILD.tgz
/external/chromium-trace/catapult/tracing/third_party/components/webcomponentsjs/
Dbuild.log1 BUILD LOG
20 BUILD HASHES

1234567