Home
last modified time | relevance | path

Searched refs:version_check (Results 1 – 25 of 51) sorted by relevance

123

/third_party/rust/crates/version_check/
DREADME.md3 …(https://github.com/SergioBenitez/version_check/workflows/CI/badge.svg)](https://github.com/Sergio…
4 …es.io Version](https://img.shields.io/crates/v/version_check.svg)](https://crates.io/crates/versio…
5 [![rustdocs on docs.rs](https://docs.rs/version_check/badge.svg)](https://docs.rs/version_check)
19 version_check = "0.9"
22 `version_check` is compatible and compiles with Rust 1.0.0 and beyond.
30 extern crate version_check as rustc;
40 extern crate version_check as rustc;
52 extern crate version_check as rustc;
61 See the [rustdocs](https://docs.rs/version_check) for more examples and complete
77 `version_check` is licensed under either of the following, at your option:
DCargo.toml2 name = "version_check"
6 documentation = "https://docs.rs/version_check/"
7 repository = "https://github.com/SergioBenitez/version_check"
DREADME.OpenSource3 "Name": "version_check",
8 "Upstream URL": "https://github.com/SergioBenitez/version_check",
DBUILD.gn17 crate_name = "version_check"
25 cargo_pkg_name = "version_check"
/third_party/rust/crates/proc-macro-error/
Dbuild.rs2 if !version_check::is_feature_flaggable().unwrap_or(false) { in main()
6 if version_check::is_max_version("1.38.0").unwrap_or(false) in main()
7 || !version_check::Channel::read().unwrap().is_stable() in main()
DCargo.toml40 version_check = "0.9"
/third_party/mesa3d/src/gallium/drivers/crocus/ci/
Ddeqp-crocus-hsw.toml11 version_check = "GL ES 3.2.*git"
24 version_check = "GL ES 3.2.*git"
37 version_check = "GL ES 3.2.*git"
Ddeqp-crocus-g41.toml11 version_check = "GL ES 2.0.*git"
/third_party/flutter/skia/third_party/externals/freetype/
Dautogen.sh103 version_check=`compare_to_minimum_version $version $4`
104 if test "$version_check"x = 0x; then
/third_party/skia/third_party/externals/freetype/
Dautogen.sh103 version_check=`compare_to_minimum_version $version $4`
104 if test "$version_check"x = 0x; then
/third_party/freetype/
Dautogen.sh103 version_check=`compare_to_minimum_version $version $4`
104 if test "$version_check"x = 0x; then
/third_party/ltp/testcases/kernel/controllers/cpuset/
Dcpuset_funcs.sh82 version_check() function
153 version_check
/third_party/rust/crates/proc-macro-error/proc-macro-error-attr/
Dbuild.rs2 if version_check::is_max_version("1.36.0").unwrap_or(false) { in main()
DCargo.toml23 version_check = "0.9"
/third_party/mesa3d/src/panfrost/ci/
Ddeqp-panfrost-t760.toml10 version_check = "GL ES 3.1.*git"
Ddeqp-panfrost-t720.toml10 version_check = "GL ES 2.0.*git"
Ddeqp-panfrost-t860.toml10 version_check = "GL ES 3.1.*git"
Ddeqp-panfrost-g72.toml10 version_check = "GL ES 3.1.*git"
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ci/
Ddeqp-llvmpipe-asan.toml11 version_check = "GL ES 3.2.*git"
/third_party/mesa3d/src/broadcom/ci/
Ddeqp-broadcom-rpi3.toml12 version_check = "GL ES 2.0.*git"
Ddeqp-broadcom-rpi4.toml11 version_check = "GL ES 3.1.*git"
/third_party/mesa3d/src/gallium/drivers/i915/ci/
Ddeqp-i915g.toml11 version_check = "GL ES 2.0.*git"
/third_party/mesa3d/src/gallium/drivers/radeonsi/ci/
Ddeqp-radeonsi-stoney.toml10 version_check = "GL ES 3.2.*git"
/third_party/mesa3d/src/gallium/drivers/zink/ci/
Ddeqp-zink-anv-tgl.toml12 #version_check = "GL ES 3.2.*git"
Ddeqp-zink-lvp.toml12 version_check = "GL ES 3.2.*git"

123