Searched +full:- +full:- +full:all +full:- +full:features (Results 1 – 25 of 1123) sorted by relevance
12345678910>>...45
| /third_party/rust/crates/syn/.github/workflows/ |
| D | ci.yml | 12 RUSTFLAGS: -Dwarnings 17 runs-on: ubuntu-latest 18 timeout-minutes: 45 20 - uses: actions/checkout@v3 21 - uses: dtolnay/rust-toolchain@nightly 23 components: rustc-dev 24 - run: cargo test --all-features --release --tests 28 runs-on: ${{matrix.os || 'ubuntu'}}-latest 30 fail-fast: false 34 - rust: nightly [all …]
|
| /third_party/skia/third_party/externals/angle2/scripts/ |
| D | vk_mandatory_format_support_capture_to_json.js | 2 * 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 …]
|
| /third_party/flutter/skia/third_party/externals/angle2/scripts/ |
| D | vk_mandatory_format_support_capture_to_json.js | 2 * 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 …]
|
| /third_party/rust/crates/rustix/.github/workflows/ |
| D | main.yml | 6 - main 13 runs-on: ubuntu-latest 15 - uses: actions/checkout@v3 18 - uses: ./.github/actions/install-rust 21 - run: cargo fmt --all -- --check 25 runs-on: ${{ matrix.os }} 30 - build: stable 31 os: ubuntu-latest 33 - build: nightly 34 os: ubuntu-latest [all …]
|
| /third_party/rust/crates/rustix/ |
| D | Cargo.toml | 8 description = "Safe Rust bindings to POSIX/Unix/Linux/Winsock2-like syscalls" 10 license = "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT" 14 categories = ["os::unix-apis", "date-and-time", "filesystem", "network-programming"] 16 rust-version = "1.48" 18 [build-dependencies] 23 itoa = { version = "1.0.1", default-features = false, optional = true } 24 io-lifetimes = { version = "1.0.0", default-features = false, features = ["close"], optional = true… 26 # Special dependencies used in rustc-dep-of-std mode. 27 core = { version = "1.0.0", optional = true, package = "rustc-std-workspace-core" } 28 alloc = { version = "1.0.0", optional = true, package = "rustc-std-workspace-alloc" } [all …]
|
| D | CONTRIBUTING.md | 8 To keep compile times low, most features in rustix's API are behind cargo 9 features. A special feature, `all-apis` enables all APIs, which is useful 13 cargo test --features=all-apis 18 enable the `use-libc` feature: 21 cargo test --features=all-apis,use-libc 26 getting all the `cfg`s lined up to get everything compiling on all the
|
| /third_party/rust/crates/clap/ |
| D | Makefile | 4 # - Easy to debug: show the command being run 5 # - Leverage CI features: Only run individual steps so we can use features like reporting elapsed t… 7 ARGS?=--workspace 10 ARGS+=--target ${TOOLCHAIN_TARGET} 16 _FEATURES_minimal = --no-default-features --features "std" 18 …asm = --no-default-features --features "std help usage error-context suggestions" --features "depr… 19 _FEATURES_full = --features "deprecated derive cargo env unicode string unstable-replace wrap_help" 20 _FEATURES_next = ${_FEATURES_full} --features unstable-v5 21 _FEATURES_debug = ${_FEATURES_full} --features debug --features clap_complete/debug 22 _FEATURES_release = ${_FEATURES_full} --release [all …]
|
| /third_party/vk-gl-cts/external/vulkan-docs/src/appendices/ |
| D | versions.adoc | 1 // Copyright 2015-2022 The Khronos Group Inc. 3 // SPDX-License-Identifier: CC-BY-4.0 14 <<extendingvulkan-compatibility-promotion,promoted>> from extensions. 24 [[versions-1.3]] 28 // is a refpage-specific alternate form of the section. 30 [open,refpage='VK_VERSION_1_3',desc='Vulkan version 1.3',type='feature',anchor='versions-1.3',xrefs… 31 -- 32 Vulkan Version 1.3 <<extendingvulkan-compatibility-promotion,promoted>> a 37 All differences in behavior between these extensions and the corresponding 38 Vulkan 1.3 functionality are summarized in the <<versions-1.3-promotions, [all …]
|
| D | versions.txt | 1 // Copyright 2015-2021 The Khronos Group, Inc. 3 // SPDX-License-Identifier: CC-BY-4.0 14 <<extendingvulkan-compatibility-promotion,promoted>> from extensions. 24 [[versions-1.2]] 28 // is a refpage-specific alternate form of the section. 30 [open,refpage='VK_VERSION_1_2',desc='Vulkan version 1.2',type='feature',anchor='versions-1.2',xrefs… 31 -- 32 Vulkan Version 1.2 <<extendingvulkan-compatibility-promotion,promoted>> a 37 All differences in behavior between these extensions and the corresponding 38 Vulkan 1.2 functionality are summarized in the <<versions-1.2-promotions, [all …]
|
| /third_party/rust/crates/serde/.github/workflows/ |
| D | ci.yml | 9 RUSTFLAGS: -Dwarnings 14 runs-on: ubuntu-latest 16 - uses: actions/checkout@v2 17 - uses: dtolnay/rust-toolchain@nightly 18 - run: cd test_suite && cargo test --features unstable 22 runs-on: windows-latest 24 - uses: actions/checkout@v2 25 - uses: dtolnay/rust-toolchain@nightly 26 - run: cd test_suite && cargo test --features unstable -- --skip ui --exact 30 runs-on: ubuntu-latest [all …]
|
| /third_party/rust/crates/regex/ |
| D | Cargo.toml | 5 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 …]
|
| D | README.md | 4 syntax is similar to Perl-style regular expressions, but lacks a few features 5 like look around and backreferences. In exchange, all searches execute in 10 [](https://github.com/rus… 12 [](https://github.com/rust… 29 Here's a simple example that matches a date in YYYY-MM-DD format and prints the 38 - 40 - 43 let caps = re.captures("2010-03-14").unwrap(); 58 On 2010-03-14, foo happened. On 2014-10-14, bar happened. 62 let re = Regex::new(r"(\d{4})-(\d{2})-(\d{2})").unwrap(); [all …]
|
| /third_party/rust/crates/tracing/.github/workflows/ |
| D | CI.yml | 6 - master 7 - "v0.1.x" 13 # Incremental compilation is useful as part of an edit-build-test-edit cycle, 20 # See https://matklad.github.io/2021/09/04/fast-rust-builds.html#ci-workflow 40 runs-on: ubuntu-latest 42 - uses: actions/checkout@v3 43 - uses: actions-rs/toolchain@v1 48 - name: Check 49 uses: actions-rs/cargo@v1 52 args: --all --tests --benches [all …]
|
| /third_party/rust/crates/minimal-lexical/docs/ |
| D | Development.md | 13 … made **public** to separate the tests from the implementation, although non-documented members is… 24 - Clippy 25 - Rustfmt 26 - Miri 27 - Valgrind 28 - Tarpaulin 29 - Fuzz 30 - Count 39 cargo +nightly install cargo-valgrind 40 cargo +nightly install cargo-tarpaulin [all …]
|
| /third_party/rust/crates/signal-hook/.github/workflows/ |
| D | test.yaml | 14 fail-fast: false 17 - ubuntu-latest 18 - macos-latest 19 - windows-latest 21 - stable 22 - beta 23 - nightly 25 - 1.36.0 27 - 1.40.0 29 runs-on: ${{ matrix.os }} [all …]
|
| /third_party/rust/crates/proc-macro2/.github/workflows/ |
| D | ci.yml | 13 RUSTFLAGS: -Dwarnings 23 runs-on: ubuntu-latest 25 fail-fast: false 28 timeout-minutes: 45 30 - uses: actions/checkout@v3 31 - uses: dtolnay/rust-toolchain@master 34 - run: cargo test 35 - run: cargo test --no-default-features 36 - run: cargo test --features span-locations 37 - name: RUSTFLAGS='--cfg procmacro2_semver_exempt' cargo test [all …]
|
| /third_party/rust/crates/io-lifetimes/.github/workflows/ |
| D | main.yml | 6 - main 12 runs-on: ubuntu-latest 14 - uses: actions/checkout@v3 17 - uses: ./.github/actions/install-rust 20 - run: cargo fmt --all -- --check 24 runs-on: ${{ matrix.os }} 29 - build: stable 30 os: ubuntu-latest 32 - build: nightly 33 os: ubuntu-latest [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
| D | CommandFlags.inc | 1 //===-- 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 …]
|
| /third_party/skia/third_party/externals/zlib/ |
| D | cpu_features.c | 1 /* 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 …]
|
| /third_party/rust/crates/syn/ |
| D | Cargo.toml | 5 categories = ["development-tools::procedural-macro-helpers", "parser-implementations"] 13 "/LICENSE-APACHE", 14 "/LICENSE-MIT", 20 license = "MIT OR Apache-2.0" 22 rust-version = "1.31" 24 [features] 25 default = ["derive", "parsing", "printing", "clone-impls", "proc-macro"] 31 visit-mut = [] 33 clone-impls = [] 34 extra-traits = [] [all …]
|
| /third_party/rust/crates/clap/.github/workflows/ |
| D | rust-next.yml | 1 name: rust-next 4 - cron: '3 3 3 * *' 15 - build: stable 16 os: ubuntu-latest 18 features: "full" 19 - build: linux 20 os: ubuntu-latest 22 features: "full" 23 - build: windows 24 os: windows-latest [all …]
|
| D | ci.yml | 7 - cron: '3 3 3 * *' 17 runs-on: ubuntu-latest 19 - name: Done 27 - build: linux 28 os: ubuntu-latest 30 features: "full" 31 - build: windows 32 os: windows-latest 34 features: "full" 35 - build: mac [all …]
|
| /third_party/vk-gl-cts/external/vulkancts/scripts/src/extensions/ |
| D | schema.json | 2 "$schema": "https://json-schema.org/draft/2020-12/schema", 9 …: "This section must be present for all KHR extensions, for all extensions that were promoted to t… 22 "pattern": "^$|^[1-9]\\.[0-9]\\.[0-9]\\.[0-9]$" 31 …"description": "When this section is present it specifies mandatory features for extension or vulk… 34 "^VkPhysicalDevice[1-9A-Za-z]*Features(EXT|KHR|VALVE)?$": 37 "description": "List of mandatory features in given feature structure.", 44 "features": object 47 …"description": "List of structure attributes - at least one of them must be supported when require… 57 …"description": "List of requirements (other features, extensions, vulkan version). This list can b… 66 "description": "When this section is present it specifies mandatory features variant.", [all …]
|
| /third_party/rust/crates/pin-project-lite/.github/workflows/ |
| D | ci.yml | 10 - main 11 - dev 12 - staging 13 - v[0-9]+.[0-9]+ 15 - cron: '0 1 * * *' 23 RUSTDOCFLAGS: -D warnings 24 RUSTFLAGS: -D warnings 34 fail-fast: false 37 - 1.37 38 - stable [all …]
|
| /third_party/vk-gl-cts/external/vulkan-docs/src/chapters/ |
| D | features.txt | 1 // Copyright 2015-2021 The Khronos Group, Inc. 3 // SPDX-License-Identifier: CC-BY-4.0 5 // This text fragment is used many times in the Features chapter. 7 // tag::features[] 13 slink:VkDeviceCreateInfo to selectively enable these features. 14 // end::features[] 18 [[features]] 19 = Features 21 _Features_ describe functionality which is not supported on all 23 Features are properties of the physical device. [all …]
|
12345678910>>...45