Home
last modified time | relevance | path

Searched +full:cross +full:- +full:test (Results 1 – 25 of 1129) sorted by relevance

12345678910>>...46

/external/mesa3d/.gitlab-ci/meson/
Dbuild.sh5 section_switch meson-cross-file "meson: cross file generate"
7 set -e
8 set -o xtrace
10 CROSS_FILE=/cross_file-"$CROSS".txt
12 export PATH=$PATH:$PWD/.gitlab-ci/build
17 "c = 'compiler-wrapper-${CC:-gcc}.sh'" \
18 "cpp = 'compiler-wrapper-${CXX:-g++}.sh'"
20 # We need to control the version of llvm-config we're using, so we'll
21 # tweak the cross file or generate a native file to do so.
22 if test -n "$LLVM_VERSION"; then
[all …]
/external/libwebsockets/READMEs/
DREADME.build.md8 ./bootstrap-vcpkg.sh
16 CMake is a multi-platform build tool that can generate build files for many
19 CMake also allows/recommends you to do "out of source"-builds, that is,
27 - Windows (Visual Studio)
28 - Windows (MinGW)
29 - Linux (x86 and ARM)
30 - OSX
31 - NetBSD
34 @section build1 Building the library and test apps
71 as --prefix= with autotools. It defaults to /usr/local.
[all …]
/external/virglrenderer/.gitlab-ci/meson/
Dbuild.sh3 set -e
4 set -o xtrace
6 CROSS_FILE=/cross_file-"$CROSS".txt
8 # We need to control the version of llvm-config we're using, so we'll
9 # tweak the cross file or generate a native file to do so.
10 if test -n "$LLVM_VERSION"; then
11 LLVM_CONFIG="llvm-config-${LLVM_VERSION}"
12 echo -e "[binaries]\nllvm-config = '`which $LLVM_CONFIG`'" > native.file
13 if [ -n "$CROSS" ]; then
14 sed -i -e '/\[binaries\]/a\' -e "llvm-config = '`which $LLVM_CONFIG`'" $CROSS_FILE
[all …]
/external/rust/crates/bytemuck/.github/workflows/
Drust.yml11 test:
12 name: Test Rust ${{ matrix.rust }} on ${{ matrix.os }}
13 runs-on: ${{ matrix.os }}
17 # our `--feature` config here, but doing so will be very slow, as the
20 # versions (all on linux-x86_64)
21 - { rust: 1.34.0, os: ubuntu-latest }
22 - { rust: stable, os: ubuntu-latest }
23 - { rust: beta, os: ubuntu-latest }
24 - { rust: nightly, os: ubuntu-latest }
25 # non-linux platforms (ones which don't require `cross`)
[all …]
/external/capstone/
DCOMPILE.TXT2 Linux, *BSD & Solaris. We also show steps to cross-compile for Microsoft Windows.
12 *-*-*-*-*-*
30 - CAPSTONE_ARCHS: specify list of architectures to compiled in.
31 - CAPSTONE_USE_SYS_DYN_MEM: change this if you have your own dynamic memory management.
32 - CAPSTONE_DIET: use this to make the output binaries more compact.
33 - CAPSTONE_X86_REDUCE: another option to make X86 binary smaller.
34 - CAPSTONE_X86_ATT_DISABLE: disables AT&T syntax on x86.
35 - CAPSTONE_STATIC: build static library.
36 - CAPSTONE_SHARED: build dynamic (shared) library.
56 - To compile for current platform, run:
[all …]
Dmake.sh4 # By Nguyen Anh Quynh <aquynh@gmail.com>, 2013-2015
6 # Note: to cross-compile "nix32" on Linux, package gcc-multilib is required.
9 [ ${MAKE_JOBS} -lt 1 ] && \
14 if [ -z "$NDK" ]; then
19 HOSTOS=$(uname -s | tr 'LD' 'ld')
20 HOSTARCH=$(uname -m)
27 [ -n "$APILEVEL" ] || APILEVEL="android-14" # default to ICS
28 CROSS=arm-linux-androideabi
31 [ -n "$APILEVEL" ] || APILEVEL="android-21" # first with arm64
32 CROSS=aarch64-linux-android
[all …]
/external/ltp/
Dbuild.sh2 # Copyright (c) 2017-2021 Petr Vorel <pvorel@suse.cz>
5 set -e
7 CFLAGS="${CFLAGS:--Wformat -Werror=format-security -Werror=implicit-function-declaration -Werror=re…
8 CC="${CC:-gcc}"
10 DEFAULT_PREFIX="$HOME/ltp-install"
14 CONFIGURE_OPTS_IN_TREE="--with-open-posix-testsuite --with-realtime-testsuite $CONFIGURE_OPT_EXTRA"
15 # TODO: open posix testsuite is currently broken in out-tree-build. Enable it once it's fixed.
16 CONFIGURE_OPTS_OUT_TREE="--with-realtime-testsuite $CONFIGURE_OPT_EXTRA"
19 BUILD_DIR="$SRC_DIR/../ltp-build"
21 MAKE_OPTS="-j$(getconf _NPROCESSORS_ONLN)"
[all …]
/external/rust/crates/aho-corasick/.github/workflows/
Dci.yml6 - master
8 - cron: '00 01 * * *'
10 test:
11 name: test
13 # For some builds, we use cross to test on 32-bit and big-endian
16 # When CARGO is set to CROSS, TARGET is set to `--target matrix.target`.
18 runs-on: ${{ matrix.os }}
22 - pinned
23 - stable
24 - stable-32
[all …]
/external/rust/crates/chrono/.github/workflows/
Dtest.yml4 # It's really `--all-features`, but not adding the mutually exclusive features from rkyv
5 …ALL_NON_EXCLUSIVE_FEATURES: --features "default unstable-locales rkyv-32 rkyv-validation rustc-ser…
16 os: [ubuntu-latest, macos-latest, windows-latest]
17 tz: ["ACST-9:30", "EST4", "UTC0", "Asia/Katmandu"]
18 runs-on: ${{ matrix.os }}
20 - uses: actions/checkout@v4
21 - uses: dtolnay/rust-toolchain@stable
22 - uses: Swatinem/rust-cache@v2
23 - run: cargo test ${{ env.ALL_NON_EXCLUSIVE_FEATURES }} --color=always -- --color=always
31 os: [ubuntu-latest]
[all …]
/external/ltp/.github/workflows/
Dci.yml1 # Copyright (c) 2021-2023 Petr Vorel <pvorel@suse.cz>
11 runs-on: ubuntu-latest
14 fail-fast: false
18 - container: "debian:stable"
23 # cross compilation builds
24 - container: "debian:stable"
27 CC: powerpc64le-linux-gnu-gcc
30 VARIANT: cross-compile
32 - container: "debian:stable"
35 CC: aarch64-linux-gnu-gcc
[all …]
/external/rust/crates/regex-automata/.github/workflows/
Dci.yml6 - master
8 - cron: '00 01 * * *'
10 test:
11 name: test
13 # For some builds, we use cross to test on 32-bit and big-endian
16 # When CARGO is set to CROSS, TARGET is set to `--target matrix.target`.
18 runs-on: ${{ matrix.os }}
22 - pinned
23 - stable
24 - stable-32
[all …]
/external/rust/crates/byteorder/.github/workflows/
Dci.yml6 - master
8 - cron: '00 01 * * *'
10 test:
11 name: test
13 # For some builds, we use cross to test on 32-bit and big-endian
16 # When CARGO is set to CROSS, TARGET is set to `--target matrix.target`.
18 runs-on: ${{ matrix.os }}
22 - pinned
23 - stable
24 - stable-32
[all …]
/external/toybox/mkroot/
DREADME1 mkroot - simple linux system builder
3 Compiles a toybox-based root filesystem and kernel that can boot under qemu.
6 launched via ./run-qemu.sh (which assumes you have QEMU installed, KVM
12 --- Quick Start
15 and one or more musl cross compiler toolchain(s) in the "ccc" directory:
19 $ wget https://landley.net/bin/toolchains/latest/i686-linux-musl-cross.tar.xz
21 $ tar xvJCf ccc i686-linux-musl-cross.tar.xz
25 $ mkroot/mkroot.sh CROSS=i686 LINUX=linux
26 $ root/i686/run-qemu.sh
31 --- Building without a cross compiler (warning: glibc sucks)
[all …]
/external/cronet/net/url_request/
Dredirect_info_unittest.cc2 // Use of this source code is governed by a BSD-style license that can be
19 TEST(RedirectInfoTest, MethodForRedirect) { in TEST() function
35 const GURL kOriginalUrl = GURL("https://foo.test/original"); in TEST()
37 SiteForCookies::FromUrl(GURL("https://foo.test/")); in TEST()
43 const GURL kNewLocation = GURL("https://foo.test/redirected"); in TEST()
47 for (const auto& test : kTests) { in TEST() local
49 << "original_method: " << test.original_method in TEST()
50 << " http_status_code: " << test.http_status_code); in TEST()
53 test.original_method, kOriginalUrl, kOriginalSiteForCookies, in TEST()
55 kOriginalReferrer, test.http_status_code, kNewLocation, in TEST()
[all …]
/external/rust/crates/bytes/.github/workflows/
Dci.yml6 - master
9 - master
12 RUSTFLAGS: -Dwarnings
14 nightly: nightly-2022-11-12
24 runs-on: ubuntu-latest
26 - uses: actions/checkout@v3
27 - name: Install Rust
29 - name: Check formatting
30 run: cargo fmt --all -- --check
36 # runs-on: ubuntu-latest
[all …]
/external/webrtc/modules/audio_processing/test/conversational_speech/
Dmultiend_call.cc4 * Use of this source code is governed by a BSD-style license
11 #include "modules/audio_processing/test/conversational_speech/multiend_call.h"
18 #include "test/testsupport/file_utils.h"
21 namespace test { namespace
55 test::JoinFilename(audiotracks_path_, turn.audiotrack_file_name); in CreateAudioTrackReaders()
59 wavreader_abstract_factory_->Create( in CreateAudioTrackReaders()
60 test::JoinFilename(audiotracks_path_, turn.audiotrack_file_name)); in CreateAudioTrackReaders()
63 sample_rate_hz_ = wavreader->SampleRate(); in CreateAudioTrackReaders()
64 } else if (sample_rate_hz_ != wavreader->SampleRate()) { in CreateAudioTrackReaders()
70 if (wavreader->NumChannels() != 1) { in CreateAudioTrackReaders()
[all …]
/external/libdav1d/
D.gitlab-ci.yml2 - style
3 - build
4 - test
6 .debian-amd64-common:
7 image: registry.videolan.org/dav1d-debian-unstable:20240406142551
10 - docker
11 - amd64
13 .debian-amd64-minimum:
14 image: registry.videolan.org/dav1d-debian-minimum:20240406142551
17 - docker
[all …]
/external/rust/crates/libz-sys/src/zlib-ng/.github/workflows/
Dcmake.yml4 ci-cmake:
6 runs-on: ${{ matrix.os }}
8 fail-fast: false
11 - name: Ubuntu 18.04 GCC
12 os: ubuntu-18.04
14 cxx-compiler: g++
16 - name: Ubuntu GCC ASAN
17 os: ubuntu-latest
19 cxx-compiler: g++
20 cmake-args: -DWITH_SANITIZER=Address
[all …]
/external/llvm/docs/
DHowToCrossCompileLLVM.rst2 How To Cross-Compile Clang/LLVM using Clang/LLVM
11 For more information on how to use Clang as a cross-compiler,
16 Cross-Compiling from x86_64 to ARM
19 In this use case, we'll be using CMake and Ninja, on a Debian-based Linux
20 system, cross-compiling from an x86_64 host (most Intel and AMD chips
21 nowadays) to a hard-float ARM target (most ARM targets nowadays).
26 * ``ninja-build`` (from backports in Ubuntu)
27 * ``gcc-4.7-arm-linux-gnueabihf``
28 * ``gcc-4.7-multilib-arm-linux-gnueabihf``
29 * ``binutils-arm-linux-gnueabihf``
[all …]
/external/curl/scripts/
DMakefile.am21 # SPDX-License-Identifier: curl
25 EXTRA_DIST = coverage.sh completion.pl firefox-db2pem.sh checksrc.pl \
26 mk-ca-bundle.pl schemetable.c cd2nroff nroff2cd cdall cd2cd managen \
42 all-local: $(ZSH_COMPLETION_FUNCTION_FILENAME) $(FISH_COMPLETION_FUNCTION_FILENAME)
47 @echo "NOTICE: we can't generate zsh completion when cross-compiling!"
48 else # if not cross-compiling:
49 if test -z "$(PERL)"; then echo "No perl: can't install completion script"; else \
50 $(PERL) $(srcdir)/completion.pl --curl $(top_builddir)/src/curl$(EXEEXT) --shell zsh > $@ ; fi
57 @echo "NOTICE: we can't generate fish completion when cross-compiling!"
58 else # if not cross-compiling:
[all …]
/external/cronet/third_party/icu/source/
Dacinclude.m43 # Copyright (c) 1999-2016, International Business Machines Corporation and
18 *-*-solaris*)
19 if test "$GCC" = yes; then
20 icu_cv_host_frag=mh-solaris-gcc
22 icu_cv_host_frag=mh-solaris
24 alpha*-*-linux-gnu)
25 if test "$GCC" = yes; then
26 icu_cv_host_frag=mh-alpha-linux-gcc
28 icu_cv_host_frag=mh-alpha-linux-cc
30 powerpc*-*-linux*)
[all …]
/external/icu/icu4c/source/
Dacinclude.m43 # Copyright (c) 1999-2016, International Business Machines Corporation and
18 *-*-solaris*)
19 if test "$GCC" = yes; then
20 icu_cv_host_frag=mh-solaris-gcc
22 icu_cv_host_frag=mh-solaris
24 alpha*-*-linux-gnu)
25 if test "$GCC" = yes; then
26 icu_cv_host_frag=mh-alpha-linux-gcc
28 icu_cv_host_frag=mh-alpha-linux-cc
30 powerpc*-*-linux*)
[all …]
/external/igt-gpu-tools/
D.gitlab-ci.yml1 image: $CI_REGISTRY/$CI_PROJECT_PATH/igt-fedora:latest
4 -Dlibdrm_drivers=intel,nouveau,amdgpu
5 -Doverlay=enabled
6 -Dchamelium=enabled
7 -Dvalgrind=enabled
8 -Dman=enabled
9 -Dtests=enabled
10 -Drunner=enabled
11 -Dlibunwind=enabled
12 LANG: "C.UTF-8"
[all …]
/external/toybox/scripts/
Dhelp.txt1 toybox - Build toybox.
2 COMMANDNAME - Build individual toybox command as a standalone binary.
3 list - List COMMANDNAMEs you can build standalone.
4 list_example - List example commands (often used by the test suite)
5 list_pending - List unfinished COMMANDNAMEs out of toys/pending.
6 change - Build each command standalone under change/.
7 baseline - Create toybox_old for use by bloatcheck.
8 bloatcheck - Report size differences between old and current versions
9 test_COMMAND - Run tests for COMMAND (test_ps, test_cat, etc.)
10 tests - Run test suite against all compiled commands.
[all …]
/external/libopus/cmake/
DREADME.md5 …s recommended to refer to the official CMake documentation for the most up-to-date and accurate in…
11 - CMake
12 - Git (optional, but recommended for version control integration)
13 - Working C compiler
33 3. Configure the build with CMake. You can set the desired configuration options using CMake's `-D`…
35 - `OPUS_BUILD_SHARED_LIBRARY`: build shared library.
36 - `OPUS_BUILD_TESTING`: build tests.
37 - `OPUS_BUILD_PROGRAMS`: build programs.
38 - `OPUS_CUSTOM_MODES`, enable non-Opus modes, e.g. 44.1 kHz & 2^n frames.
43 cmake .. -DOPUS_BUILD_PROGRAMS=ON -DOPUS_BUILD_TESTING=ON
[all …]

12345678910>>...46