Home
last modified time | relevance | path

Searched defs:version (Results 1 – 25 of 173) sorted by relevance

1234567

/system/libvintf/include/vintf/
DVendorNdk.h29 VendorNdk(std::string&& version) : mVersion(std::move(version)) {} in VendorNdk()
30 VendorNdk(std::string&& version, std::set<std::string>&& libs) in VendorNdk()
32 VendorNdk(const std::string& version) : mVersion(version) {} in VendorNdk()
33 VendorNdk(const std::string& version, const std::set<std::string>& libs) in VendorNdk()
36 const std::string& version() const { return mVersion; } in version() function
/system/chre/chre_api/legacy/v1_1/chre/
Dversion.h91 #define CHRE_EXTRACT_MAJOR_VERSION(version) \ argument
102 #define CHRE_EXTRACT_MINOR_VERSION(version) \ argument
115 #define CHRE_EXTRACT_PATCH_VERSION(version) ((version) & UINT32_C(0xFFFF)) argument
/system/chre/chre_api/legacy/v1_2/chre/
Dversion.h101 #define CHRE_EXTRACT_MAJOR_VERSION(version) \ argument
112 #define CHRE_EXTRACT_MINOR_VERSION(version) \ argument
125 #define CHRE_EXTRACT_PATCH_VERSION(version) ((version) & UINT32_C(0xFFFF)) argument
/system/chre/chre_api/include/chre_api/chre/
Dversion.h113 #define CHRE_EXTRACT_MAJOR_VERSION(version) \ argument
124 #define CHRE_EXTRACT_MINOR_VERSION(version) \ argument
137 #define CHRE_EXTRACT_PATCH_VERSION(version) ((version) & UINT32_C(0xFFFF)) argument
/system/core/libprocessgroup/cgrouprc_format/
Dcgroup_controller.cpp28 CgroupController::CgroupController(uint32_t version, uint32_t flags, const std::string& name, in CgroupController()
42 uint32_t CgroupController::version() const { in version() function in android::cgrouprc::format::CgroupController
/system/timezone/apex/
Dmanifest.json3 "version": 290000000 number
/system/apex/apexd/apexd_testdata/
Dmanifest_no_inst_key.json3 "version": 1 number
Dmanifest_different_app.json3 "version": 1 number
Dmanifest.json3 "version": 1 number
Dmanifest_v2.json3 "version": 2 number
Dmanifest_preinstall.json3 "version": 1, number
Dmanifest_postinstall.json3 "version": 1, number
Dmanifest_prepostinstall.fail.json3 "version": 1, number
/system/netd/apex/
Dmanifest.json3 "version": 290000000 number
/system/apex/apexer/etc/
Dmanifest.json3 "version": 1 number
/system/apex/shim/build/
Dmanifest_v2.json3 "version": 2 number
Dmanifest.json3 "version": 1 number
Dmanifest_not_pre_installed.json3 "version": 1 number
Dmanifest_v3.json3 "version": 3 number
Dmanifest_v2_with_post_install_hook.json3 "version": 2, number
Dmanifest_v2_with_pre_install_hook.json3 "version": 2, number
/system/timezone/testing/data/test1/apex/
Dmanifest.json3 "version": 300000000 number
/system/apex/tests/testdata/
Dapex_manifest.json3 "version": 1 number
/system/update_engine/payload_generator/
Dab_generator.cc87 bool ABGenerator::FragmentOperations(const PayloadVersion& version, in FragmentOperations()
161 bool ABGenerator::SplitAReplaceOp(const PayloadVersion& version, in SplitAReplaceOp()
197 const PayloadVersion& version, in MergeOperations()
267 const PayloadVersion& version, in AddDataAndSetType()
/system/apex/proto/
Dapex_manifest.proto27 int64 version = 2; field

1234567