/build/make/tools/ |
D | check_radio_versions.py | 58 versions = {} variable 70 versions[h] = v 72 if digest not in versions: 78 if versions[digest] not in values: 81 fn, versions[digest], key, args.board_info_txt))
|
/build/make/tools/check-flagged-apis/ |
D | check-flagged-apis.sh | 28 PUBLIC_XML_VERSIONS=out/target/common/obj/PACKAGING/api_versions_public_generated-api-versions.xml 29 SYSTEM_XML_VERSIONS=out/target/common/obj/PACKAGING/api_versions_system_generated-api-versions.xml 30 …SONS=out/target/common/obj/PACKAGING/api_versions_system_server_complete_generated-api-versions.xml 31 …ERSIONS=out/target/common/obj/PACKAGING/api_versions_module_lib_complete_generated-api-versions.xml 71 --api-versions $PUBLIC_XML_VERSIONS 79 --api-versions $SYSTEM_XML_VERSIONS 87 --api-versions $SYSTEM_SERVER_XML_VERSONS 95 --api-versions $MODULE_LIB_XML_VERSIONS
|
/build/soong/cc/ndk_api_coverage_parser/ |
D | __init__.py | 76 def convertToXml(self, versions): argument 79 for version in versions: 108 def write(self, versions): argument 109 root = self.convertToXml(versions) 144 versions = SymbolFileParser(symbol_file, api_map, filt).parse() 149 generator.write(versions)
|
/build/soong/cc/ndkstubgen/ |
D | test_ndkstubgen.py | 115 versions = [ 130 generator.write(versions) 210 versions = parser.parse() 218 generator.write(versions) 275 versions = parser.parse() 284 generator.write(versions) 385 versions = parser.parse() 394 generator.write(versions) 441 versions = parser.parse() 451 generator.write(versions) [all …]
|
D | __init__.py | 39 def write(self, versions: Iterable[Version]) -> None: 42 for version in versions: 158 versions = symbolfile.SymbolFileParser(symbol_file, api_map, filt).parse() 167 generator.write(versions)
|
/build/bazel/rules/aidl/ |
D | aidl_interface.bzl | 34 versions = [] 36 # ensure that all versions are ints 42 versions.append(int(version)) 44 if versions != sorted(versions): 45 fail("versions should be sorted") 47 for i, v in enumerate(versions): 49 if v == versions[i - 1]: 52 fail("all versions should be > 0, but found version:", v) 114 This macro loops over the list of required versions and searches for all 122 …deps: List[AidlGenInfo], a list of other aidl_libraries that all versions of thi… [all …]
|
/build/bazel/rules/java/ |
D | versions.bzl | 14 """Constants and utility functions relating to Java versions and how they map to SDK versions. 22 # All available java versions 37 """Returns all possible java versions that can be used at the given api level."""
|
D | versions_test.bzl | 16 load("//build/bazel/rules/java:versions.bzl", "java_versions")
|
/build/soong/cc/symbolfile/ |
D | __init__.py | 393 versions = [] 397 versions.append(self.parse_version()) 402 self.check_no_duplicate_symbols(versions) 403 self.check_llndk_introduced(versions) 404 return versions 406 def check_no_duplicate_symbols(self, versions: Iterable[Version]) -> None: 417 for version in versions: 432 def check_llndk_introduced(self, versions: Iterable[Version]) -> None: 447 for version in versions:
|
/build/release/flag_declarations/ |
D | RELEASE_PACKAGE_SOUND_PICKER.textproto | 3 description: "This flag will control the rollout of new versions of the SoundPicker app."
|
D | RELEASE_AIDL_USE_UNFROZEN.textproto | 3 description: "Enables the use of the unfrozen versions of AIDL interfaces. When this is `False` the…
|
/build/make/core/ |
D | soong_droiddoc_prebuilt.mk | 32 …IONS_XML),$(TARGET_OUT_COMMON_INTERMEDIATES)/PACKAGING/$(LOCAL_MODULE)_generated-api-versions.xml)) 33 …ARGET_OUT_COMMON_INTERMEDIATES)/PACKAGING/$(LOCAL_MODULE)_generated-api-versions.xml.META_LIC := $…
|
D | local_systemsdk.mk | 87 …System SDK version '$(_system_sdk_version)' is not supported. Supported versions are: $(_supported…
|
/build/soong/cc/ |
D | library_test.go | 200 versions: ["29", "R", "current"], 224 versions: ["29", "current", "R"], 230 testCcErrorWithConfig(t, `"libfoo" .*: versions: not sorted`, config) 240 versions: ["29", "current", "X"], 245 …testCcError(t, `"libfoo" .*: versions: "X" could not be parsed as an integer and is not a recogniz…
|
D | testing.go | 183 versions: ["27", "28", "29"], 198 versions: ["27", "28", "29"], 258 versions: ["27", "28", "29"],
|
D | library.go | 1914 versions := addCurrentVersionIfNotPresent(library.Properties.Stubs.Versions) 1915 normalizeVersions(ctx, versions) 1916 return versions 1945 func (library *libraryDecorator) setAllStubsVersions(versions []string) { 1946 library.MutatedProperties.AllStubsVersions = versions 2182 func normalizeVersions(ctx android.BaseModuleContext, versions []string) { 2184 for i, v := range versions { 2191 ctx.PropertyErrorf("versions", "not sorted: %v", versions) 2193 versions[i] = ver.String() 2198 func createVersionVariations(mctx android.BottomUpMutatorContext, versions []string) { [all …]
|
/build/make/tools/releasetools/ |
D | sign_apex.py | 98 versions = a.split(",") 99 for v in versions:
|
/build/bazel/docs/ |
D | internal_concepts.md | 19 … | [Rule attributes](https://docs.bazel.build/versions/main/skylark/rule… 22 … | [macros (ish)](https://docs.bazel.build/versions/main/skylark/macr… 24 … | [Aspects](https://docs.bazel.build/versions/main/skylark/aspe… 26 … | [ctx.actions.run() API](https://docs.bazel.build/versions/main/skylark/lib/… 37 …uct) | [Platform](https://docs.bazel.build/versions/main/platforms.ht… 157 [attributes](https://docs.bazel.build/versions/main/skylark/lib/attr.html) only 161 [common](https://docs.bazel.build/versions/2.1.0/be/common-definitions.html#common-attributes) 184 [configurable attribute](https://docs.bazel.build/versions/main/configurable-attributes.html). 186 [configuration transition](https://docs.bazel.build/versions/main/skylark/lib/transition.html). 264 [Packages](https://docs.bazel.build/versions/main/build-ref.html#packages) can [all …]
|
/build/bazel_common_rules/exec/ |
D | exec.bzl | 58 [`visibility`](https://docs.bazel.build/versions/main/visibility.html). 60 … [here](https://docs.bazel.build/versions/main/be/common-definitions.html#common-attributes). 113 [`visibility`](https://docs.bazel.build/versions/main/visibility.html). 115 … [here](https://docs.bazel.build/versions/main/be/common-definitions.html#common-attributes).
|
/build/bazel/rules/cc/ |
D | cc_stub_library.bzl | 134 # containing metadata files and versions of the stub library. 300 versions, 311 # Implicitly add "current" to versions. This copies the behavior from Soong (aosp/1641782) 312 if "current" not in versions: 313 versions.append("current") 315 for version in versions: 342 # duplicated name if "current" is one of the versions of a library.
|
/build/bazel/rules/kotlin/ |
D | BUILD | 16 load("//build/bazel/rules/java:versions.bzl", "java_versions")
|
/build/bazel/tests/deviceless/ |
D | BUILD | 40 …"//hardware/interfaces/audio/common/all-versions/test/utility:android.hardware.audio.common.test.u… 41 "//hardware/interfaces/audio/core/all-versions/vts/functional:HalAudioStreamWorkerTest",
|
/build/bazel/rules/common/ |
D | sdk_version.bzl | 57 … fail("Only prebuilt SDK versions are available, sdk_version must be specified and non-empty.") 59 … fail("Only prebuilt SDK versions are available, sdk_version core_platform is not yet supported.")
|
/build/soong/apex/ |
D | apex_test.go | 930 versions: ["1", "2", "3"], 941 versions: ["10", "11", "12"], 968 versions: ["10", "11", "12"], 1094 versions: ["1", "2", "3"], 1112 versions: ["10", "11", "12"], 1167 versions: ["28", "29", "30", "current"], 1179 versions: ["28", "29", "30", "current"], 1276 versions: ["29", "Z", "current"], 1341 versions: ["10", "20", "30"], 1435 versions: ["10", "20", "30"], [all …]
|
/build/blueprint/bpmodify/ |
D | bpmodify_test.go | 222 versions: ["1", "2"], 228 versions: [
|