Home
last modified time | relevance | path

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

12345678910>>...43

/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 …]
DMakefile2 # By Nguyen Anh Quynh <aquynh@gmail.com>, 2013-2014
23 ifeq ($(CROSS),)
26 CC = $(CROSS)/../../bin/clang
27 AR = $(CROSS)/ar
28 RANLIB = $(CROSS)/ranlib
29 STRIP = $(CROSS)/strip
31 CC = $(CROSS)gcc
32 AR = $(CROSS)ar
33 RANLIB = $(CROSS)ranlib
34 STRIP = $(CROSS)strip
[all …]
/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/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/tensorflow/tensorflow/lite/g3doc/guide/
Dbuild_cmake.md6 The following instructions have been tested on Ubuntu 16.04.3 64-bit PC (AMD64)
18 sudo apt-get install cmake
54 provide `-DCMAKE_BUILD_TYPE=Debug` option.
57 cmake ../tensorflow_src/tensorflow/lite -DCMAKE_BUILD_TYPE=Debug
60 #### Build with kernel unit tests
62 In order to be able to run kernel tests, you need to provide
63 '-DTFLITE_KERNEL_TEST=on' flag. Unit test cross-compilation specifics can be
67 cmake ../tensorflow_src/tensorflow/lite -DTFLITE_KERNEL_TEST=on
73 CMake project with `find_package(tensorflow-lite CONFIG)`, use the
74 `-DTFLITE_ENABLE_INSTALL=ON` option.
[all …]
/external/rust/crates/byteorder/.github/workflows/
Dci.yml6 - master
8 - cron: '00 01 * * *'
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
25 - stable-mips
26 - beta
[all …]
/external/crosvm/docs/book/src/building_crosvm/
Dlinux.md19 git submodule update --init
34 ./tools/install-deps
38 [Using the development container](#using-the-development-container).
43 [Podman](https://podman.io/getting-started/installation) or
44 [Docker](https://docs.docker.com/get-docker/) installed, it can be started with:
60 you wish to start fresh, use the `--clean` flag.
67 If you want to enable [additional features](../running_crosvm/features.md), use the `--features`
68 flag. (e.g. `cargo build --features=gdb`)
72 ### Running all tests
74 Crosvm's integration tests have special requirements for execution (see
[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/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 …]
/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/rust/crates/chrono/.github/workflows/
Dtest.yml1 name: All Tests and Builds
4 # 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
[all …]
/external/cronet/net/cookies/
Dcookie_util_unittest.cc2 // Use of this source code is governed by a BSD-style license that can be
24 #include "third_party/abseil-cpp/absl/types/optional.h"
34 // Used for malformed cookies where the parsed-then-serialized string does not
55 } tests[] = {{"", true}, {"www.foo.com", true}, {".foo.com", false}}; in TEST() local
57 for (const auto& test : tests) { in TEST()
62 // A cookie domain containing non-ASCII characters is not allowed, even if it
108 // A cookie domain string containing %-encoding is not allowed.
149 // domain, even if its capitalization is non-canonical.
168 // A cookie domain with a different eTLD+1 ("organization-identifying host")
251 // rfc6265bis-11#5.1.2 and will cause GetDomainAndRegistry to return an empty
[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/cronet/third_party/lss/tests/
DREADME.md1 # LSS Tests
5 The general layout of the tests:
8 * [Makefile]: New tests should be registered in the `TESTS` variable.
36 ## Running The Tests
38 Simply run `make`. This will compile & execute all the tests on your local
44 We have rudimentary cross-compile testing via gcc and clang. Try running
45 `make cross` -- for any toolchains you don't have available, it should skip
49 The cross-compilers can be created using <http://crosstool-ng.github.io/>.
/external/rust/crates/regex-automata/.github/workflows/
Dci.yml6 - master
8 - cron: '00 01 * * *'
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
25 - stable-mips
26 - stable-thumb
[all …]
/external/autotest/server/site_tests/tast/
Dcontrol.cross-device-chrome-from-tls2 # Use of this source code is governed by a BSD-style license that can be
11 AUTHOR = 'ChromeOS SW Engprod Team (chromeos-sw-engprod@google.com)'
12 NAME = 'tast.cross-device-chrome-from-tls'
27 Runs Cross Device scenarios with a custom chrome binary.
29 Cross Device scenarios require two chromebooks.
30 This control file is a generic wrapper for running cross device tests
34 are used in tests.
37 the set of tast tests to be executed.
39 Example for tast_expr: test_that --args="tast_expr=nearbyshare.SmokeMultiDUTUI"
43 tast_expr = '("group:nearby-share-cq")'
[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/mesa3d/.gitlab-ci/build/
Dgitlab-ci.yml2 .build-common:
3 extends: .container+build-rules
6 # Build jobs don't take more than 1-3 minutes. 5-8 min max on a fresh runner
18 - _build/meson-logs/*.txt
19 - _build/meson-logs/strace
20 - shader-db
21 - artifacts
24 .build-linux:
25 extends: .build-common
32 - !reference [default, before_script]
[all …]
/external/grpc-grpc/
DRakefile1 # -*- ruby -*-
15 task.options = ['-c', 'src/ruby/.rubocop.yml']
16 # add end2end tests to formatter but don't add generated proto _pb.rb's
32 'x86-mingw32', 'x64-mingw32', 'x64-mingw-ucrt',
33 'x86_64-linux', 'x86-linux', 'aarch64-linux',
34 'x86_64-darwin', 'arm64-darwin',
41 … spec.files += %w( etc/roots.pem grpc_c.32-msvcrt.ruby grpc_c.64-msvcrt.ruby grpc_c.64-ucrt.ruby )
45 CLEAN.add "src/ruby/lib/grpc/[0-9].[0-9]", "src/ruby/lib/grpc/grpc_c.{bundle,so}"
52 { id: :bidi, title: 'bidi tests', dir: %w(src/ruby/spec/generic),
54 { id: :server, title: 'rpc server thread tests', dir: %w(src/ruby/spec/generic),
[all …]
/external/rust/crates/grpcio-sys/grpc/
DRakefile1 # -*- ruby -*-
14 task.options = ['-c', 'src/ruby/.rubocop.yml']
15 # add end2end tests to formatter but don't add generated proto _pb.rb's
31 'x86-mingw32', 'x64-mingw32', 'x64-mingw-ucrt',
32 'x86_64-linux', 'x86-linux',
33 'x86_64-darwin', 'arm64-darwin',
34 'universal-darwin'
41 … spec.files += %w( etc/roots.pem grpc_c.32-msvcrt.ruby grpc_c.64-msvcrt.ruby grpc_c.64-ucrt.ruby )
45 CLEAN.add "src/ruby/lib/grpc/[0-9].[0-9]", "src/ruby/lib/grpc/grpc_c.{bundle,so}"
52 { id: :bidi, title: 'bidi tests', dir: %w(src/ruby/spec/generic),
[all …]
/external/autotest/test_suites/
Dcontrol.cross-device2 # Use of this source code is governed by a BSD-style license that can be
5 AUTHOR = "ChromeOS SW Engprod Team (chromeos-sw-engprod@google.com)"
6 NAME = "cross-device"
7 PURPOSE = "Suite to run Cross Device tests on ChromeOS devices."
12 DOC = """ This suite runs Cross Device tests. """
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/
DREADME.md3 This directory contains scripts that facilitate building and running tests. We are using python scr…
4 tests because that gives us the opportunity to run tests using the same commandline regardless of t…
6 # Unit tests (run_tests.py)
8 Builds gRPC in given language and runs unit tests. Use `tools/run_tests/run_tests.py --help` for mo…
11 `tools/run_tests/run_tests.py -l python -c dbg`
14 - `--use_docker` Builds a docker container containing all the prerequisites for given language and …
15 - `--build_only` Only build, do not run the tests.
19 Note: some tests may be flaky. Check the "Issues" tab for known flakes and other issues.
21 The full suite of unit tests will take many minutes to run.
23 # Interop tests (run_interop_tests.py)
[all …]
/external/grpc-grpc/tools/run_tests/
DREADME.md3 This directory contains scripts that facilitate building and running tests. We are using python scr…
4 tests because that gives us the opportunity to run tests using the same commandline regardless of t…
6 # Unit tests (run_tests.py)
8 Builds gRPC in given language and runs unit tests. Use `tools/run_tests/run_tests.py --help` for mo…
11 `tools/run_tests/run_tests.py -l python -c dbg`
14 - `--use_docker` Builds a docker container containing all the prerequisites for given language and …
15 - `--build_only` Only build, do not run the tests.
19 Note: some tests may be flaky. Check the "Issues" tab for known flakes and other issues.
21 The full suite of unit tests will take many minutes to run.
23 # Interop tests (run_interop_tests.py)
[all …]
/external/ComputeLibrary/docs/user_guide/
Dhow_to_build_and_run_examples.dox2 /// Copyright (c) 2017-2023 Arm Limited.
4 /// SPDX-License-Identifier: MIT
33 To see the build options available simply run ```scons -h```
41 - gcc-linaro-6.3.1-2017.05-x86_64_arm-linux-gnueabihf
42 - gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu
44 To cross-compile the library in debug mode, with Arm® Neon™ only support, for Linux 32bit:
46 scons Werror=1 -j8 debug=1 neon=1 opencl=0 os=linux arch=armv7a
48 To cross-compile the library in asserts mode, with OpenCL only support, for Linux 64bit:
50 scons Werror=1 -j8 debug=0 asserts=1 neon=0 opencl=1 embed_kernels=1 os=linux arch=armv8a
54 scons Werror=1 -j8 debug=0 neon=1 opencl=0 os=linux arch=armv8a build=native
[all …]
/external/libvpx/
DREADME15 have this package, the install-docs option will be disabled.
16 * Downloading the data for the unit tests requires curl[6] and sha1sum.
21 tests.
26 yasm-<version>-<arch>.exe to yasm.exe and place it in:
34 2. Out-of-tree builds
45 The 'configure' script supports a number of options. The --help option can be
47 $ ../libvpx/configure --help
58 5. Cross development
59 For cross development, the most notable option is the --target option. The
60 most up-to-date list of supported targets can be found at the bottom of the
[all …]

12345678910>>...43