Home
last modified time | relevance | path

Searched refs:latest (Results 1 – 25 of 30) sorted by relevance

12

/system/tools/sysprop/
DApiChecker.cpp26 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()
DApiCheckerMain.cpp44 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/
Dgen_html_coverage.sh5 …file=/tmp/logs/HostOnlyCert/latest/GdDevice_dut_backing_process_coverage.profdata --output-dir=/tm…
/system/chre/build/
Dtflm.mk41 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/
Dapexd_test.cpp988 "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 …]
Dapex_database.h93 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()
Dapexd.cpp1002 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/
DREADME.txt4 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/
DApiChecker.h24 const sysprop::SyspropLibraryApis& latest,
/system/extras/perf2cfg/
Dpylintrc1 # Reference: https://pylint.pycqa.org/en/latest/technical_reference/features.html
/system/chre/external/tflm/
Dtflm_sync_srcs.sh4 DEST_PATH=`dirname "${BASH_SOURCE[0]}"`/latest
/system/chre/apps/tflm_demo/
DREADME4 1. Pulling the latest TFLM code base: ../../external/tflm/tflm_sync_srcs.sh
/system/libhidl/vintfdata/
DREADME.md1 # 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/
DREADME.txt7 * gn, get binary from https://chrome-infra-packages.appspot.com/dl/gn/gn/linux-amd64/+/latest
/system/gsid/
Dgsi_tool.cpp122 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/
DAndroid.bp25 // Need latest HealthInfo definition from headers of this shared
/system/tools/aidl/
DAndroid.bp363 // client uses the latest version
388 // client uses the latest version
/system/extras/simpleperf/doc/
Dandroid_platform_profiling.md15 2. It is recommended to use the latest simpleperf available in AOSP main, if you are not working
DREADME.md10 The latest document is [here](https://android.googlesource.com/platform/system/extras/+/master/simp…
/system/chre/apps/power_test/common/idl/
Dchre_power_test.fbs94 /// modem for the latest cell scan results on the given interval
/system/core/fs_mgr/
DREADME.overlayfs.md84 The patch series is available on the upstream mailing list and the latest as
/system/timezone/
DREADME.android49 It downloads the latest tzdata and/or tzcode files from IANA and puts them
/system/bt/gd/docs/testing/
Dcert_test.md197 * /tmp/logs/HostOnlyCert/latest
/system/chre/doc/
Dcompatibility.md48 Nanoapps should be compiled against the latest version to be able to use any
/system/apex/docs/
DREADME.md187 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

12