/development/tools/otagui/test/ |
D | test_build.prop | 3 ro.build.version.incremental=7392671 4 ro.build.version.sdk=30 5 ro.build.version.preview_sdk=1 6 ro.build.version.preview_sdk_fingerprint=5f1ee022916302ff92d66186575d0b95 7 ro.build.version.codename=S 8 ro.build.version.all_codenames=S 9 ro.build.version.release=11 10 ro.build.version.release_or_codename=S 11 ro.build.version.security_patch=2021-05-05 12 ro.build.version.base_os= [all …]
|
/development/tools/external_crates/crate_health/src/ |
D | name_and_version.rs | 31 fn version(&self) -> &Version; in version() method 38 version: Version, field 44 version: &'a Version, field 48 pub fn new(name: String, version: Version) -> Self { in new() 49 NameAndVersion { name, version } in new() 52 NameAndVersion { name: nv.name().to_string(), version: nv.version().clone() } in from() 55 NameAndVersion { name, version: MIN_VERSION.clone() } in min_version() 58 pub fn try_from_str(name: &str, version: &str) -> Result<Self> { in try_from_str() 59 Ok(NameAndVersion::new(name.to_string(), Version::parse(version)?)) in try_from_str() 68 fn version(&self) -> &Version { in version() method [all …]
|
D | pseudo_crate.rs | 32 version: String, field 65 version: if krate.name() == "remove_dir_all" in init() 66 && krate.version().to_string() == "0.7.1" in init() 70 krate.version().to_string() in init() 94 .args(["add", format!("{}@={}", krate.name(), krate.version()).as_str()]) in add() 101 return Err(anyhow!("Failed to run 'cargo add {}@{}'", krate.name(), krate.version())); in add()
|
D | reports.rs | 82 &krate.version().to_string(), in table() 105 &krate.version().to_string(), in health_table() 143 let dest_version = if source.version() == dest.version() { in migratable_table() 146 dest.version().to_string() in migratable_table() 150 &source.version().to_string(), in migratable_table() 176 &krate.version().to_string(), in migration_ineligible_table() 207 &source.version().to_string(), in migration_eligible_table() 212 if dest.version() != source.version() { in migration_eligible_table() 213 dest.version() in migration_eligible_table()
|
D | main.rs | 163 println!("Found {} v{} in {}", krate.name(), krate.version(), krate.path()); in main() 205 if pair.source.version() != pair.dest.version() { in main() 208 pair.source.version(), in main() 209 pair.dest.version() in main()
|
D | crate_type.rs | 50 fn version(&self) -> &Version { in version() method 51 self.manifest.version() in version() 54 NameAndVersionRef::new(self.name(), self.version()) in key() 116 format!("{}-{}", self.name(), self.version().to_string()) in staging_dir_name() 178 println!("{} {} {}", self.name(), self.version(), self.path()); in print() 297 fn write_test_manifest(temp_crate_dir: &Path, name: &str, version: &str) -> Result<PathBuf> { in write_test_manifest() 301 format!("[package]\nname = \"{}\"\nversion = \"{}\"\n", name, version), in write_test_manifest() 315 assert_eq!(krate.version().to_string(), "1.2.0"); in test_from_and_properties()
|
D | version_match.rs | 61 dest_nv.version() in new() 120 println!("{} old {} -> new {}", nv.name(), nv.version(), dest.version()) in print() 124 println!("{} {} -> NO MATCHING VERSION", nv.name(), nv.version()) in print() 126 println!("{} {} -> NOT FOUND IN NEW", nv.name(), nv.version()) in print() 132 println!("{} {} -> NOT FOUND IN OLD", nv.name(), nv.version()); in print() 197 .ok_or(anyhow!("Failed to get crate {} {}", nv.name(), nv.version()))? in generate_android_bps() 212 .ok_or(anyhow!("Failed to get crate {} {}", nv.name(), nv.version()))? in diff_android_bps()
|
/development/tools/external_crates/ |
D | Cargo.lock | 3 version = 3 7 version = "1.0.2" 13 version = "0.8.11" 26 version = "1.1.3" 35 version = "0.6.13" 49 version = "1.0.6" 55 version = "0.2.3" 64 version = "1.0.2" 73 version = "3.0.2" 83 version = "1.0.81" [all …]
|
/development/tools/repo_diff/service/repodiff/ |
D | Gopkg.lock | 8 version = "v0.19.0" 20 version = "1.11" 26 version = "v1.1.0" 32 version = "v1.3" 38 version = "v1.0.0" 53 version = "v0.8.0" 59 version = "v1.0.0" 65 version = "v1.2.0" 71 version = "v1.2.1" 120 version = "v1.0.0" [all …]
|
D | Gopkg.toml | 11 # version = "1.0.0" 20 # version = "2.4.0" 30 version = "1.11.0" 34 version = "0.8.0" 38 version = "1.2.0" 42 version = "1.2.1"
|
/development/vndk/snapshot/ |
D | multi_update.py | 33 for version in versions: 34 if version not in VNDK_SNAPSHOT_SOURCE_BRANCHES: 35 raise ValueError ('Unknown VNDK version: {}'.format(version)) 36 logging.info('Updating snapshot version {}'.format(version)) 37 branch = VNDK_SNAPSHOT_SOURCE_BRANCHES[version] 40 update.run(version, branch, bid, None, args.use_current_branch,
|
/development/vndk/tools/header-checker/src/utils/ |
D | config_file.h | 90 const std::string &version) const { in HasSection() argument 91 return map_.find({section_name, version}) != map_.end(); in HasSection() 95 const std::string &version) const { in GetSection() argument 96 auto &&it = map_.find({section_name, version}); in GetSection() 105 bool HasProperty(const std::string §ion_name, const std::string &version, in HasProperty() argument 107 auto &&it = map_.find({section_name, version}); in HasProperty() 114 bool GetProperty(const std::string §ion_name, const std::string &version, in GetProperty() argument 116 auto &&it = map_.find({section_name, version}); in GetProperty()
|
/development/samples/PictureInPicture/ComposePip/ |
D | build.gradle | 8 id 'com.android.application' version '7.3.0' apply false 9 id 'com.android.library' version '7.3.0' apply false 10 id 'org.jetbrains.kotlin.android' version '1.8.0' apply false
|
/development/samples/NsdManagerSample/ |
D | build.gradle | 3 id 'com.android.application' version '8.0.0' apply false 4 id 'com.android.library' version '8.0.0' apply false 5 id 'org.jetbrains.kotlin.android' version '1.8.20-RC' apply false
|
/development/tools/external_crates/crate_health/ |
D | Cargo.toml | 3 version = "0.1.0" 11 clap = { version = "4.4.6", features = ["derive"] } 16 serde = { version = "1", features = ["derive"] }
|
/development/samples/ShortcutSample/ |
D | Android.bp | 25 // Base version (10) 31 "--version-code", 47 "--version-code", 63 "--version-code", 79 "--version-code", 96 "--version-code",
|
/development/tools/cargo_embargo/testdata/ |
D | README.md | 17 cargo metadata --format-version 1 | jq --sort-keys \ 28 - `expected_Android.bp`: Adjust the version numbers to match the current version 30 - `crates.json`: Adjust version numbers and `package_dir` as necessary.
|
/development/tools/external_crates/crate_health/src/templates/ |
D | Cargo.toml.template | 3 version = "0.1.0" 9 {{ for crate in deps }}{crate.name} = "{crate.version}"
|
/development/tools/winscope/src/parsers/protolog/legacy/ |
D | parser_protolog.ts | 64 if (fileProto.version === ParserProtoLog.PROTOLOG_32_BIT_VERSION) { 65 if (configJson32.version !== ParserProtoLog.PROTOLOG_32_BIT_VERSION) { 66 …const message = `Unsupported ProtoLog JSON config version ${configJson32.version} expected ${Parse… 70 } else if (fileProto.version === ParserProtoLog.PROTOLOG_64_BIT_VERSION) { 71 if (configJson64.version !== ParserProtoLog.PROTOLOG_64_BIT_VERSION) { 72 …const message = `Unsupported ProtoLog JSON config version ${configJson64.version} expected ${Parse… 272 version: string; property
|
/development/scripts/ |
D | add3prf.py | 122 def add_metadata(name, version, description, license_group, multi_license): argument 134 name=name, description=description, version=version, 337 version = "" 344 elif not version and VERSION_MATCHER.match(line): 345 version = VERSION_MATCHER.match(line).group(1) 350 if name and version and description and cargo_license: 352 return name, version, description, cargo_license 364 name, version, description, cargo_license = parse_cargo_toml(cargo) 365 if not name or not version or not description: 371 add_metadata(name, version, description, preferred_license.group.name, len(licenses) > 1)
|
/development/gsi/build_with_kernel/ |
D | fetch_kernel.sh | 26 local version=$(echo $name | sed -e 's/common-//g' -e 's/-kernel.*//g' -e 's/_/\./g') 29 ${FETCH} --branch aosp_kernel-common-${version} --target ${target} --latest
|
/development/vndk/tools/image-diff-tool/ |
D | allowlist.txt | 4 system/build.prop=ro.system.build.version.incremental 6 system/build.prop=ro.build.version.incremental
|
/development/apps/ShareTest/ |
D | build.gradle | 2 id 'com.android.application' version '7.4.2' apply false 3 id 'org.jetbrains.kotlin.android' version '1.8.0' apply false
|
/development/tools/ota_analysis/src/services/ |
D | update_metadata_pb.js | 494 Signature.prototype.version = 0; method in Signature 536 if (message.version != null && Object.hasOwnProperty.call(message, "version")) 537 writer.uint32(/* id 1, wireType 0 =*/8).uint32(message.version); 577 message.version = reader.uint32(); 620 if (message.version != null && message.hasOwnProperty("version")) 621 if (!$util.isInteger(message.version)) 644 if (object.version != null) 645 message.version = object.version >>> 0; 670 object.version = 0; 680 if (message.version != null && message.hasOwnProperty("version")) [all …]
|
/development/tools/otagui/src/components/ |
D | JobConfiguration.vue | 11 <strong> Incremental source version: </strong> {{ job.incremental_build_version }} 15 <strong> Target source version: </strong> {{ job.target_build_version }}
|