Home
last modified time | relevance | path

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

12345678910>>...45

/external/rust/crates/grpcio/.github/workflows/
Dci.yml7 - master
9 - cron: '0 22 * * *'
13 …# Some of the bindgen tests generate "deref-nullptr" warnings, see https://github.com/rust-lang/ru…
14 RUSTFLAGS: "--deny=warnings --allow deref-nullptr"
18 Linux-Format:
19 name: Linux-Format
20 runs-on: ubuntu-latest
22 - uses: actions/checkout@v2
23 - run: sudo apt-get install -y clang-tidy-9
24- run: sudo update-alternatives --install /usr/bin/clang-tidy clang-tidy /usr/bin/clang-tidy-9 100
[all …]
/external/angle/scripts/
Dvk_mandatory_format_support_capture_to_json.js2 * Copyright 2018 The ANGLE Project Authors. All rights reserved.
3 * Use of this source code is governed by a BSD-style license that can be
6 * Instructions: Copy all the tables from the HTML source to a plain document
17 // Map all features to indexes of squares.
18 $("#features-formats-mandatory-features-subbyte td").each(function() {
22 indexToFeatureMap[index--] = $(this).text();
28 ["features-formats-mandatory-features-subbyte",
29 "features-formats-mandatory-features-2byte",
30 "features-formats-mandatory-features-4byte",
31 "features-formats-mandatory-features-10bit",
[all …]
/external/rust/crates/ring/src/
Dcpu.rs5 // copyright notice and this permission notice appear in all copies.
7 // THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHORS DISCLAIM ALL WARRANTIES
8 // WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
15 /// A witness indicating that CPU features have been detected and cached.
17 /// TODO: Eventually all feature detection logic should be done through
18 /// functions that accept a `Features` parameter, to guarantee that nothing
21 /// This is a zero-sized type so that it can be "stored" wherever convenient.
23 pub(crate) struct Features(()); struct
26 pub(crate) fn features() -> Features { in features() function
27 // We don't do runtime feature detection on aarch64-apple-* as all AAarch64 in features()
[all …]
/external/rust/crates/vulkano/src/device/
Dfeatures.rs3 // <LICENSE-APACHE or
4 // https://www.apache.org/licenses/LICENSE-2.0> or the MIT
5 // license <LICENSE-MIT or https://opensource.org/licenses/MIT>,
6 // at your option. All files in the project carrying such
13 macro_rules! features { macro
24 /// Represents all the features that are available on a physical device or enabled on
27 /// Note that the `robust_buffer_access` is guaranteed to be supported by all Vulkan
33 /// use vulkano::device::Features;
35 /// let minimal_features = Features {
37 /// .. Features::none()
[all …]
/external/llvm/lib/Support/
DHost.cpp1 //===-- Host.cpp - Implement OS Host Concept --------------------*- C++ -*-===//
8 //===----------------------------------------------------------------------===//
12 //===----------------------------------------------------------------------===//
25 // Include the platform-specific parts of this class.
42 #define DEBUG_TYPE "host-detection"
44 //===----------------------------------------------------------------------===//
48 //===----------------------------------------------------------------------===//
62 return -1; in readCpuInfo()
67 return -1; in readCpuInfo()
172 /// getX86CpuIDAndInfo - Execute the specified cpuid and return the 4 values in
[all …]
/external/rust/crates/rusticata-macros/
D.travis.yml5 - rust: stable
7 - NAME="stable"
8 - FEATURES=''
9 - rust: stable
11 - NAME="stable,clippy"
12 - FEATURES=''
13 - CLIPPY=yes
14 - rust: stable
16 - NAME="stable,fmt"
17 - FEATURES=''
[all …]
/external/rust/crates/criterion/ci/
Dscript.sh1 set -ex
5 FEATURES="async_smol async_tokio async_std async_futures"
8 cargo clippy --all -- -D warnings
11 cargo doc --features "$FEATURES" --all --no-deps
15 cp -r book/book/html/ target/doc/book/
16 travis-cargo doc-upload || true
18 cargo fmt --all -- --check
21 cargo build -Z minimal-versions
23 export RUSTFLAGS="-D warnings"
25 cargo build --features "$FEATURES" $BUILD_ARGS
[all …]
/external/rust/crates/regex/
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"
12 finite automata and guarantees linear time matching on all inputs.
14 categories = ["text-processing"]
21 "bench", "regex-capi", "regex-debug", "regex-syntax",
27 # Doc tests fail when some features aren't present. The easiest way to work
29 # with `cargo test --doc`.
32 # Features are documented in the "Crate features" section of the crate docs:
33 # https://docs.rs/regex/*/#crate-features
[all …]
/external/rust/crates/serde_json/.github/workflows/
Dci.yml9 RUSTFLAGS: -Dwarnings
14 runs-on: ${{matrix.os}}-latest
16 fail-fast: false
20 - uses: actions/checkout@v2
21 - uses: dtolnay/rust-toolchain@nightly
22 - run: cargo test
23 - run: cargo test --features preserve_order --tests -- --skip ui --exact
24 - run: cargo test --features float_roundtrip --tests -- --skip ui --exact
25 - run: cargo test --features arbitrary_precision --tests -- --skip ui --exact
26 - run: cargo test --features float_roundtrip,arbitrary_precision --tests -- --skip ui --exact
[all …]
/external/rust/crates/futures/
DCargo.toml.orig5 rust-version = "1.45"
6 license = "MIT OR Apache-2.0"
9 repository = "https://github.com/rust-lang/futures-rs"
10 homepage = "https://rust-lang.github.io/futures-rs"
13 composability, and iterator-like interfaces.
18 futures-core = { path = "../futures-core", version = "0.3.21", default-features = false }
19 futures-task = { path = "../futures-task", version = "0.3.21", default-features = false }
20 futures-channel = { path = "../futures-channel", version = "0.3.21", default-features = false, feat…
21 futures-executor = { path = "../futures-executor", version = "0.3.21", default-features = false, op…
22 futures-io = { path = "../futures-io", version = "0.3.21", default-features = false }
[all …]
DCargo.toml5 # with all versions of Cargo and also rewrite `path` dependencies
14 rust-version = "1.45"
19 composability, and iterator-like interfaces.
21 homepage = "https://rust-lang.github.io/futures-rs"
29 license = "MIT OR Apache-2.0"
30 repository = "https://github.com/rust-lang/futures-rs"
33 all-features = true
34 rustdoc-args = [
35 "--cfg",
40 features = [
[all …]
/external/rust/crates/combine/
Dci.sh1 #!/bin/bash -x
2 set -ex
6 cargo "$@" check --no-default-features
9 cargo "$@" test --all-features
10 cargo "$@" test --all-features --examples
12 cargo "$@" test --bench json --bench http -- --test
13 cargo "$@" check --bench mp4 --features mp4
15 cargo "$@" build --no-default-features --features alloc
16 cargo "$@" test --no-default-features --features alloc --examples
18 cargo "$@" build --no-default-features
[all …]
/external/vixl/src/
Dcpu-features.h2 // All rights reserved.
33 #include "globals-vixl.h"
38 // VIXL aims to handle and detect all architectural features that are likely to
39 // influence code-generation decisions at EL0 (user-space).
41 // - There may be multiple VIXL feature flags for a given architectural
50 // - Conversely, some extensions have configuration options that do not affect
57 // - VIXL offers separate flags for separate features even if they're
62 // separate features.
64 // - VIXL can detect every feature for which it can generate code.
66 // - VIXL can detect some features for which it cannot generate code.
[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/chrono/
DCargo.toml5 # with all versions of Cargo and also rewrite `path` dependencies
9 # issue against the rust-lang/cargo repository. If you're
23 categories = ["date-and-time"]
24 license = "MIT/Apache-2.0"
27 features = ["serde"]
30 features = ["serde"]
38 required-features = ["__internal_bench"]
43 required-features = ["serde"]
48 [dependencies.num-integer]
50 default-features = false
[all …]
/external/zlib/
Dcpu_features.c1 /* cpu_features.c -- Processor features detection.
3 * Copyright 2018 The Chromium Authors. All rights reserved.
4 * Use of this source code is governed by a BSD-style license that can be
21 /* crc32 is a baseline feature in ARMv8.1-A, and macOS running on arm64 is new
39 #include <cpu-features.h>
44 #include <zircon/features.h>
61 // _cpu_check_features() doesn't need to do anything on mac/arm since all
62 // features are known at build time, so don't call it.
63 // Do provide cpu_check_features() (with a no-op implementation) so that we
64 // don't have to make all callers of it check for mac/arm.
[all …]
/external/angle/third_party/zlib/
Dcpu_features.c1 /* cpu_features.c -- Processor features detection.
3 * Copyright 2018 The Chromium Authors. All rights reserved.
4 * Use of this source code is governed by a BSD-style license that can be
21 /* crc32 is a baseline feature in ARMv8.1-A, and macOS running on arm64 is new
39 #include <cpu-features.h>
44 #include <zircon/features.h>
61 // _cpu_check_features() doesn't need to do anything on mac/arm since all
62 // features are known at build time, so don't call it.
63 // Do provide cpu_check_features() (with a no-op implementation) so that we
64 // don't have to make all callers of it check for mac/arm.
[all …]
/external/tensorflow/tensorflow/core/example/
Dfeature_util.h1 /* Copyright 2016 The TensorFlow Authors. All Rights Reserved.
7 http://www.apache.org/licenses/LICENSE-2.0
23 // int id = example.features().feature().at("tag").int64_list().value(0);
26 // auto features = example->mutable_features();
27 // (*features->mutable_feature())["tag"].mutable_int64_list()->add_value(id);
29 // For float features you have to use float_list, for string - bytes_list.
33 // GetFeatureValues<int64>("tag", &example)->Add(id);
35 // Modification of bytes features is slightly different:
37 // *tag->Add() = "lorem ipsum";
42 // GetFeatureValues gives you access to underlying data - RepeatedField object
[all …]
/external/vixl/src/aarch64/
Dcpu-features-auditor-aarch64.cc2 // All rights reserved.
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/cpu_features/
DREADME.md1-ci.org/google/cpu_features.svg?branch=master)](https://travis-ci.org/google/cpu_features) [![Buil…
3 A cross-platform C library to retrieve CPU features (such as available
8 - [Design Rationale](#rationale)
9 - [Code samples](#codesample)
10 - [Running sample code](#usagesample)
11 - [What's supported](#support)
12 - [Android NDK's drop in replacement](#ndk)
13 - [License](#license)
14 - [Build with cmake](#cmake)
19 - **Simple to use.** See the snippets below for examples.
[all …]
/external/rust/crates/futures-util/
DCargo.toml5 # with all versions of Cargo and also rewrite `path` dependencies
14 rust-version = "1.45"
15 name = "futures-util"
18 Common utilities and extension traits for the futures-rs library.
20 homepage = "https://rust-lang.github.io/futures-rs"
21 license = "MIT OR Apache-2.0"
22 repository = "https://github.com/rust-lang/futures-rs"
25 all-features = true
26 rustdoc-args = [
27 "--cfg",
[all …]
/external/rust/crates/clap/.github/
DCONTRIBUTING.md3 …od at. Anything from documentation, code cleanup, issue completion, new features, you name it, eve…
5 … to the [examples/](examples) directory, or file an issue and tell me. I'm all about giving credit…
9 To test with all features both enabled and disabled, you can run these commands:
12 $ cargo test --no-default-features
13 $ cargo test --features "yaml unstable"
21 $ just run-tests
29 $ cargo test --test <test_name>
33 $ just run-test <test_name>
38 …ainst many different lints using [`clippy`](https://github.com/rust-lang-nursery/rust-clippy). In …
44 $ cargo build --features lints
[all …]
/external/python/google-api-python-client/docs/dyn/
Dandroidmanagement_v1.enterprises.webTokens.html8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
16 font-size: 13px;
21 font-size: 26px;
22 margin-bottom: 1em;
26 font-size: 24px;
27 margin-bottom: 1em;
[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: dtolnay/rust-toolchain@master
21 - run: cargo test
22 - run: cargo test --no-default-features
23 - run: cargo test --features span-locations
24 - run: RUSTFLAGS='--cfg procmacro2_semver_exempt' cargo test
25 - run: RUSTFLAGS='--cfg procmacro2_semver_exempt' cargo test --no-default-features
29 runs-on: ubuntu-latest
[all …]
/external/tensorflow/tensorflow/python/feature_column/
Dfeature_column.py1 # Copyright 2017 The TensorFlow Authors. All Rights Reserved.
7 # http://www.apache.org/licenses/LICENSE-2.0
18 features. FeatureColumns are also the primary way of encoding features for
26 * Continuous features can be represented by `numeric_column`.
27 * Categorical features can be represented by any `categorical_column_with_*`
29 - `categorical_column_with_vocabulary_list`
30 - `categorical_column_with_vocabulary_file`
31 - `categorical_column_with_hash_bucket`
32 - `categorical_column_with_identity`
33 - `weighted_categorical_column`
[all …]

12345678910>>...45