/system/libvintf/ |
D | SystemSdk.cpp | 26 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 ==()
|
D | ManifestHal.cpp | 38 for (const auto &v : versions) { in isValid() 52 for (const auto& v : versions) { in isValid() 78 if (versions != other.versions) in operator ==() 89 for (const auto& v : versions) { in forEachInstance() 114 for (const auto& v : versions) { in forEachInstance() 140 ret->insert(versions.begin(), versions.end()); in appendAllVersions()
|
D | HalManifest.cpp | 70 for (const auto& v : existingHal.versions) { in addingConflictingMajorVersion() 76 for (const auto& v : hal.versions) { in addingConflictingMajorVersion() 117 auto& existingVersions = existingHal.versions; in removeHals() 133 for (const Version& versionToAdd : halToAdd.versions) { in add() 253 std::set<Version> versions; in checkIncompatibleHals() local 260 manifestHal->appendAllVersions(&versions); in checkIncompatibleHals() 263 if (!matrixHal.isCompatible(manifestInstances, versions)) { in checkIncompatibleHals() 269 multilineIndent(oss, 8, versions); in checkIncompatibleHals() 374 base::Join(notSupported.versions(), ", ") + "]. Supported versions are: [" + in checkSystemSdkCompatibility() 375 base::Join(manifestSystemSdk.versions(), ", ") + "]."; in checkSystemSdkCompatibility()
|
/system/libvintf/include/vintf/ |
D | SystemSdk.h | 32 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()
|
D | ManifestHal.h | 50 versions(std::move(vs)), in ManifestHal() 58 std::vector<Version> versions; member
|
/system/tools/aidl/build/ |
D | aidl_interface.go | 202 versions := versionsOf[dep.ifaceName] 203 if versions == nil { 204 versions = make(map[string][]string) 205 versionsOf[dep.ifaceName] = versions 207 versions[dep.verLang] = append(versions[dep.verLang], dep.moduleName()) 210 for _, versions := range versionsOf { 211 if len(versions) >= 2 { 213 for _, modules := range versions { 535 versions := make(map[string]bool) 538 if _, dup := versions[ver]; dup { [all …]
|
D | Android.bp | 101 versions: [ 125 versions: ["1"], 144 versions: ["1"], 163 versions: ["1"], 184 versions: [
|
D | aidl_test.go | 93 versions: ["29"], 245 …expectedError := `module "foo_interface": versions: must be set \(need to be frozen\) when "unstab… 257 versions: [ 282 versions: [ 318 …expectedError := `"foo_interface": versions: must be set \(need to be frozen\) when "unstable" is … 348 versions: ["1"], 356 versions: ["1"], 375 versions: ["1"],
|
/system/hardware/interfaces/net/netd/testutils/ |
D | Android.bp | 16 // Utility code common for all HAL versions. 38 // Common build settings for all HAL versions.
|
/system/chre/chre_api/legacy/ |
D | README.md | 1 This folder contains prior versions of the CHRE API, intended for reference
|
/system/core/libvndksupport/ |
D | Android.bp | 25 versions: ["29"],
|
/system/tools/aidl/tests/stability_test/ |
D | Android.bp | 46 versions: ["1"], 93 versions: ["1"],
|
/system/hardware/interfaces/suspend/aidl/ |
D | Android.bp | 36 versions: ["1"],
|
/system/sepolicy/prebuilts/api/28.0/public/ |
D | preopt2cachename.te | 3 # This executable translates names from the preopted versions the build system
|
/system/sepolicy/prebuilts/api/26.0/public/ |
D | preopt2cachename.te | 3 # This executable translates names from the preopted versions the build system
|
/system/sepolicy/prebuilts/api/27.0/public/ |
D | preopt2cachename.te | 3 # This executable translates names from the preopted versions the build system
|
/system/sepolicy/prebuilts/api/31.0/private/ |
D | preopt2cachename.te | 3 # This executable translates names from the preopted versions the build system
|
/system/sepolicy/private/ |
D | preopt2cachename.te | 3 # This executable translates names from the preopted versions the build system
|
/system/sepolicy/prebuilts/api/29.0/private/ |
D | preopt2cachename.te | 3 # This executable translates names from the preopted versions the build system
|
/system/sepolicy/prebuilts/api/30.0/private/ |
D | preopt2cachename.te | 3 # This executable translates names from the preopted versions the build system
|
/system/apex/shim/ |
D | README.md | 15 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/libsync/ |
D | Android.bp | 50 versions: [
|
/system/chre/doc/ |
D | compatibility.md | 67 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/hardware/interfaces/keystore2/aidl/ |
D | Android.bp | 40 versions: ["1"],
|
/system/unwinding/libunwindstack/ |
D | AndroidVersions.md | 3 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
|