Home
last modified time | relevance | path

Searched refs:Version (Results 1 – 25 of 115) sorted by relevance

12345

/development/tools/external_crates/crate_health/src/
Dname_and_version.rs24 use semver::{BuildMetadata, Prerelease, Version, VersionReq};
26 static MIN_VERSION: Version =
27 Version { major: 0, minor: 0, patch: 0, pre: Prerelease::EMPTY, build: BuildMetadata::EMPTY };
31 fn version(&self) -> &Version; in version() argument
38 version: Version,
44 version: &'a Version,
48 pub fn new(name: String, version: Version) -> Self { in new()
59 Ok(NameAndVersion::new(name.to_string(), Version::parse(version)?)) in try_from_str()
68 fn version(&self) -> &Version { in version() argument
77 pub fn new(name: &'a str, version: &'a Version) -> Self { in new()
[all …]
Dname_and_version_map.rs19 use semver::Version;
57 F: Fn(&mut dyn Iterator<Item = (&'b NameAndVersion, &'b Self::Value)>) -> HashSet<Version> in filter_versions()
122 F: Fn(&mut dyn Iterator<Item = (&'b NameAndVersion, &'b Self::Value)>) -> HashSet<Version> in filter_versions()
140 ) -> HashSet<Version> { in crates_with_single_version() argument
151 ) -> HashSet<Version> { in crates_with_multiple_versions() argument
162 ) -> HashSet<Version> { in most_recent_version() argument
192 let v = Version::parse("1.2.3")?; in test_name_and_version_map_empty()
Dlib.rs22 use semver::Version;
68 DuplicateCrateVersion(String, Version),
/development/samples/ShortcutSample/
DAndroid.bp4 // Licensed under the Apache License, Version 2.0 (the "License");
41 // Version 11.
57 // Version 12.
73 // Version 11, backup disabled.
90 // Version 12, backup disabled.
/development/samples/training/basic/ActivityLifecycle/
Dlocal.properties4 # This file must *NOT* be checked in Version Control Systems,
8 # For customization when using a Version Control System, please read the
Ddefault.properties4 # This file must be checked in Version Control Systems.
Dproject.properties4 # This file must be checked in Version Control Systems.
/development/tools/apkcheck/etc/
Dmanifest.txt1 Manifest-Version: 1.0
/development/tools/bugreport/
Dmanifest-library.mf1 Manifest-Version: 1.0
Dmanifest-tests.mf1 Manifest-Version: 1.0
/development/samples/training/InteractiveChart/
Dproject.properties4 # Licensed under the Apache License, Version 2.0 (the "License");
20 # This file must be checked in Version Control Systems.
/development/tools/rmtypedefs/etc/
Dmanifest.txt1 Manifest-Version: 1.0
/development/samples/TicTacToeLib/
Ddefault.properties4 # Licensed under the Apache License, Version 2.0 (the "License");
20 # This file must be checked in Version Control Systems.
/development/samples/TicTacToeMain/
Ddefault.properties4 # Licensed under the Apache License, Version 2.0 (the "License");
20 # This file must be checked in Version Control Systems.
/development/sdk/
Dplatform_source.prop_template3 Platform.Version=${PLATFORM_VERSION}
/development/host/windows/usb/api/
DAdbWinApi.rc4 * Licensed under the Apache License, Version 2.0 (the "License");
56 // Version
/development/host/windows/usb/winusb/
DAdbWinUsbApi.rc4 * Licensed under the Apache License, Version 2.0 (the "License");
56 // Version
/development/samples/training/multiscreen/newsreader/
Dproject.properties4 # This file must be checked in Version Control Systems.
/development/samples/training/AnimationsDemo/
Dproject.properties4 # This file must be checked in Version Control Systems.
/development/samples/JetBoy/
Ddefault.properties4 # This file must be checked in Version Control Systems.
/development/samples/USB/MissileLauncher/
Ddefault.properties4 # This file must be checked in Version Control Systems.
/development/samples/USB/AdbTest/
Ddefault.properties4 # This file must be checked in Version Control Systems.
/development/samples/training/testingfun/app/
Dproject.properties4 # This file must be checked in Version Control Systems.
/development/samples/training/basic/FragmentBasics/
Dproject.properties4 # This file must be checked in Version Control Systems.
/development/samples/ControllerSample/
Dproject.properties4 # This file must be checked in Version Control Systems.

12345