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.cpp34 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()
DHalManifest.cpp61 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/
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.h48 versions(std::move(vs)), in ManifestHal()
56 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: [
583 testAidlError(t, `multiple versions of aidl_interface myiface \(backend:ndk\) are used`, `
[all …]
DAndroid.bp91 versions: [
114 versions: ["1"],
132 versions: ["1"],
150 versions: ["1"],
167 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/tools/aidl/tests/stability_test/
DAndroid.bp33 versions: ["1"],
72 versions: ["1"],
/system/core/adb/libs/libadbd_fs/
DAndroid.bp17 versions: ["1"],
/system/core/libvndksupport/
DAndroid.bp18 versions: ["29"],
/system/sepolicy/prebuilts/api/26.0/public/
Dpreopt2cachename.te3 # This executable translates names from the preopted versions the build system
/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/29.0/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/sepolicy/private/
Dpreopt2cachename.te3 # This executable translates names from the preopted versions the build system
/system/core/libsync/
DAndroid.bp30 versions: [
/system/netd/server/
DAndroid.bp32 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/
DAndroid.bp81 versions: ["30"],
163 versions: ["30"],
/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/libs/adbconnection/
DAndroid.bp60 versions: ["1"],
/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

123