| /development/tools/external_crates/crate_health/src/ |
| D | name_and_version.rs | 3 // Licensed under the Apache License, Version 2.0 (the "License"); 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, 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() [all …]
|
| D | pseudo_crate.rs | 3 // Licensed under the Apache License, Version 2.0 (the "License"); 32 version: String, field 61 // * remove_dir_all has a version not known by crates.io (b/313489216) in init() 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 | 3 // Licensed under the Apache License, Version 2.0 (the "License"); 78 let mut table = Table::new(&[&"Crate", &"Version", &"Path"]); in table() 82 &krate.version().to_string(), in table() 93 &"Version", in health_table() 105 &krate.version().to_string(), in health_table() 139 let mut table = Table::new(&[&"Crate", &"Old Version", &"New Version", &"Path"]); in migratable_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() 165 &"Version", in migration_ineligible_table() [all …]
|
| /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/ |
| 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/tools/otagui/ |
| D | package-lock.json | 3 "version": "0.1.0", string 9 "version": "0.1.0", string 52 "version": "7.14.5", string 63 "version": "7.14.7", string 71 "version": "7.14.6", string 100 "version": "7.14.5", string 113 "version": "7.14.5", string 125 "version": "7.14.5", string 138 "version": "7.14.5", string 155 "version": "7.14.6", string [all …]
|
| /development/tools/ota_analysis/ |
| D | package-lock.json | 3 "version": "0.1.0", string 9 "version": "0.1.0", string 52 "version": "7.14.5", string 63 "version": "7.14.7", string 71 "version": "7.14.6", string 100 "version": "7.14.5", string 113 "version": "7.14.5", string 125 "version": "7.14.5", string 138 "version": "7.14.5", string 155 "version": "7.14.6", string [all …]
|
| /development/tools/winscope/ |
| D | package-lock.json | 3 "version": "0.0.0", string 9 "version": "0.0.0", string 90 "version": "1.2.6", string 99 "version": "4.3.3", string 105 "version": "2.2.0", string 118 "version": "0.1402.10", string 133 "version": "6.6.7", string 145 "version": "1.14.1", string 151 "version": "14.2.10", string 259 "version": "14.2.10", string [all …]
|
| D | protractor.config.js | 4 * Licensed under the Apache License, Version 2.0 (the "License"); 18 // Chrome driver must match the system's Chrome browser version. 19 // Use this command to update to the specified Chrome driver version: 20 // node node_modules/.bin/webdriver-manager update -- versions.chrome=<NEW VERSION> 21 // and change the hardcoded version here
|
| /development/vndk/snapshot/ |
| D | multi_update.py | 5 # Licensed under the Apache License, Version 2.0 (the "License"); 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/tools/rmtypedefs/.idea/ |
| D | misc.xml | 1 <?xml version="1.0" encoding="UTF-8"?> 2 <project version="4"> 4 <entry_points version="2.0" /> 6 …<component name="ProjectRootManager" version="2" languageLevel="JDK_1_6" assert-keyword="true" jdk…
|
| /development/samples/training/ContactsList/src/com/example/android/contactslist/util/ |
| D | Utils.java | 4 * Licensed under the Apache License, Version 2.0 (the "License"); 73 * Uses static final constants to detect if the device's platform version is Gingerbread or 77 return Build.VERSION.SDK_INT >= Build.VERSION_CODES.GINGERBREAD; in hasGingerbread() 81 * Uses static final constants to detect if the device's platform version is Honeycomb or 85 return Build.VERSION.SDK_INT >= Build.VERSION_CODES.HONEYCOMB; in hasHoneycomb() 89 * Uses static final constants to detect if the device's platform version is Honeycomb MR1 or 93 return Build.VERSION.SDK_INT >= Build.VERSION_CODES.HONEYCOMB_MR1; in hasHoneycombMR1() 97 * Uses static final constants to detect if the device's platform version is ICS or 101 return Build.VERSION.SDK_INT >= Build.VERSION_CODES.ICE_CREAM_SANDWICH; in hasICS()
|
| /development/tools/motion/motion_test_watcher_app/ |
| D | package-lock.json | 3 "version": "0.0.0", string 9 "version": "0.0.0", string 41 "version": "2.3.0", string 54 "version": "0.1703.5", string 69 "version": "17.3.5", string 198 "version": "0.1703.5", string 217 "version": "17.3.5", string 244 "version": "17.3.5", string 262 "version": "17.3.5", string 277 "version": "17.3.5", string [all …]
|
| /development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/ |
| D | Utils.java | 4 * Licensed under the Apache License, Version 2.0 (the "License"); 60 return Build.VERSION.SDK_INT >= VERSION_CODES.FROYO; in hasFroyo() 64 return Build.VERSION.SDK_INT >= VERSION_CODES.GINGERBREAD; in hasGingerbread() 68 return Build.VERSION.SDK_INT >= VERSION_CODES.HONEYCOMB; in hasHoneycomb() 72 return Build.VERSION.SDK_INT >= VERSION_CODES.HONEYCOMB_MR1; in hasHoneycombMR1() 76 return Build.VERSION.SDK_INT >= VERSION_CODES.JELLY_BEAN; in hasJellyBean() 80 return Build.VERSION.SDK_INT >= VERSION_CODES.KITKAT; in hasKitKat()
|
| /development/vndk/tools/header-checker/src/utils/ |
| D | config_file.h | 3 // Licensed under the Apache License, Version 2.0 (the "License"); 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/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/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/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/samples/devbytes/telephony/SmsSampleProject/.idea/ |
| D | misc.xml | 1 <?xml version="1.0" encoding="UTF-8"?> 2 <project version="4"> 4 <entry_points version="2.0" /> 16 …<component name="ProjectRootManager" version="2" languageLevel="JDK_1_7" default="true" assert-key…
|
| /development/samples/ShortcutSample/ |
| D | Android.bp | 4 // Licensed under the Apache License, Version 2.0 (the "License"); 25 // Base version (10) 31 "--version-code", 41 // Version 11. 47 "--version-code", 57 // Version 12. 63 "--version-code", 73 // Version 11, backup disabled. 79 "--version-code", 90 // Version 12, backup disabled. [all …]
|
| /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/vndk/tools/ |
| D | modify_system_img.sh | 4 # Licensed under the Apache License, Version 2.0 (the "License"); 25 echo "vendor_version is the version of the vendor image" 26 echo " e.g. 8.1.0 for Android version O-MR1" 97 readonly SPL_PROPERTY_NAME="ro.build.version.security_patch" 98 readonly RELEASE_VERSION_PROPERTY_NAME="ro.build.version.release" 99 readonly VNDK_VERSION_PROPERTY="ro.vndk.version" 116 echo " Current release version: "$CURRENT_VERSION"" 131 # Update release version to <vendor_version> 140 echo " New release version for vendor.img: "$VENDOR_VERSION"" 144 # add ro.vndk.version for O-MR1
|
| /development/samples/browseable/AsymmetricFingerprintDialog/res/values/ |
| D | base-strings.xml | 1 <?xml version="1.0" encoding="UTF-8"?> 5 Licensed under the Apache License, Version 2.0 (the "License"); 25 before proceeding some actions such as purchasing an item. This version uses asymmetric keys.
|