Home
last modified time | relevance | path

Searched +full:make +full:- +full:all (Results 1 – 25 of 1209) sorted by relevance

12345678910>>...49

/external/cblas/
DMakefile4 all: alllib alltst target
7 @ echo "Make sure you are using correct Makefile.in for your system."
8 @ echo "At this level, assuming you have downloded all necessary "
13 @ echo "BLAS) and testers for all the precisions. "
19 @ echo "make <target>"
21 @ echo "slib1 --- make an archive of level 1 REAL."
22 @ echo "dlib1 --- make an archive of level 1 DOUBLE PRECISION."
23 @ echo "clib1 --- make an archive of level 1 COMPLEX."
24 @ echo "zlib1 --- make an archive of level 1 COMPLEX*16."
25 @ echo "alllib1 - make an archive of level 1 all precisions."
[all …]
/external/lz4/
DMakefile2 # LZ4 - Makefile
3 # Copyright (C) Yann Collet 2011-2020
4 # All rights reserved.
29 # - LZ4 source repository : https://github.com/lz4/lz4
30 # - LZ4 forum froup : https://groups.google.com/forum/#!forum/lz4c
43 default: lib-release lz4-release
48 .PHONY: all
49 all: allmost examples manuals build_tests target
54 .PHONY: lib lib-release liblz4.a
56 lib lib-release liblz4.a:
[all …]
/external/zstd/
DMakefile3 # All rights reserved.
5 # This source code is licensed under both the BSD-style license (found in the
8 # You may select, at your option, one of the above-listed licenses.
24 # When cross-compiling from linux to windows, you might
28 # Note: mingw-w64 build from linux to windows does not
40 ## default: Build lib-release and zstd-release
42 default: lib-release zstd-release
44 .PHONY: all
45 all: allmost examples manual contrib target
53 $(Q)$(MAKE) -C $(PRGDIR) all
[all …]
/external/ComputeLibrary/tests/validation/NEON/
DPixelWiseMultiplication.cpp2 * Copyright (c) 2017-2021 Arm Limited.
4 * SPDX-License-Identifier: MIT
13 * The above copyright notice and this permission notice shall be included in all
46 …value for comparing reference's output against implementation's output for 8-bit quantized asymmet…
47 …alue for comparing reference's output against implementation's output for 16-bit quantized symmetr…
50 … framework::dataset::make("Src0QInfo", { QuantizationInfo(1.f / 32768.f, 0) }),
51 … framework::dataset::make("Src1QInfo", { QuantizationInfo(2.f / 32768.f, 0) })),
52 … framework::dataset::make("OutQInfo", { QuantizationInfo(5.f / 32768.f, 0) }));
55 … framework::dataset::make("Src0QInfo", { QuantizationInfo(5.f / 32768.f, 0) }),
56 … framework::dataset::make("Src1QInfo", { QuantizationInfo(2.f / 32768.f, 0) })),
[all …]
DConvolutionLayer.cpp2 * Copyright (c) 2017-2023 Arm Limited.
4 * SPDX-License-Identifier: MIT
13 * The above copyright notice and this permission notice shall be included in all
87 const auto CNNDataTypes = framework::dataset::make("DataType",
95 const auto ActivationFunctionsDataset = framework::dataset::make("ActivationInfo",
102 const auto QuantizationData = framework::dataset::make("QuantizationInfo",
114 // *INDENT-OFF* in TEST_SUITE()
115 // clang-format off in TEST_SUITE()
116 DATA_TEST_CASE(ValidateConvolutionMethod, framework::DatasetMode::ALL, zip(zip(zip(zip(zip( in TEST_SUITE()
117 … framework::dataset::make("InputInfo", { TensorInfo(TensorShape(18U, 18U, 32U), 1, DataType::F32), in TEST_SUITE()
[all …]
DStackLayer.cpp2 * Copyright (c) 2018-2021 Arm Limited.
4 * SPDX-License-Identifier: MIT
13 * The above copyright notice and this permission notice shall be included in all
49 // *INDENT-OFF*
50 // clang-format off
52 const auto data_types = framework::dataset::make("DataType", { DataType::QASYMM8, DataType::F16, Da…
55 const auto n_values = framework::dataset::make("NumTensors", { 3, 4 });
58 const auto shapes_1d_small = combine(datasets::Small1DShapes(), framework::dataset::make("Axis", -1…
61 const auto shapes_2d_small = combine(datasets::Small2DShapes(), framework::dataset::make("Axis", -2…
64 const auto shapes_3d_small = combine(datasets::Small3DShapes(), framework::dataset::make("Axis", -3…
[all …]
DQuantizationLayer.cpp2 * Copyright (c) 2017-2021 Arm Limited.
4 * SPDX-License-Identifier: MIT
13 * The above copyright notice and this permission notice shall be included in all
56 // *INDENT-OFF* in TEST_SUITE()
57 // clang-format off in TEST_SUITE()
58 DATA_TEST_CASE(Validate, framework::DatasetMode::ALL, zip(zip( in TEST_SUITE()
59 …framework::dataset::make("InputInfo", { TensorInfo(TensorShape(16U, 16U, 16U, 5U), 1, DataType::QA… in TEST_SUITE()
64 …framework::dataset::make("OutputInfo",{ TensorInfo(TensorShape(16U, 16U, 16U, 5U), 1, DataType::F3…
69 framework::dataset::make("Expected", { false, false, false, true})),
72 …ol(NEQuantizationLayer::validate(&input_info.clone()->set_is_resizable(false), &output_info.clone(…
[all …]
/external/e2fsprogs/
DMakefile.in35 all:: subs
36 $(MAKE) libs
37 @ALL_CMT@ $(MAKE) progs
38 @ALL_CMT@ $(MAKE) docs
40 all-static::
41 $(MAKE) libs
42 @ALL_CMT@ $(MAKE) static-progs
45 @for i in $(SUBS) ; do if test -d `dirname $$i` ; \
46 then $(MAKE) $$i || exit $$? ; fi ; done
47 @(if test -d lib/et ; then cd lib/et && $(MAKE) compile_et; fi)
[all …]
/external/libcups/
DMakefile2 # Top-level Makefile for CUPS.
4 # Copyright © 2007-2021 by Apple Inc.
5 # Copyright © 1997-2007 by Easy Software Products, all rights reserved.
15 # Directories to make...
22 # Test suite options - normally blank, override with make command...
29 # Make all targets...
32 all: target
33 chmod +x cups-config
43 echo Making all in $$dir... ;\
44 (cd $$dir ; $(MAKE) $(MFLAGS) all $(UNITTESTS)) || exit 1;\
[all …]
/external/ltp/testcases/open_posix_testsuite/Documentation/
DHOWTO_RunTests7 ------------
11 functional, and stress tests. All tests are built with make all, but
16 ----------------------------------------------------
25 For all other tests, they will have one test for the compile, one for the
27 PTS_PASS, which the interprets as success. All other return values are
38 ----------------------------------
49 # make all
51 This will build all of the conformance, functional, and stress tests.
53 To disable known failures on Linux do make filter-known-fails.
55 * Conformance-specific items *
[all …]
/external/ComputeLibrary/tests/validation/CL/
DGEMMLowp.cpp2 * Copyright (c) 2017-2022 Arm Limited.
4 * SPDX-License-Identifier: MIT
13 * The above copyright notice and this permission notice shall be included in all
58 FIXTURE_DATA_TEST_CASE(RunSmall, CLGEMMLowpMatrixMultiplyCoreFixture, framework::DatasetMode::ALL, … in FIXTURE_DATA_TEST_CASE() argument
74 …, CLGEMMLowpMatrixMultiplyCoreFusedOffsetOutputFixtureBatchedUnsigned, framework::DatasetMode::ALL, in TEST_SUITE()
76 framework::dataset::make("DataType", { DataType::QASYMM8 })), in TEST_SUITE()
77 framework::dataset::make("bool", { false })))
86 …ll, CLGEMMLowpMatrixMultiplyCoreFusedOffsetOutputFixtureBatchedSigned, framework::DatasetMode::ALL,
88 … framework::dataset::make("DataType", { DataType::QASYMM8_SIGNED })),
89 framework::dataset::make("bool", { false })))
[all …]
DDepthwiseConvolutionLayerNative.cpp2 * Copyright (c) 2019-2022 Arm Limited.
4 * SPDX-License-Identifier: MIT
13 * The above copyright notice and this permission notice shall be included in all
56 // *INDENT-OFF*
57 // clang-format off
64 /** Width values to test - Precommit */
65 const auto width_values_precommit = framework::dataset::make("width", { 1U, 33U } );
67 /** Width values to test - Nightly */
68 const auto width_values_nightly = framework::dataset::make("width", { 53U, 47U } );
70 /** Height values to test - Precommit */
[all …]
DStackLayer.cpp2 * Copyright (c) 2018-2020 Arm Limited.
4 * SPDX-License-Identifier: MIT
13 * The above copyright notice and this permission notice shall be included in all
50 // *INDENT-OFF*
51 // clang-format off
53 const auto n_values = framework::dataset::make("NumTensors", { 3, 4 });
56 const auto shapes_1d_small = combine(datasets::Small1DShapes(), framework::dataset::make("Axis", -1…
59 const auto shapes_2d_small = combine(datasets::Small2DShapes(), framework::dataset::make("Axis", -2…
62 const auto shapes_3d_small = combine(datasets::Small3DShapes(), framework::dataset::make("Axis", -3…
65 const auto shapes_4d_small = combine(datasets::Small4DShapes(), framework::dataset::make("Axis", -4…
[all …]
DIm2Col.cpp2 * Copyright (c) 2018-2021 Arm Limited.
4 * SPDX-License-Identifier: MIT
13 * The above copyright notice and this permission notice shall be included in all
51 * - Pass unsupported data type for input
52 * - Pass a quantized input and ask to compress the bias into the resulting matrix
53 * - Pass a dilation factor of 0
54 * - Check NHWC data layout while requesting to perform a grouped operation
55 * - Check NCHW grouped operation when the number of channels is not multiple of the groups
56 * - Pass an invalid output shape
58 TEST_CASE(Negative, framework::DatasetMode::ALL) in TEST_CASE() argument
[all …]
DConvolutionLayer.cpp2 * Copyright (c) 2017-2021, 2023 Arm Limited.
4 * SPDX-License-Identifier: MIT
13 * The above copyright notice and this permission notice shall be included in all
69 const auto CNNDataTypes = framework::dataset::make("DataType",
78 const auto GroupedCNNDataTypes = framework::dataset::make("DataType",
84 const auto ActivationFunctionsDataset = framework::dataset::make("ActivationInfo",
91 const auto ActivationFunctionsSmallDataset = framework::dataset::make("ActivationInfo",
114 … const auto status = CLGEMMConvolutionLayer::validate(&input_info.clone()->set_is_resizable(true), in is_post_op_list_valid_in_gemmconv()
115 …&weights_info.clone()->set_is_resizable(true), nullptr, &output_info.clone()->set_is_resizable(tru… in is_post_op_list_valid_in_gemmconv()
124 // *INDENT-OFF* in TEST_SUITE()
[all …]
/external/libcap/
DMakefile5 include Make.Rules
11 all test sudotest install clean: %: %-here target
12 $(MAKE) -C libcap $@
14 $(MAKE) -C pam_cap $@
17 $(MAKE) -C go $@
18 rm -f cap/go.sum
20 $(MAKE) -C tests $@
21 $(MAKE) -C progs $@
22 $(MAKE) -C doc $@
24 all-here:
[all …]
/external/e2fsprogs/.github/workflows/
Dci.yml4 DEF_CFLAGS: -O2 -g -Wall
7 gcc-build-and-test:
9 runs-on: ubuntu-latest
11 - uses: actions/checkout@v3
12 - run: ./configure CC=gcc CFLAGS="$DEF_CFLAGS"
13 - run: make -j8 check V=1 CFLAGS_WARN="-Werror"
14 - run: make -j8 install V=1 DESTDIR=$PWD/installdir
15 - run: make -j8 uninstall V=1 DESTDIR=$PWD/installdir
17 clang-build-and-test:
19 runs-on: ubuntu-latest
[all …]
/external/fsverity-utils/scripts/
Drun-tests.sh2 # SPDX-License-Identifier: MIT
5 # Use of this source code is governed by an MIT-style
10 # Test script for fsverity-utils. Runs 'make check' in lots of configurations,
14 # fsverity-utils into a kvm-xfstests test appliance and run
15 # 'kvm-xfstests -c ext4,f2fs -g verity'
17 set -e -u -o pipefail
31 TMPDIR=$(mktemp -d -t libfsverity_test.XXXXXXXXX)
32 trap 'rm -r "$TMPDIR"' EXIT
36 echo "Starting fsverity-utils tests. See run-tests.log for full output."
37 rm -f run-tests.log
[all …]
/external/oss-fuzz/projects/wolfssl/
Dbuild.sh1 #!/bin/bash -eu
8 # http://www.apache.org/licenses/LICENSE-2.0
20--enable-static --enable-md2 --enable-md4 --enable-ripemd --enable-blake2 --enable-blake2s --enabl…
23 WOLFCRYPT_CONFIGURE_PARAMS="$WOLFCRYPT_CONFIGURE_PARAMS --disable-asm"
32 cp -R boost/ /usr/include/
34 export CXXFLAGS="$CXXFLAGS -DCRYPTOFUZZ_BOTAN_IS_ORACLE"
41 sed -i 's/kNegativeIntegers = false/kNegativeIntegers = true/g' config.h
42 cp -R $SRC/cryptofuzz/ $SRC/cryptofuzz-openssl-api/
43 cd $SRC/cryptofuzz-openssl-api/
46 echo -n '"' >>extra_options.h
[all …]
/external/ltp/testcases/open_posix_testsuite/
DMakefile1 # SPDX-License-Identifier: GPL-2.0-or-later
5 # all of the Makefiles will be rebuilt by default.
17 MAKE_ENV= LOGFILE=`if echo "$(LOGFILE)" | grep -q '^/'; then echo "$(LOGFILE)"; else echo "\`pwd\`…
24 BUILD_MAKE= env $(BUILD_MAKE_ENV) $(MAKE)
26 TEST_MAKE= env $(TEST_MAKE_ENV) $(MAKE) -k
28 all: conformance-all functional-all stress-all tools-all target
32 .PHONY: ac-clean
33 ac-clean: clean
37 $(RM) -f $(LOGFILE)*
38 $(RM) -f config.log config.status
[all …]
/external/python/cpython2/Doc/
DMakefile8 SPHINXBUILD = sphinx-build
13 ALLSPHINXOPTS = -b $(BUILDER) -d build/doctrees -D latex_elements.papersize=$(PAPER) \
17 suspicious coverage doctest pydoc-topics htmlview clean dist check serve \
18 autobuild-dev autobuild-stable
21 @echo "Please use \`make <target>' where <target> is one of"
23 @echo " html to make standalone HTML files"
25 @echo " htmlhelp to make HTML files and a HTML help project"
26 @echo " latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter"
27 @echo " text to make plain text files"
28 @echo " epub to make EPUB files"
[all …]
/external/oss-fuzz/projects/ffmpeg/
Dbuild.sh1 #!/bin/bash -eux
8 # http://www.apache.org/licenses/LICENSE-2.0
18 # Disable UBSan vptr since several targets built with -fno-rtti.
19 export CFLAGS="$CFLAGS -fno-sanitize=vptr"
20 export CXXFLAGS="$CXXFLAGS -fno-sanitize=vptr"
24 mkdir -p $FFMPEG_DEPS_PATH
30 bzip2 -f -d alsa-lib-*
31 tar xf alsa-lib-*
32 rm alsa-lib-*.tar
33 cd alsa-lib-*
[all …]
/external/selinux/libsemanage/
DMakefile1 all: target
2 $(MAKE) -C src all
5 $(MAKE) -C src swigify
8 $(MAKE) -C src pywrap
11 $(MAKE) -C src rubywrap
14 $(MAKE) -C include install
15 $(MAKE) -C src install
16 $(MAKE) -C man install
17 $(MAKE) -C utils install
19 install-pywrap:
[all …]
/external/rmi4utils/
DMakefile4 all: target
5 $(MAKE) -C rmidevice all
6 $(MAKE) -C rmi4update all
7 $(MAKE) -C rmihidtool all
8 $(MAKE) -C f54test all
11 $(MAKE) -C rmidevice clean
12 $(MAKE) -C rmi4update clean
13 $(MAKE) -C rmihidtool clean
14 $(MAKE) -C f54test clean
17 ndk-build NDK_APPLICATION_MK=Application.mk
[all …]
/external/curl/
DMakefile.am21 # SPDX-License-Identifier: curl
27 ACLOCAL_AMFLAGS = -I m4
32 CMake/curl-config.cmake.in \
57 projects/build-openssl.bat \
58 projects/build-wolfssl.bat \
77 EXTRA_DIST = CHANGES COPYING maketgz Makefile.dist curl-config.in \
78 RELEASE-NOTES buildconf libcurl.pc.in $(CMAKE_DIST) $(VC_DIST) \
87 bin_SCRIPTS = curl-config
99 dist-hook:
100 rm -rf $(top_builddir)/tests/log
[all …]

12345678910>>...49