Home
last modified time | relevance | path

Searched defs:Version (Results 1 – 9 of 9) sorted by relevance

/development/tools/external_crates/crate_tool/src/
Dupgradable.rs34 other: &Version, in is_upgradable_to()
39 impl IsUpgradableTo for semver::Version { implementation
42 other: &Version, in is_upgradable_to()
57 version: &Version, in matches_with_compatibility_rule()
64 version: &Version, in matches_with_compatibility_rule()
Dcrates_io.rs34 fn get_version(&self, version: &semver::Version) -> Option<&Version> { in get_version()
63 impl AndroidDependencies for Version { implementation
Dpseudo_crate.rs83 fn version_of(&self, crate_name: &str) -> Result<Version> { in version_of()
89 pub fn deps(&self) -> &BTreeMap<String, Version> { in deps() argument
Dcrate_type.rs33 fn version(&self) -> &Version { in version()
Dmanaged_crate.rs94 pub fn android_version(&self) -> &Version { in android_version()
/development/samples/VirtualDeviceManager/
DREADME.md442 ### Beyond Android 16
446 ### Android 16 / Baklava / SDK level 36
466 ### Android 15 / Vanilla Ice Cream / SDK level 35
496 ### Android 14 / Upside Down Cake / SDK level 34
521 ### Android 13 / Tiramisu / SDK level 33
/development/tools/external_crates/name_and_version/src/
Dname_and_version.rs34 fn version(&self) -> &Version; in version()
77 fn version(&self) -> &Version { in version()
96 fn version(&self) -> &Version { in version()
Dname_and_version_map.rs143 ) -> HashSet<Version> { in crates_with_single_version()
155 ) -> HashSet<Version> { in crates_with_multiple_versions()
167 ) -> HashSet<Version> { in most_recent_version()
/development/tools/external_crates/crates_io_util/src/
Dfeature.rs60 impl FeaturesAndOptionalDeps for Version { implementation