/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 | 34 for (const auto &v : versions) { in isValid() 58 if (versions != other.versions) in operator ==() 68 for (const auto& v : versions) { in forEachInstance() 108 ret->insert(versions.begin(), versions.end()); in appendAllVersions()
|
D | HalManifest.cpp | 61 for (const auto& v : existingHal.versions) { in shouldAdd() 67 for (const auto& v : hal.versions) { in shouldAdd() 108 auto& existingVersions = existingHal.versions; in removeHals() 124 for (const Version& versionToAdd : halToAdd.versions) { in add() 244 std::set<Version> versions; in checkIncompatibleHals() local 251 manifestHal->appendAllVersions(&versions); in checkIncompatibleHals() 254 if (!matrixHal.isCompatible(manifestInstances, versions)) { in checkIncompatibleHals() 260 multilineIndent(oss, 8, versions); in checkIncompatibleHals() 364 base::Join(notSupported.versions(), ", ") + "]. Supported versions are: [" + in checkSystemSdkCompatibility() 365 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 | 48 versions(std::move(vs)), in ManifestHal() 56 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: [ 583 testAidlError(t, `multiple versions of aidl_interface myiface \(backend:ndk\) are used`, ` [all …]
|
D | Android.bp | 91 versions: [ 114 versions: ["1"], 132 versions: ["1"], 150 versions: ["1"], 167 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/tools/aidl/tests/stability_test/ |
D | Android.bp | 33 versions: ["1"], 72 versions: ["1"],
|
/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/26.0/public/ |
D | preopt2cachename.te | 3 # This executable translates names from the preopted versions the build system
|
/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/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/sepolicy/private/ |
D | preopt2cachename.te | 3 # This executable translates names from the preopted versions the build system
|
/system/core/libsync/ |
D | Android.bp | 30 versions: [
|
/system/netd/server/ |
D | Android.bp | 32 versions: [ 46 versions: ["1"], 74 // Mixing different versions of generated classes results in code non-deterministically(?) using one 75 // of the compiled-in versions, and potentially crashing when code compiled against a newer version
|
/system/core/adb/pairing_connection/ |
D | Android.bp | 81 versions: ["30"], 163 versions: ["30"],
|
/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/libs/adbconnection/ |
D | Android.bp | 60 versions: ["1"],
|
/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
|