Home
last modified time | relevance | path

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

1234567

/external/boringssl/src/util/
Dgenerate-coverage.sh20 BUILD=$(mktemp -d '/tmp/boringssl.XXXXXX')
29 cd "$BUILD"
35 cp -r "$BUILD"/* "$BUILD_SRC"
36 mkdir "$BUILD/callgrind/"
39 go run "$SRC/util/all_tests.go" -build-dir "$BUILD" -callgrind -num-workers 16
40 util/generate-asm-lcov.py "$BUILD/callgrind" "$BUILD" > "$BUILD/asm.info"
42 go run "util/all_tests.go" -build-dir "$BUILD"
45 go test -shim-path "$BUILD/ssl/test/bssl_shim" -num-workers 1
48 lcov -c -d "$BUILD" -b "$BUILD" -o "$BUILD/lcov.info"
49 lcov -r "$BUILD/lcov.info" -o "$BUILD/filtered.info" "*_test.c" "*_test.cc" "*/third_party/googlete…
[all …]
/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/linux-kselftest/tools/testing/selftests/
DMakefile55 BUILD := $(O) macro
56 ifndef BUILD
57 BUILD := $(KBUILD_OUTPUT) macro
59 ifndef BUILD
60 BUILD := $(shell pwd) macro
63 export BUILD
66 BUILD_TARGET=$$BUILD/$$TARGET; \
73 BUILD_TARGET=$$BUILD/$$TARGET; \
79 BUILD_TARGET=$$BUILD/$$TARGET; \
85 BUILD_TARGET=$$BUILD/$$TARGET; \
[all …]
/external/skia/bin/
Dcoverage30 BUILD=out/coverage
38 gn gen --args="$ARGS" "$BUILD"
40 ninja -C "$BUILD" "$EXECUTABLE"
47 lcov -q --gcov-tool="$GCOV" -c -b "$BUILD" -d "$BUILD" -o "$DIR"/baseline -i
50 "$BUILD"/"$EXECUTABLE" "$@"
52 lcov -q --gcov-tool="$GCOV" -c -b "$BUILD" -d "$BUILD" -o "$DIR"/coverage
/external/skia/fuzz/
Dcoverage31 BUILD=out/coverage
37 rm -rf $BUILD
41 gn gen --args="$ARGS" "$BUILD"
43 ninja -C "$BUILD" "$EXECUTABLE"
50 lcov -q --gcov-tool="$GCOV" -c -b "$BUILD" -d "$BUILD" -o "$DIR"/baseline -i
68 timeout 10 $BUILD/$EXECUTABLE ${ARGS[i]} -b $f &
77 lcov -q --gcov-tool="$GCOV" -c -b "$BUILD" -d "$BUILD" -o "$DIR"/coverage
/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/v8/
D.gn23 "//build/config/android/BUILD.gn",
27 "//build/config/BUILD.gn",
28 "//build/config/compiler/BUILD.gn",
31 "//build/config/linux/atk/BUILD.gn",
32 "//build/config/linux/BUILD.gn",
35 "//build/config/posix/BUILD.gn",
37 "//build/config/win/BUILD.gn",
43 "//build/toolchain/mac/BUILD.gn",
44 "//build/toolchain/win/BUILD.gn",
47 "//test/test262/BUILD.gn",
/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/libyuv/files/
D.gn27 "//build/config/BUILD.gn",
28 "//build/config/android/BUILD.gn",
32 "//build/config/compiler/BUILD.gn",
35 "//build/config/linux/BUILD.gn",
38 "//build/config/posix/BUILD.gn",
44 "//build/toolchain/mac/BUILD.gn",
45 "//build/toolchain/win/BUILD.gn",
/external/libcap/progs/
DMakefile9 BUILD=$(PROGS) macro
16 all: $(BUILD)
18 $(BUILD): %: %.o
35 rm -f *.o $(BUILD) tcapsh ping hack.sh
/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/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/python/cpython2/Modules/_ctypes/libffi/m4/
Dax_enable_builddir.m4205 ; BUILD=$x grep "^#### \$\$HOST " Makefile | sed -e 's/.*|//' $x \\\\\\
206 ; use=$x basename "\$\@" _ALL $x; n=$x echo \$\$BUILD | wc -w $x \\\\\\
208 ; BUILD=$x grep "^####.*|" Makefile |tail -1| sed -e 's/.*|//' $x ; fi \\\\\\
209 ; test ".\$\$BUILD" = "." && BUILD="." \\\\\\
210 ; test "\$\$use" = "\$\@" && BUILD=$x echo "\$\$BUILD" | tail -1 $x \\\\\\
211 ; for i in \$\$BUILD ; do test ".\$\$i" = "." && continue \\\\\\
217 ; BUILD=$x grep "^#### \$\$HOST " Makefile | sed -e 's/.*|//' $x \\\\\\
218 ; found=$x echo \$\$BUILD | wc -w $x \\\\\\
221 ; BUILD=$x grep "^#### .*|" Makefile |tail -1| sed -e 's/.*|//' $x \\\\\\
222 ; fi ; for i in \$\$BUILD ; do test ".\$\$i" = "." && continue \\\\\\
[all …]
/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/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/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/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/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/dnsmasq/contrib/slackware-dnsmasq/
Ddnsmasq.SlackBuild7 BUILD=${BUILD:-1}
55 makepkg -l y -c n ../dnsmasq-$VERSION-$ARCH-$BUILD.tgz
/external/toybox/scripts/
Dmake.sh75 BUILD="$(echo ${CROSS_COMPILE}${CC} $CFLAGS -I . $OPTIMIZE $GITHASH)"
90 echo "BUILD='$BUILD'"
305 do_loudly $BUILD -c $i -o $OUT &
333 do_loudly $BUILD $LNKFILES $LINK || exit 1
/external/v8/src/wasm/
Dfunction-body-decoder.cc152 #define BUILD(func, ...) \ macro
744 BUILD(Throw, value.node); in DecodeFunctionBody()
796 BUILD(Catch, c->try_info->exception, position()); in DecodeFunctionBody()
821 BUILD(BranchNoHint, cond.node, &if_true, &if_false); in DecodeFunctionBody()
950 BUILD(BranchNoHint, cond.node, &tenv->control, &fenv->control); in DecodeFunctionBody()
968 TFNode* sw = BUILD(Switch, operand.table_count + 1, key.node); in DecodeFunctionBody()
983 ? BUILD(IfDefault, sw) in DecodeFunctionBody()
984 : BUILD(IfValue, i, sw); in DecodeFunctionBody()
1030 BUILD(Unreachable, position()); in DecodeFunctionBody()
1036 Push(kWasmI32, BUILD(Int32Constant, operand.value)); in DecodeFunctionBody()
[all …]

1234567