Home
last modified time | relevance | path

Searched refs:versions (Results 1 – 21 of 21) sorted by relevance

/build/make/tools/
Dcheck_radio_versions.py51 versions = {} variable
63 versions[h] = v
65 if digest not in versions:
71 if versions[digest] not in values:
74 fn, versions[digest], key, sys.argv[1])
Dcheck_elf_file.py94 def _select_latest_llvm_version(versions): argument
99 for curr_ver in versions:
/build/soong/cc/
Dgen_stub_libs.py264 versions = []
267 versions.append(self.parse_version())
272 self.check_no_duplicate_symbols(versions)
273 return versions
275 def check_no_duplicate_symbols(self, versions): argument
286 for version in versions:
383 def write(self, versions): argument
385 for version in versions:
495 versions = SymbolFileParser(symbol_file, api_map, args.arch, api,
504 generator.write(versions)
Dtest_gen_stub_libs.py429 versions = parser.parse()
442 self.assertEqual(expected, versions)
538 versions = [
553 generator.write(versions)
619 versions = parser.parse()
624 generator.write(versions)
669 versions = parser.parse()
674 generator.write(versions)
763 versions = parser.parse()
768 generator.write(versions)
Dlibrary.go1138 versions, ok := stubsVersionsFor(config)[name]
1139 if ok && len(versions) > 0 {
1141 return versions[len(versions)-1]
1152 versions := []string{}
1157 versions = append(versions, v)
1159 sort.Slice(versions, func(i, j int) bool {
1160 left, _ := strconv.Atoi(versions[i])
1161 right, _ := strconv.Atoi(versions[j])
1166 copiedVersions := make([]string, len(versions))
1167 copy(copiedVersions, versions)
[all …]
Dcc_test.go2047 versions: ["1", "2", "3"],
2151 versions: ["1"],
/build/make/core/
Dlocal_systemsdk.mk56 …System SDK version '$(_system_sdk_version)' is not supported. Supported versions are: $(_supported…
Dsoong_droiddoc_prebuilt.mk29 …IONS_XML),$(TARGET_OUT_COMMON_INTERMEDIATES)/PACKAGING/$(LOCAL_MODULE)_generated-api-versions.xml))
Dversion_defaults.mk46 ALLOWED_VERSIONS := $(call allowed-platform-versions,\
Dboard_config.mk524 …$(error System SDK versions '$(_unsupported_systemsdk_versions)' in BOARD_SYSTEMSDK_VERSIONS are n…
525 Supported versions are $(PLATFORM_SYSTEMSDK_VERSIONS))
Dproguard_basic_keeps.flags58 # The support library contains references to newer platform versions.
DLINUX_KERNEL_COPYING253 9. The Free Software Foundation may publish revised and/or new versions
254 of the General Public License from time to time. Such new versions will
Denvsetup.mk41 define allowed-platform-versions
/build/soong/apex/
Dapex_test.go441 versions: ["1", "2", "3"],
452 versions: ["10", "11", "12"],
525 versions: ["10", "20", "30"],
598 versions: ["27", "28", "29"],
609 versions: ["27", "28", "29"],
620 versions: ["27", "28", "29"],
814 versions: ["1", "2", "3"],
961 versions: ["1", "2", "3"],
/build/soong/
DREADME.md16 to [Bazel BUILD files](https://www.bazel.io/versions/master/docs/be/overview.html)
170 for static and shared version of a library, or for host and device versions).
/build/soong/cmd/soong_build/
Dwritedocs.go266 The latest versions of Android use the Soong build system, which greatly simplifies build
/build/make/tools/fs_config/
DREADME55 section in Python versions <= 3.2. In Python 3.2 it's set to strict mode.
/build/soong/cmd/pom2mk/
Dpom2mk.go366 If the maven directory contains multiple versions of artifacts and their pom files,
/build/soong/cmd/pom2bp/
Dpom2bp.go478 If the maven directory contains multiple versions of artifacts and their pom files,
/build/make/tools/droiddoc/templates-ndk/assets/
DGPL-LICENSE.txt237 9. The Free Software Foundation may publish revised and/or new versions
238 of the General Public License from time to time. Such new versions will
/build/make/
DChanges.md8 only want either the host or target versions to be built/installed by default,
315 requirements](https://docs.bazel.build/versions/master/build-ref.html#name) for