Home
last modified time | relevance | path

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

123

/system/libvintf/
DSystemSdk.cpp26 std::set_difference(versions().begin(), versions().end(), other.versions().begin(), in removeVersions()
27 other.versions().end(), std::inserter(ret.mVersions, ret.mVersions.end())); in removeVersions()
32 return versions() == other.versions(); in operator ==()
DManifestHal.cpp29 for (const auto &v : versions) { in isValid()
43 if (versions != other.versions) in operator ==()
53 for (const auto& v : versions) { in forEachInstance()
93 ret->insert(versions.begin(), versions.end()); in appendAllVersions()
DHalManifest.cpp54 for (const auto& v : it->second.versions) { in shouldAdd()
59 for (const auto& v : hal.versions) { in shouldAdd()
85 auto& existingVersions = existingHal.versions; in removeHals()
101 for (const Version& versionToAdd : halToAdd.versions) { in add()
203 std::set<Version> versions; in checkIncompatibleHals() local
210 manifestHal->appendAllVersions(&versions); in checkIncompatibleHals()
213 if (!matrixHal.isCompatible(manifestInstances, versions)) { in checkIncompatibleHals()
219 multilineIndent(oss, 8, versions); in checkIncompatibleHals()
323 base::Join(notSupported.versions(), ", ") + "]. Supported versions are: [" + in checkSystemSdkCompatibility()
324 base::Join(manifestSystemSdk.versions(), ", ") + "]."; in checkSystemSdkCompatibility()
/system/libvintf/include/vintf/
DSystemSdk.h32 SystemSdk(std::set<std::string>&& versions) : mVersions(std::move(versions)) {} in SystemSdk() argument
33 SystemSdk(const std::set<std::string>& versions) : mVersions(versions) {} in SystemSdk() argument
34 const std::set<std::string>& versions() const { return mVersions; } in versions() function
35 bool empty() const { return versions().empty(); } in empty()
DManifestHal.h47 versions(std::move(vs)), in ManifestHal()
55 std::vector<Version> versions; member
/system/tools/aidl/build/
Daidl_test.go212 …expectedError := `module "foo_interface": versions: must be set \(need to be frozen\) when "unstab…
224 versions: [
249 versions: [
285 …expectedError := `"foo_interface": versions: must be set \(need to be frozen\) when "unstable" is …
319 …testAidlError(t, `module "foo_interface": versions: cannot have versions for an unstable interface…
322 versions: [
366 versions: [
378 versions: [
439 versions: [
DAndroid.bp91 versions: [
108 versions: ["1"],
120 versions: ["1"],
132 versions: ["1"],
143 versions: [
/system/hardware/interfaces/net/netd/testutils/
DAndroid.bp16 // Utility code common for all HAL versions.
34 // Common build settings for all HAL versions.
/system/chre/chre_api/legacy/
DREADME.md1 This folder contains prior versions of the CHRE API, intended for reference
/system/core/adb/libs/libadbd_fs/
DAndroid.bp17 versions: ["1"],
/system/core/libvndksupport/
DAndroid.bp18 versions: ["29"],
/system/sepolicy/prebuilts/api/28.0/public/
Dpreopt2cachename.te3 # This executable translates names from the preopted versions the build system
/system/sepolicy/prebuilts/api/27.0/public/
Dpreopt2cachename.te3 # This executable translates names from the preopted versions the build system
/system/sepolicy/prebuilts/api/26.0/public/
Dpreopt2cachename.te3 # This executable translates names from the preopted versions the build system
/system/sepolicy/prebuilts/api/29.0/private/
Dpreopt2cachename.te3 # This executable translates names from the preopted versions the build system
/system/sepolicy/private/
Dpreopt2cachename.te3 # This executable translates names from the preopted versions the build system
/system/sepolicy/prebuilts/api/30.0/private/
Dpreopt2cachename.te3 # This executable translates names from the preopted versions the build system
/system/netd/server/
DAndroid.bp31 versions: [
45 versions: ["1"],
73 // Mixing different versions of generated classes results in code non-deterministically(?) using one
74 // of the compiled-in versions, and potentially crashing when code compiled against a newer version
/system/apex/shim/
DREADME.md15 file called `hash.txt` with a list of allowed SHA512 hashes of versions shim
17 * `apex_payload.img` of all other versions contains SHA512 hash of
/system/core/adb/pairing_connection/
DAndroid.bp81 versions: ["30"],
164 versions: ["30"],
/system/core/adb/libs/adbconnection/
DAndroid.bp59 versions: ["1"],
/system/chre/doc/
Dcompatibility.md67 property that is guaranteed to hold for previous API versions, or “unknown”
118 least 3 previous versions, and is strongly recommended to provide support for
119 all available versions. This means that if the first API supported by a target
167 PAL implementation can simultaneously support multiple PAL API versions from a
176 binary level occurs over a minimum of 2 years (minor versions). The general
198 * Impacts to binary compatibility on the CHRE side may occur 2 versions after
200 compatibility is guaranteed for 2 minor versions. If done, the nanoapp must be
203 * Impacts to binary compatibility on the nanoapp side may occur 4 versions after
205 guaranteed for 4 minor versions. If done, the NSL must cause `nanoappStart()`
/system/core/libunwindstack/
DAndroidVersions.md3 unwinder works on different Android versions. It does not describe
4 every change in the code made between different versions, but is
6 on different versions. It also describes the different way an unwind
7 will display on different versions of Android.
24 versions of Android will not unwind properly in this case. For apps that
/system/timezone/testing/data/test1/apex/
DAndroid.bp30 // installable: false as we do not want test APEX versions in the system
/system/timezone/testing/data/test3/apex/
DAndroid.bp31 // installable: false as we do not want test APEX versions in the system

123