/system/tools/sysprop/ |
D | ApiChecker.cpp | 26 Result<void> CompareProps(const sysprop::Properties& latest, in CompareProps() argument 42 for (int i = 0; i < latest.prop_size(); ++i) { in CompareProps() 43 const auto& latest_prop = latest.prop(i); in CompareProps() 105 if (latest.owner() != current.owner()) { in CompareProps() 106 err += "owner of module " + latest.module() + " has been changed\n"; in CompareProps() 118 Result<void> CompareApis(const sysprop::SyspropLibraryApis& latest, in CompareApis() argument 126 for (int i = 0; i < latest.props_size(); ++i) { in CompareApis() 131 CompareProps(latest.props(i), propsMap[latest.props(i).module()]); in CompareApis()
|
D | ApiCheckerMain.cpp | 44 sysprop::SyspropLibraryApis latest, current; in main() local 47 latest = std::move(*res); in main() 60 if (auto res = CompareApis(latest, current); !res.ok()) { in main()
|
/system/bt/gd/cert/ |
D | gen_html_coverage.sh | 5 …file=/tmp/logs/HostOnlyCert/latest/GdDevice_dut_backing_process_coverage.profdata --output-dir=/tm…
|
/system/chre/build/ |
D | tflm.mk | 41 COMMON_CFLAGS += -I$(HEXAGON_SDK_PREFIX)/libs/common/qurt/latest/include/posix 42 COMMON_CFLAGS += -I$(HEXAGON_SDK_PREFIX)/libs/common/qurt/latest/include/qurt
|
/system/apex/apexd/ |
D | apexd_test.cpp | 988 "test.apex.rebootless", [&](const MountedApexData& data, bool latest) { in TEST_F() argument 989 ASSERT_TRUE(latest); in TEST_F() 1029 "test.apex.rebootless", [&](const MountedApexData& data, bool latest) { in TEST_F() argument 1030 ASSERT_TRUE(latest); in TEST_F() 1077 "test.apex.rebootless", [&](const MountedApexData& data, bool latest) { in TEST_F() argument 1078 ASSERT_TRUE(latest); in TEST_F() 1130 "test.apex.rebootless", [&](const MountedApexData& data, bool latest) { in TEST_F() argument 1131 ASSERT_TRUE(latest); in TEST_F() 1178 "test.apex.rebootless", [&](const MountedApexData& data, bool latest) { in TEST_F() argument 1179 ASSERT_TRUE(latest); in TEST_F() [all …]
|
D | apex_database.h | 93 inline void AddMountedApexLocked(const std::string& package, bool latest, in AddMountedApexLocked() argument 105 MountedApexData(std::forward<Args>(args)...), latest); in AddMountedApexLocked() 113 inline void AddMountedApex(const std::string& package, bool latest, in AddMountedApex() argument 116 AddMountedApexLocked(package, latest, args...); in AddMountedApex() 205 [&ret](const MountedApexData& data, bool latest) { in GetLatestMountedApex() 206 if (latest) { in GetLatestMountedApex()
|
D | apexd.cpp | 1002 bool latest = false; in UnmountPackage() local 1007 latest = l; in UnmountPackage() 1018 if (latest && !manifest.providesharedapexlibs()) { in UnmountPackage() 1083 [&](const MountedApexData& data, [[maybe_unused]] bool latest) { in GetTempMountedApexData() argument 1100 [[maybe_unused]] bool latest) { in IsMounted() argument 1265 manifest.name(), [&](const MountedApexData& data, bool latest) { in ActivatePackageImpl() argument 1273 version_found_active = latest; in ActivatePackageImpl() 1369 [&](const std::string&, const MountedApexData& data, bool latest) { in GetActivePackages() argument 1370 if (!latest) { in GetActivePackages() 3062 bool latest) { in UnmountAll() argument [all …]
|
/system/connectivity/wificond/net/kernel-header-latest/ |
D | README.txt | 4 the latest devices, but not present in external/kernel-headers. 10 <android-source-dir>/system/connectivity/wificond/net/kernel-header-latest/nl80211.h
|
/system/tools/sysprop/include/ |
D | ApiChecker.h | 24 const sysprop::SyspropLibraryApis& latest,
|
/system/extras/perf2cfg/ |
D | pylintrc | 1 # Reference: https://pylint.pycqa.org/en/latest/technical_reference/features.html
|
/system/chre/external/tflm/ |
D | tflm_sync_srcs.sh | 4 DEST_PATH=`dirname "${BASH_SOURCE[0]}"`/latest
|
/system/chre/apps/tflm_demo/ |
D | README | 4 1. Pulling the latest TFLM code base: ../../external/tflm/tflm_sync_srcs.sh
|
/system/libhidl/vintfdata/ |
D | README.md | 1 # Updating the latest framework manifest 14 `<fqname>` field to the latest version. This is the same as any other HALs. 62 enough evidence that the devices are not updateable to the latest Android
|
/system/bt/build/dpkg/ |
D | README.txt | 7 * gn, get binary from https://chrome-infra-packages.appspot.com/dl/gn/gn/linux-amd64/+/latest
|
/system/gsid/ |
D | gsi_tool.cpp | 122 GsiProgress latest; in UpdateProgress() local 123 auto status = gsid_->getInstallProgress(&latest); in UpdateProgress() 128 if (latest.status == IGsiService::STATUS_NO_OPERATION) { in UpdateProgress() 131 if (last_update_.step != latest.step) { in UpdateProgress() 134 Display(latest); in UpdateProgress()
|
/system/core/healthd/ |
D | Android.bp | 25 // Need latest HealthInfo definition from headers of this shared
|
/system/tools/aidl/ |
D | Android.bp | 363 // client uses the latest version 388 // client uses the latest version
|
/system/extras/simpleperf/doc/ |
D | android_platform_profiling.md | 15 2. It is recommended to use the latest simpleperf available in AOSP main, if you are not working
|
D | README.md | 10 The latest document is [here](https://android.googlesource.com/platform/system/extras/+/master/simp…
|
/system/chre/apps/power_test/common/idl/ |
D | chre_power_test.fbs | 94 /// modem for the latest cell scan results on the given interval
|
/system/core/fs_mgr/ |
D | README.overlayfs.md | 84 The patch series is available on the upstream mailing list and the latest as
|
/system/timezone/ |
D | README.android | 49 It downloads the latest tzdata and/or tzcode files from IANA and puts them
|
/system/bt/gd/docs/testing/ |
D | cert_test.md | 197 * /tmp/logs/HostOnlyCert/latest
|
/system/chre/doc/ |
D | compatibility.md | 48 Nanoapps should be compiled against the latest version to be able to use any
|
/system/apex/docs/ |
D | README.md | 187 Android common tree. To get the patches to support APEX, use the latest version 436 Among the mount paths, the one that corresponds to the latest version is
|