/development/tools/external_crates/crate_health/src/ |
D | name_and_version.rs | 24 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 …]
|
D | name_and_version_map.rs | 19 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()
|
D | lib.rs | 22 use semver::Version; 68 DuplicateCrateVersion(String, Version),
|
/development/samples/ShortcutSample/ |
D | Android.bp | 4 // 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/ |
D | local.properties | 4 # This file must *NOT* be checked in Version Control Systems, 8 # For customization when using a Version Control System, please read the
|
D | default.properties | 4 # This file must be checked in Version Control Systems.
|
D | project.properties | 4 # This file must be checked in Version Control Systems.
|
/development/tools/apkcheck/etc/ |
D | manifest.txt | 1 Manifest-Version: 1.0
|
/development/tools/bugreport/ |
D | manifest-library.mf | 1 Manifest-Version: 1.0
|
D | manifest-tests.mf | 1 Manifest-Version: 1.0
|
/development/samples/training/InteractiveChart/ |
D | project.properties | 4 # Licensed under the Apache License, Version 2.0 (the "License"); 20 # This file must be checked in Version Control Systems.
|
/development/tools/rmtypedefs/etc/ |
D | manifest.txt | 1 Manifest-Version: 1.0
|
/development/samples/TicTacToeLib/ |
D | default.properties | 4 # Licensed under the Apache License, Version 2.0 (the "License"); 20 # This file must be checked in Version Control Systems.
|
/development/samples/TicTacToeMain/ |
D | default.properties | 4 # Licensed under the Apache License, Version 2.0 (the "License"); 20 # This file must be checked in Version Control Systems.
|
/development/sdk/ |
D | platform_source.prop_template | 3 Platform.Version=${PLATFORM_VERSION}
|
/development/host/windows/usb/api/ |
D | AdbWinApi.rc | 4 * Licensed under the Apache License, Version 2.0 (the "License"); 56 // Version
|
/development/host/windows/usb/winusb/ |
D | AdbWinUsbApi.rc | 4 * Licensed under the Apache License, Version 2.0 (the "License"); 56 // Version
|
/development/samples/training/multiscreen/newsreader/ |
D | project.properties | 4 # This file must be checked in Version Control Systems.
|
/development/samples/training/AnimationsDemo/ |
D | project.properties | 4 # This file must be checked in Version Control Systems.
|
/development/samples/JetBoy/ |
D | default.properties | 4 # This file must be checked in Version Control Systems.
|
/development/samples/USB/MissileLauncher/ |
D | default.properties | 4 # This file must be checked in Version Control Systems.
|
/development/samples/USB/AdbTest/ |
D | default.properties | 4 # This file must be checked in Version Control Systems.
|
/development/samples/training/testingfun/app/ |
D | project.properties | 4 # This file must be checked in Version Control Systems.
|
/development/samples/training/basic/FragmentBasics/ |
D | project.properties | 4 # This file must be checked in Version Control Systems.
|
/development/samples/ControllerSample/ |
D | project.properties | 4 # This file must be checked in Version Control Systems.
|