Home
last modified time | relevance | path

Searched refs:latest (Results 1 – 25 of 34) 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/apex/apexd/
Dapex_database.h156 auto latest = it->second.rbegin(); in DoIfLatest() local
157 if (latest->full_path == full_path) { in DoIfLatest()
175 bool latest = (it == outer_it->second.rbegin()); variable
176 handler(*it, latest);
190 bool latest = (it == pkg.second.rbegin()); variable
191 handler(pkg.first, *it, latest);
201 [&ret](const MountedApexData& data, bool latest) { in GetLatestMountedApex()
202 if (latest) { in GetLatestMountedApex()
Dapexd_test.cpp1193 "test.apex.rebootless", [&](const MountedApexData& data, bool latest) { in TEST_F() argument
1194 ASSERT_TRUE(latest); in TEST_F()
1235 "test.apex.rebootless", [&](const MountedApexData& data, bool latest) { in TEST_F() argument
1236 ASSERT_TRUE(latest); in TEST_F()
1325 "test.apex.rebootless", [&](const MountedApexData& data, bool latest) { in TEST_F() argument
1326 ASSERT_TRUE(latest); in TEST_F()
1379 "test.apex.rebootless", [&](const MountedApexData& data, bool latest) { in TEST_F() argument
1380 ASSERT_TRUE(latest); in TEST_F()
1428 "test.apex.rebootless", [&](const MountedApexData& data, bool latest) { in TEST_F() argument
1429 ASSERT_TRUE(latest); in TEST_F()
[all …]
Dapexd.cpp1103 bool latest = false; in UnmountPackage() local
1108 latest = l; in UnmountPackage()
1119 if (latest && !manifest.providesharedapexlibs()) { in UnmountPackage()
1190 [&](const MountedApexData& data, [[maybe_unused]] bool latest) { in GetTempMountedApexData() argument
1207 [[maybe_unused]] bool latest) { in IsMounted() argument
1389 manifest.name(), [&](const MountedApexData& data, bool latest) { in ActivatePackageImpl() argument
1397 version_found_active = latest; in ActivatePackageImpl()
1540 [&](const std::string&, const MountedApexData& data, bool latest) { in GetActivePackages() argument
1541 if (!latest) { in GetActivePackages()
3329 bool latest) { in UnmountAll() argument
[all …]
/system/chre/external/tflm/
Dtflm.mk37 HEXAGON_CFLAGS += -I$(HEXAGON_SDK_PREFIX)/libs/qurt/latest/include/posix
38 HEXAGON_CFLAGS += -I$(HEXAGON_SDK_PREFIX)/libs/qurt/latest/include/qurt
Dtflm_sync_srcs.sh4 DEST_PATH=`dirname "${BASH_SOURCE[0]}"`/latest
/system/extras/libatrace_rust/
DREADME.md46 You can use the ATrace layer for the [tracing](https://docs.rs/tracing/latest/tracing/) crate.
63 [Initialize](https://docs.rs/tracing/latest/tracing/index.html#in-executables) the subscriber
77 [layers](https://docs.rs/tracing-subscriber/latest/tracing_subscriber/layer/index.html). In
83 [record spans and events](https://docs.rs/tracing/latest/tracing/index.html#recording-spans-and-eve…
103 the [tracing](https://docs.rs/tracing/latest/tracing/index.html) and
104 [tracing-subscriber](https://docs.rs/tracing-subscriber/latest/tracing_subscriber/index.html)
127 * Using [fields](https://docs.rs/tracing/latest/tracing/index.html#recording-fields) adds time
/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/security/keystore2/aidl/
DAndroid.bp165 // java_defaults that includes the latest Keystore2 AIDL library.
189 // cc_defaults that includes the latest Keystore2 AIDL library.
220 // A rust_defaults that includes the latest Keystore2 AIDL library.
/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/chre/apps/tflm_demo/
DREADME4 1. Pulling the latest TFLM code base: ../../external/tflm/tflm_sync_srcs.sh
/system/gsid/
Dgsi_tool.cpp160 GsiProgress latest; in UpdateProgress() local
161 auto status = gsid_->getInstallProgress(&latest); in UpdateProgress()
166 if (latest.status == IGsiService::STATUS_NO_OPERATION) { in UpdateProgress()
169 if (last_update_.step != latest.step) { in UpdateProgress()
172 Display(latest); in UpdateProgress()
/system/tools/aidl/tests/trunk_stable_test/
DAndroid.bp80 // This is the version of the test that uses the latest V2 library.
/system/tools/aidl/build/
Daidl_api.go336 …rbc.Text(fmt.Sprintf(`echo "There is change between ToT version and the latest stable version. Fre…
338 …rbc.Text(fmt.Sprintf(`echo "There is no change from the latest stable version of %s. Nothing happe…
Daidl_test.go1568 …android.AssertStringDoesContain(t, "checkapi(dump == latest(1)) should import import's preprocesse…
1961 …android.AssertStringDoesContain(t, "foo-V1 imports bar-V1(latest) for 'bar'", rule.Args["optionalF…
1968 …android.AssertStringDoesContain(t, "unstable-foo imports bar-V2(latest) for 'bar'", rule.Args["opt…
1977 …android.AssertStringDoesContain(t, "foo-no-versions-V1(latest) imports bar-V2(latest) for 'bar'", …
/system/extras/simpleperf/doc/
Dcollect_etm_data_for_autofdo.md260 …Manual Armv8, D3 AArch64 Self-hosted Trace](https://developer.arm.com/documentation/ddi0487/latest)
261 * [ARM ETM Architecture Specification](https://developer.arm.com/documentation/ihi0064/latest/)
262 * [ARM CoreSight Architecture Specification](https://developer.arm.com/documentation/ihi0029/latest)
Dandroid_platform_profiling.md10 2. It is recommended to use the latest simpleperf available in AOSP main, if you are not working
DREADME.md14 The latest document is [here](https://android.googlesource.com/platform/system/extras/+/main/simple…
188 `--user-buffer-size 1G`. But `--user-buffer-size` is only available on latest simpleperf. If that
333 Then you can try the latest simpleperf scripts and binaries in system/extras/simpleperf/scripts.
/system/chre/apps/power_test/common/idl/
Dchre_power_test.fbs100 /// modem for the latest cell scan results on the given interval
/system/hardware/interfaces/media/
DAndroid.bp136 // you add the latest frozen version to versions_with_info
/system/core/fs_mgr/
DREADME.overlayfs.md84 The patch series is available on the upstream mailing list and the latest as
/system/tools/aidl/
DAndroid.bp574 // client uses the latest version
637 // client uses the latest version

12