/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 | 29 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()
|
D | HalManifest.cpp | 54 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/ |
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 | 47 versions(std::move(vs)), in ManifestHal() 55 std::vector<Version> versions; member
|
/system/tools/aidl/build/ |
D | aidl_test.go | 212 …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: [
|
D | Android.bp | 91 versions: [ 108 versions: ["1"], 120 versions: ["1"], 132 versions: ["1"], 143 versions: [
|
/system/hardware/interfaces/net/netd/testutils/ |
D | Android.bp | 16 // Utility code common for all HAL versions. 34 // 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/adb/libs/libadbd_fs/ |
D | Android.bp | 17 versions: ["1"],
|
/system/core/libvndksupport/ |
D | Android.bp | 18 versions: ["29"],
|
/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/27.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/29.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/30.0/private/ |
D | preopt2cachename.te | 3 # This executable translates names from the preopted versions the build system
|
/system/netd/server/ |
D | Android.bp | 31 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/ |
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/adb/pairing_connection/ |
D | Android.bp | 81 versions: ["30"], 164 versions: ["30"],
|
/system/core/adb/libs/adbconnection/ |
D | Android.bp | 59 versions: ["1"],
|
/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/core/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
|
/system/timezone/testing/data/test1/apex/ |
D | Android.bp | 30 // installable: false as we do not want test APEX versions in the system
|
/system/timezone/testing/data/test3/apex/ |
D | Android.bp | 31 // installable: false as we do not want test APEX versions in the system
|