Searched +full:minimal +full:- +full:versions (Results 1 – 25 of 528) sorted by relevance
12345678910>>...22
/external/rust/crates/rustversion/.github/workflows/ |
D | ci.yml | 11 runs-on: ubuntu-latest 13 fail-fast: false 17 - uses: actions/checkout@v2 18 - uses: dtolnay/rust-toolchain@master 21 - run: cargo test 23 minimal: 24 name: Minimal versions 25 runs-on: ubuntu-latest 27 - uses: actions/checkout@v2 28 - uses: dtolnay/rust-toolchain@nightly [all …]
|
/external/rust/crates/tinytemplate/ |
D | README.md | 3 <div align="center">Minimal Lightweight Text Templating</div> 23 - [Table of Contents](#table-of-contents) 24 - [Goals](#goals) 25 - [Why TinyTemplate?](#why-tinytemplate) 26 - [Quickstart](#quickstart) 27 - [Compatibility Policy](#compatibility-policy) 28 - [Contributing](#contributing) 29 - [Maintenance](#maintenance) 30 - [License](#license) 36 …- __Small__: TinyTemplate deliberately does not support many features of more powerful template en… [all …]
|
/external/rust/crates/paste/.github/workflows/ |
D | ci.yml | 11 runs-on: ubuntu-latest 13 fail-fast: false 17 - uses: actions/checkout@v2 18 - uses: dtolnay/rust-toolchain@master 21 - run: cargo test 25 runs-on: ubuntu-latest 27 - uses: actions/checkout@v2 28 - uses: dtolnay/rust-toolchain@1.31.0 29 - run: cargo test --test test_item 31 minimal: [all …]
|
/external/libwebsockets/READMEs/ |
D | README.problems.md | 5 ------------------------------------------ 7 Older versions of lws don't attract any new work after they are released 8 (see [the release policy](https://libwebsockets.org/git/libwebsockets/tree/READMEs/README.release-p… 13 Old, old versions may be convenient for you to use for some reason. But unless 16 issues on ancient versions. Whereas if the problem exists on master, and can be 20 the -stable branch of the last released version to see if it was already solved 24 ---------------------- 50 Use the test apps / minimal examples as sanity checks 51 ----------------------------------------------------- 53 The test server and client, and any more specifically relevant minimal example [all …]
|
/external/autotest/ |
D | MODULE_LICENSE_LGPL | 32 The "Minimal Corresponding Source" for a Combined Work means the 47 2. Conveying Modified Versions. 101 0) Convey the Minimal Corresponding Source under the terms of this 113 of the Library that is interface-compatible with the Linked 123 the Minimal Corresponding Source and Corresponding Application 144 6. Revised Versions of the GNU Lesser General Public License. 146 The Free Software Foundation may publish revised and/or new versions 148 versions will be similar in spirit to the present version, but may 162 whether future versions of the GNU Lesser General Public License shall
|
D | LGPL_LICENSE | 32 The "Minimal Corresponding Source" for a Combined Work means the 47 2. Conveying Modified Versions. 101 0) Convey the Minimal Corresponding Source under the terms of this 113 of the Library that is interface-compatible with the Linked 123 the Minimal Corresponding Source and Corresponding Application 144 6. Revised Versions of the GNU Lesser General Public License. 146 The Free Software Foundation may publish revised and/or new versions 148 versions will be similar in spirit to the present version, but may 162 whether future versions of the GNU Lesser General Public License shall
|
/external/javaparser/ |
D | LICENSE.LGPL | 32 The "Minimal Corresponding Source" for a Combined Work means the 47 2. Conveying Modified Versions. 101 0) Convey the Minimal Corresponding Source under the terms of this 113 of the Library that is interface-compatible with the Linked 123 the Minimal Corresponding Source and Corresponding Application 144 6. Revised Versions of the GNU Lesser General Public License. 146 The Free Software Foundation may publish revised and/or new versions 148 versions will be similar in spirit to the present version, but may 162 whether future versions of the GNU Lesser General Public License shall
|
/external/elfutils/ |
D | COPYING-LGPLV3 | 32 The "Minimal Corresponding Source" for a Combined Work means the 47 2. Conveying Modified Versions. 101 0) Convey the Minimal Corresponding Source under the terms of this 113 of the Library that is interface-compatible with the Linked 123 the Minimal Corresponding Source and Corresponding Application 144 6. Revised Versions of the GNU Lesser General Public License. 146 The Free Software Foundation may publish revised and/or new versions 148 versions will be similar in spirit to the present version, but may 162 whether future versions of the GNU Lesser General Public License shall
|
/external/rust/crates/proc-macro2/.github/workflows/ |
D | ci.yml | 11 runs-on: ubuntu-latest 13 fail-fast: false 17 - uses: actions/checkout@v2 18 - uses: actions-rs/toolchain@v1 21 profile: minimal 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 [all …]
|
/external/ImageMagick/m4/ |
D | framework.m4 | 34 # The "Minimal Corresponding Source" for a Combined Work means the 49 # 2. Conveying Modified Versions. 103 # 0) Convey the Minimal Corresponding Source under the terms of this 115 # of the Library that is interface-compatible with the Linked 125 # the Minimal Corresponding Source and Corresponding Application 146 # 6. Revised Versions of the GNU Lesser General Public License. 148 # The Free Software Foundation may publish revised and/or new versions 150 # versions will be similar in spirit to the present version, but may 164 # whether future versions of the GNU Lesser General Public License shall 170 # [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND], [all …]
|
/external/rust/crates/walkdir/.github/workflows/ |
D | ci.yml | 6 - master 8 - cron: '00 01 * * *' 12 runs-on: ${{ matrix.os }} 16 - pinned 17 - pinned-win 18 - stable 19 - beta 20 - nightly 21 - macos 22 - win-msvc [all …]
|
/external/rust/crates/bytes/ci/ |
D | test-stable.sh | 3 set -ex 5 cmd="${1:-test}" 7 # Install cargo-hack for feature flag test 8 cargo install cargo-hack 11 # * --each-feature includes both default/no-default features 12 # * --optional-deps is needed for serde feature 13 cargo hack "${cmd}" --each-feature --optional-deps 15 cargo "${cmd}" --all-features 17 cargo doc --no-deps --all-features 21 cargo check --benches [all …]
|
/external/flatbuffers/tests/FlatBuffers.Test/ |
D | NetTest.sh | 5 curl -OL https://dot.net/v1/dotnet-install.sh 6 chmod +x dotnet-install.sh 7 ./dotnet-install.sh --version 3.1.101 --install-dir dotnet_tmp 10 curl -OL https://dist.nuget.org/win-x86-commandline/v5.4.0/nuget.exe 19 msbuild -property:Configuration=Release,OutputPath=tempcs -verbosity:minimal FlatBuffers.Test.csproj 21 rm -fr tempcs 25 # Repeat with unsafe versions 27 msbuild -property:Configuration=Release,UnsafeByteBuffer=true,OutputPath=tempcsUnsafe -verbosity:mi… 29 rm -fr tempcsUnsafe 34 rm -fr dotnet_tmp [all …]
|
/external/python/dateutil/ |
D | CONTRIBUTING.md | 3 This document outlines the ways to contribute to `python-dateutil`. This is a fairly small, low-tra… 8 …ontribution - it's important to get feedback about how the library is failing, and there's no bett… 10 …minimal, reproducible example - a small, self-contained script that can reproduce the behavior is … 12 …versions of everything involved, at a minimum please include operating system, `python` version an… 13 - `dateutil`: `python -c 'import dateutil; print(dateutil.__version__)'` 14 - `Python`: `python --version` 16 3. A description of the problem - what *is* happening and what *should* happen. 18 While pull requests fixing bugs are accepted, they are *not* required - the bug report in itself is… 26 …- improvements to documentation, bug fixes, feature implementations, fixes to the build system, e… 28 …ests* - please write one or more tests to cover the behavior you intend your patch to improve. Ide… [all …]
|
/external/jacoco/org.jacoco.doc/docroot/doc/ |
D | classids.html | 1 <?xml version="1.0" encoding="UTF-8" ?> 2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-st… 5 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 6 <link rel="stylesheet" href="resources/doc.css" charset="UTF-8" type="text/css" /> 8 <title>JaCoCo - Class Ids</title> 28 Class ids are 64-bit integer values, for example 45 The concept of class ids allows distinguishing different versions of classes, 46 for example when multiple versions of an application are deployed to an 47 application server or different versions of libraries are included. 50 Also class ids are the prerequisite for JaCoCo's minimal runtime-overhead and [all …]
|
D | mission.html | 1 <?xml version="1.0" encoding="UTF-8" ?> 2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-st… 5 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 6 <link rel="stylesheet" href="resources/doc.css" charset="UTF-8" type="text/css" /> 8 <title>JaCoCo - Mission</title> 30 implementing the Eclipse plug-in <a href="http://www.eclemma.org/">EclEmma</a> 33 line, IDE plug-in) and do not offer a documented API that allows embedding in 38 current Java versions. Due to the lack of regression tests maintenance and 47 <a href="maven.html">Maven plug-in</a> and the 48 <a href="http://www.eclemma.org/">EclEmma Eclipse plug-in</a> are provided as [all …]
|
/external/zstd/programs/ |
D | README.md | 6 - `zstd` : default CLI supporting gzip-like arguments; includes dictionary builder, benchmark, and … 7 - `zstd_nolegacy` : Same as `zstd` but without support for legacy zstd formats 8 - `zstd-small` : CLI optimized for minimal size; no dictionary builder, no benchmark, and no suppor… 9 - `zstd-compress` : version of CLI which can only compress into zstd format 10 - `zstd-decompress` : version of CLI which can only decompress zstd format 16 - __HAVE_THREAD__ : multithreading is automatically enabled when `pthread` is detected. 23 - __ZSTD_LEGACY_SUPPORT__ : `zstd` can decompress files compressed by older versions of `zstd`. 24 …Starting v0.8.0, all versions of `zstd` produce frames compliant with the [specification](../doc/z… 25 But older versions (< v0.8.0) produced different, incompatible, frames. 34 - __HAVE_ZLIB__ : `zstd` can compress and decompress files in `.gz` format. [all …]
|
/external/rust/crates/unicode-normalization/src/ |
D | perfect_hash.rs | 2 // file at the top-level directory of this distribution and at 3 // http://rust-lang.org/COPYRIGHT. 5 // Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or 6 // http://www.apache.org/licenses/LICENSE-2.0> or the MIT license 7 // <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your 11 //! Support for lookups based on minimal perfect hashing. 14 // it can share some work between the unsalted and salted versions. 16 fn my_hash(key: u32, salt: u32, n: usize) -> usize { in my_hash() 22 /// Do a lookup using minimal perfect hashing. 37 ) -> V in mph_lookup() [all …]
|
/external/rust/crates/regex-automata/ |
D | README.md | 1 regex-automata 8 …atus](https://github.com/BurntSushi/regex-automata/workflows/ci/badge.svg)](https://github.com/Bur… 9 [![](http://meritbadge.herokuapp.com/regex-automata)](https://crates.io/crates/regex-automata) 11 Dual-licensed under MIT or the [UNLICENSE](http://unlicense.org). 16 https://docs.rs/regex-automata 25 regex-automata = "0.1" 43 let re = Regex::new(r"[0-9]{4}-[0-9]{2}-[0-9]{2}").unwrap(); 44 let text = b"2018-12-24 2016-10-08"; 50 please see the [docs](https://docs.rs/regex-automata). 67 You may also need to serialize both little and big endian versions of each [all …]
|
/external/aac/libAACenc/src/ |
D | qc_data.h | 1 /* ----------------------------------------------------------------------------- 4 © Copyright 1995 - 2018 Fraunhofer-Gesellschaft zur Förderung der angewandten 13 AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient 14 general perceptual audio codecs. AAC-ELD is considered the best-performing 15 full-bandwidth communications codec by independent studies and is widely 29 Commercially-licensed AAC software libraries, including floating-point versions 55 Your modified versions of the FDK AAC Codec must carry prominent notices stating 56 that you changed the software and the date of any change. For modified versions 58 must be replaced by the term "Third-Party Modified Version of the Fraunhofer FDK 65 Fraunhofer provides no warranty of patent non-infringement with respect to this [all …]
|
/external/rust/crates/linked-hash-map/ |
D | README.md | 7 * keep this compiling with the latest versions of Rust or its dependencies. 8 * have minimal review requirements, such as documentation changes (so not totally new APIs). 10 ------ 13 A HashMap wrapper that holds key-value pairs in insertion order. 15 Documentation is available at https://docs.rs/linked-hash-map.
|
/external/rust/crates/lru-cache/ |
D | README.md | 7 * keep this compiling with the latest versions of Rust or its dependencies. 8 * have minimal review requirements, such as documentation changes (so not totally new APIs). 10 ------ 12 A cache that holds a limited number of key-value pairs. 14 Documentation is available at https://contain-rs.github.io/lru-cache/lru_cache.
|
/external/libpng/projects/vstudio/ |
D | README.txt | 5 Copyright (c) 2010,2013,2015 Glenn Randers-Pehrson 12 Visual Studio 2010. It may also work under later versions of Visual 17 -------------------- 20 You will probably not be familiar with the contents of zlib.props - 27 --------- 34 ------------------------ 48 a non-standard runtime library - the "MultiThreaded" version. When you 54 ----------------- 57 Debug versions have limited support 58 ----------------------------------- [all …]
|
/external/rust/crates/criterion/ci/ |
D | script.sh | 1 set -ex 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 27 cargo test --features "$FEATURES" --all [all …]
|
/external/vulkan-validation-layers/layers/ |
D | android_ndk_types.h | 1 /* Copyright (c) 2018-2019 The Khronos Group Inc. 2 * Copyright (c) 2018-2019 Valve Corporation 3 * Copyright (c) 2018-2019 LunarG, Inc. 4 * Copyright (C) 2018-2019 Google Inc. 10 * http://www.apache.org/licenses/LICENSE-2.0 27 // the platform-28 (Android P) versions of the header files. A partial set exists in the 28 // platform-26 (O) headers, where hardware_buffer.h first appears in the NDK. 30 // Building Vulkan validation with NDK header files prior to platform-26 is not supported. 32 // Decoder ring for Android compile symbols found here: https://github.com/android-ndk/ndk/issues/4… 35 #include <android/api-level.h> [all …]
|
12345678910>>...22