Home
last modified time | relevance | path

Searched +full:- +full:- +full:no +full:- +full:default +full:- +full:features (Results 1 – 25 of 1117) sorted by relevance

12345678910>>...45

/external/rust/crates/grpcio/.github/workflows/
Dci.yml7 - master
9 - cron: '0 22 * * *'
13 RUSTFLAGS: "--deny=warnings"
17 Linux-Format:
18 name: Linux-Format
19 runs-on: ubuntu-latest
21 - uses: actions/checkout@v2
22 - run: sudo apt-get install -y clang-tidy-9
23- run: sudo update-alternatives --install /usr/bin/clang-tidy clang-tidy /usr/bin/clang-tidy-9 100
24- run: which go && go version && which cargo && cargo version && clang --version && openssl versio…
[all …]
/external/rust/crates/flate2/.github/workflows/
Dmain.yml7 runs-on: ${{ matrix.os }}
13 - build: stable
14 os: ubuntu-latest
16 - build: beta
17 os: ubuntu-latest
19 - build: nightly
20 os: ubuntu-latest
22 - build: macos
23 os: macos-latest
25 - build: windows
[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/rust/crates/log/.github/workflows/
Dmain.yml7 runs-on: ${{ matrix.os }}
12 - build: stable
13 os: ubuntu-latest
15 - build: beta
16 os: ubuntu-latest
18 - build: nightly
19 os: ubuntu-latest
21 - build: macos
22 os: macos-latest
24 - build: win32
[all …]
/external/rust/crates/proc-macro2/.github/workflows/
Dci.yml11 runs-on: ubuntu-latest
13 fail-fast: false
17 - uses: actions/checkout@v2
18 - uses: actions-rs/toolchain@v1
23 - run: cargo test
24 - run: cargo test --no-default-features
25 - run: cargo test --features span-locations
26 - run: RUSTFLAGS='--cfg procmacro2_semver_exempt' cargo test
27 - run: RUSTFLAGS='--cfg procmacro2_semver_exempt' cargo test --no-default-features
31 runs-on: ubuntu-latest
[all …]
/external/rust/crates/serde_cbor/
D.travis.yml3 - 1.40.0
4 - stable
5 - beta
6 - nightly
9 - rust: nightly
12 - rustup component add rustfmt
13- rustup target add thumbv7em-none-eabihf # Any target that does not have a standard library w…
15 - cargo fmt --all -- --check
16 - (rustup component add clippy && cargo clippy --all -- -D clippy::all) || true
17 - cargo build
[all …]
/external/rust/crates/regex/
Dtest4 # features. We don't test the complete space, since the complete space is quite
6 # (like regex-automata), we'll be able to test more of the space.
7 echo "===== DEFAULT FEATURES ==="
11 cargo test --doc
13 features=(
16 "std unicode-perl"
18 "std perf-cache"
19 "std perf-dfa"
20 "std perf-inline"
21 "std perf-literal"
[all …]
DCargo.toml.orig5 license = "MIT OR Apache-2.0"
7 repository = "https://github.com/rust-lang/regex"
9 homepage = "https://github.com/rust-lang/regex"
14 categories = ["text-processing"]
20 "bench", "regex-capi", "regex-debug", "regex-syntax",
24 # There are no benchmarks in the library code itself
26 # Doc tests fail when some features aren't present. The easiest way to work
28 # with `cargo test --doc`.
31 # Features are documented in the "Crate features" section of the crate docs:
32 # https://docs.rs/regex/*/#crate-features
[all …]
/external/rust/crates/itoa/.github/workflows/
Dci.yml11 runs-on: ubuntu-latest
13 fail-fast: false
17 - uses: actions/checkout@v2
18 - uses: dtolnay/rust-toolchain@master
21 - run: cargo build
22 - run: cargo build --features i128
23 - run: cargo test --features i128
24 - run: cargo test --features i128 --release
25 - run: cargo build --no-default-features --features i128
26 - run: cargo test --tests --no-default-features --features i128
[all …]
/external/rust/crates/ahash/.github/workflows/
Drust.yml7 runs-on: ubuntu-latest
9 - uses: actions/checkout@v2
10 - name: Install latest stable
11 uses: actions-rs/toolchain@v1
15 - name: check nostd
16 uses: actions-rs/cargo@v1
19 args: --no-default-features
20 - name: test nostd
21 uses: actions-rs/cargo@v1
24 args: --no-default-features
[all …]
/external/vixl/src/aarch64/
Dcpu-features-auditor-aarch64.cc19 // DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
27 #include "cpu-features.h"
28 #include "globals-vixl.h"
29 #include "utils-vixl.h"
30 #include "decoder-aarch64.h"
32 #include "cpu-features-auditor-aarch64.h"
44 auditor_->last_instruction_ = CPUFeatures::None(); in RecordInstructionFeaturesScope()
47 auditor_->seen_.Combine(auditor_->last_instruction_); in ~RecordInstructionFeaturesScope()
50 void Record(const CPUFeatures& features) { in Record() argument
51 auditor_->last_instruction_.Combine(features); in Record()
[all …]
/external/rust/crates/itertools/.github/workflows/
Dci.yml7 - staging
8 - trying
13 runs-on: ubuntu-latest
15 - uses: actions/checkout@v2
16 - uses: dtolnay/rust-toolchain@1.36.0
17 - run: cargo check --no-default-features
18 - run: cargo check --no-default-features --features "use_alloc"
19 - run: cargo check
23 runs-on: ubuntu-latest
25 - uses: actions/checkout@v2
[all …]
/external/rust/crates/nom/
D.travis.yml8 - nightly
9 - beta
10 - stable
11 - 1.31.0
15 - FEATURES='--features "regexp regexp_macros"'
18 - eval git pull --rebase https://github.com/Geal/nom master
19 - eval git log --pretty=oneline HEAD~5..HEAD
23 - rust: nightly
24 env: FEATURES='--no-default-features'
25 - rust: nightly
[all …]
/external/rust/crates/rand/
DCargo.toml.orig5 license = "MIT OR Apache-2.0"
7 repository = "https://github.com/rust-random/rand"
9 homepage = "https://rust-random.github.io/book"
14 categories = ["algorithms", "no-std"]
17 include = ["src/", "LICENSE-*", "README.md", "CHANGELOG.md", "COPYRIGHT"]
19 [features]
20 # Meta-features:
21 default = ["std", "std_rng"]
25 # Option (enabled by default): without "std" rand uses libcore; this option
38 # Option (enabled by default): enable StdRng
[all …]
/external/llvm-project/llvm/test/CodeGen/SystemZ/
Dfunction-attributes-01.ll1 ; RUN: llc < %s -mtriple=s390x-linux-gnu \
2 ; RUN: | FileCheck %s --check-prefixes=CHECK,DEFAULT
3 ; RUN: llc < %s -mtriple=s390x-linux-gnu -mattr=soft-float \
4 ; RUN: | FileCheck %s --check-prefixes=CHECK,SOFT-FLOAT
5 ; RUN: llc < %s -mtriple=s390x-linux-gnu -mattr=-soft-float \
6 ; RUN: | FileCheck %s --check-prefixes=CHECK,NO-SOFT-FL
7 ; RUN: llc < %s -mtriple=s390x-linux-gnu -mattr=-vector \
8 ; RUN: | FileCheck %s --check-prefixes=CHECK,NO-VECTOR
12 attributes #1 = { "target-cpu"="z14" "target-features"="+vector" "use-soft-float"="false" }
14 ; CHECK-LABEL: fun1:
[all …]
/external/crosvm/ci/
Dtest_runner.py3 # Use of this source code is governed by a BSD-style license that can be
7 # - Selects which tests to run based on local environment
8 # - Can run some tests single-threaded
9 # - Can run some tests using the VM provided by the builders.
10 # - Can generate junit xml files for integration with sponge
25 # Print debug info. Overriden by -v or -vv
30 # builders built-in VM.
32 os.path.abspath("./ci/vm_tools/exec_binary_in_vm") + " --no-sync"
35 # Runs tests using QEMU user-space emulation.
37 "qemu-aarch64-static -E LD_LIBRARY_PATH=/workspace/scratch/lib"
[all …]
/external/rust/crates/downcast-rs/.github/workflows/
Dmain.yml7 runs-on: ubuntu-latest
9 - uses: actions/checkout@v2
10 - uses: actions-rs/toolchain@v1
15 - name: Build
16 uses: actions-rs/cargo@v1
19 - name: Test
20 uses: actions-rs/cargo@v1
23 - name: Clippy
24 uses: actions-rs/cargo@v1
27 - name: Docs
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DCommandFlags.inc1 //===-- CommandFlags.h - Command Line Flags Interface -----------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
9 // This file contains codegen-specific flags that are shared between different
13 //===----------------------------------------------------------------------===//
31 cl::desc("Architecture to generate code for (see --version)"));
35 cl::desc("Target a specific cpu type (-mcpu=help for details)"),
36 cl::value_desc("cpu-name"), cl::init(""));
40 cl::desc("Target specific attributes (-mattr=help for details)"),
41 cl::value_desc("a1,+a2,-a3,..."));
[all …]
/external/jackson-annotations/src/main/java/com/fasterxml/jackson/annotation/
DJsonFormat.java8 * General-purpose annotation used for configuring details of how
15 * Common uses include choosing between alternate representations -- for example,
17 * or String (such as ISO-8601 compatible time value) -- as well as configuring
23 * pattern may contain {@link java.text.SimpleDateFormat}-compatible pattern definition.
25 * <li>Can be used on Classes (types) as well, for modified default behavior, possibly
26 * overridden by per-property annotation
33 * will not work as per-property annotation.
37 * will not work as per-property annotation.
40 * {@link Shape#OBJECT} is used. Otherwise the default behavior of serializing to a
42 * will not work as per-property annotation.
[all …]
/external/rust/crates/grpcio/
D.travis.yml13 - RUST_BACKTRACE=1
15 # mode to skip the check. Enabling debug-assertions to get safer test
17 - RUSTFLAGS="--deny=warnings -C debug-assertions"
18 - TEST_BIND=1
24 - libunwind-dev
28 - os: linux
29 arch: arm64-graviton2
32 - scripts/reset-submodule.cmd
33 - export GRPC_VERSION=1.35.0
34 - export PATH="$PATH:$HOME/.cache/bin:$HOME/.cargo/bin"
[all …]
/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/e2fsprogs/misc/
Dmke2fs.conf.5.in1 .\" -*- nroff -*-
7 mke2fs.conf \- Configuration file for mke2fs
12 It controls the default parameters used by
18 file uses an INI-style format. Stanzas, or top-level sections, are
23 An example of the INI-style format used by this configuration file
64 boolean true value, and ``no'', ``n'', ``false'', ``nil'', ``0'',
76 Contains relations which define the default parameters
81 stanza, or by a command-line option provided by the user.
122 This relation specifies the default filesystem type if the user does not
124 .B \-t
[all …]
/external/llvm-project/llvm/lib/CodeGen/
DCommandFlags.cpp1 //===-- CommandFlags.cpp - Command Line Flags Interface ---------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
9 // This file contains codegen-specific flags that are shared between different
13 //===----------------------------------------------------------------------===//
40 if (NAME##View->getNumOccurrences()) { \
106 "march", cl::desc("Architecture to generate code for (see --version)")); in CGOPT()
110 "mcpu", cl::desc("Target a specific cpu type (-mcpu=help for details)"), in CGOPT()
111 cl::value_desc("cpu-name"), cl::init("")); in CGOPT()
116 cl::desc("Target specific attributes (-mattr=help for details)"), in CGOPT()
[all …]
/external/llvm/include/llvm/CodeGen/
DCommandFlags.h1 //===-- CommandFlags.h - Command Line Flags Interface -----------*- C++ -*-===//
8 //===----------------------------------------------------------------------===//
10 // This file contains codegen-specific flags that are shared between different
14 //===----------------------------------------------------------------------===//
35 MArch("march", cl::desc("Architecture to generate code for (see --version)"));
39 cl::desc("Target a specific cpu type (-mcpu=help for details)"),
40 cl::value_desc("cpu-name"),
46 cl::desc("Target specific attributes (-mattr=help for details)"),
47 cl::value_desc("a1,+a2,-a3,..."));
50 "relocation-model", cl::desc("Choose relocation model"),
[all …]
/external/rust/crates/crc32fast/
D.travis.yml4 - cargo
8 - rust: 1.34.0
9 - rust: stable
10 - rust: beta
11 - rust: nightly
12 - os: osx
14 - env: CROSS_TEST=i686-unknown-linux-gnu
16 - env: CROSS_TEST=aarch64-unknown-linux-gnu
17 - env: CROSS_CHECK=wasm32-unknown-unknown
20 - |
[all …]

12345678910>>...45