Searched refs:versions (Results 1 – 13 of 13) sorted by relevance
/development/vndk/snapshot/ |
D | multi_update.py | 32 def fetch_and_update_snapshots(versions, args): argument 33 for version in versions: 77 versions = VNDK_SNAPSHOT_SOURCE_BRANCHES.keys() 78 fetch_and_update_snapshots(versions, args) 81 if not args.versions: 85 fetch_and_update_snapshots(args.versions, args)
|
/development/build/tools/ |
D | sdk-preprocess-files.mk | 104 …rget := $(TARGET_OUT_COMMON_INTERMEDIATES)/PACKAGING/api_versions_public_generated-api-versions.xml 106 $(call dist-for-goals,sdk,$(full_target):data/api-versions.xml) 115 …rget := $(TARGET_OUT_COMMON_INTERMEDIATES)/PACKAGING/api_versions_system_generated-api-versions.xml 116 $(call dist-for-goals,sdk,$(full_target):system-data/api-versions.xml) 123 … := $(TARGET_OUT_COMMON_INTERMEDIATES)/PACKAGING/api_versions_module_lib_generated-api-versions.xml 124 $(call dist-for-goals,sdk,$(full_target):module-lib-data/api-versions.xml) 127 …GET_OUT_COMMON_INTERMEDIATES)/PACKAGING/api_versions_module_lib_complete_generated-api-versions.xml 128 $(call dist-for-goals,sdk,$(full_target):module-lib-data/api-versions-complete.xml) 135 … $(TARGET_OUT_COMMON_INTERMEDIATES)/PACKAGING/api_versions_system_server_generated-api-versions.xml 136 $(call dist-for-goals,sdk,$(full_target):system-server-data/api-versions.xml) [all …]
|
/development/tools/external_crates/crate_health/src/ |
D | name_and_version_map.rs | 139 versions: &mut dyn Iterator<Item = (&'a NameAndVersion, &'a ValueType)>, in crates_with_single_version() 142 versions.into_iter().map(|(nv, _crate)| vset.insert(nv.version().clone())).count(); in crates_with_single_version() 150 versions: &mut dyn Iterator<Item = (&'a NameAndVersion, &'a ValueType)>, in crates_with_multiple_versions() 153 versions.into_iter().map(|(nv, _crate)| vset.insert(nv.version().clone())).count(); in crates_with_multiple_versions() 161 versions: &mut dyn Iterator<Item = (&'a NameAndVersion, &'a ValueType)>, in most_recent_version() 164 if let Some((nv, _crate)) = versions.into_iter().last() { in most_recent_version()
|
/development/tools/external_crates/crate_health/src/templates/ |
D | size_report.html.template | 4 <li>{crates_with_multiple_versions} have multiple versions</li>
|
/development/python-packages/fetchartifact/ |
D | poetry.lock | 9 python-versions = ">=3.6" 118 python-versions = ">=3.7" 133 python-versions = ">=3.7.2" 153 python-versions = ">=3.6" 165 python-versions = ">=3.6" 184 python-versions = ">=3.7" 233 python-versions = ">=3.7.0" 318 python-versions = ">=3.7" 333 python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7" 345 python-versions = ">=3.7" [all …]
|
/development/samples/ShortcutSample/ |
D | Android.bp | 22 // For testing, we build multiple apk files with different versions.
|
/development/host/windows/usb/winusb/ |
D | SOURCES | 25 # Use the same load address as previous versions just to be conservative. This
|
/development/host/windows/usb/api/ |
D | SOURCES | 25 # Use the same load address as previous versions just to be conservative. This
|
/development/tools/idegen/ |
D | excluded-paths | 27 # Duplicate R.java files. We'll keep the versions from the "intermediates"
|
/development/build/ |
D | sdk.atree | 94 …bj/PACKAGING/api_versions_public_generated-api-versions.xml platforms/${PLATFORM_NAME}/data/api-v…
|
/development/sdk/ |
D | sdk_files_NOTICE.txt | 326 reserves the right to publish new versions (including revisions) of 940 versions of the Lesser General Public License from time to time. 941 Such new versions will be similar in spirit to the present version, 1205 3. Altered source versions must be plainly marked as such, and must 1832 9. The Free Software Foundation may publish revised and/or new versions 1833 of the General Public License from time to time. Such new versions will 2655 versions of the Library General Public License from time to time. 2656 Such new versions will be similar in spirit to the present version, 3114 versions of the Lesser General Public License from time to time. 3115 Such new versions will be similar in spirit to the present version, [all …]
|
/development/tools/cargo_embargo/testdata/async-trait/ |
D | cargo.metadata | 291 "name": "versions", 292 …/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.2.0/examples/versions.rs",
|
/development/tools/cargo_embargo/testdata/plotters/ |
D | cargo.metadata | 814 "name": "versions", 815 …/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.2.0/examples/versions.rs",
|