Searched defs:auto (Results 1 – 9 of 9) sorted by relevance
/aosp14/frameworks/base/libs/androidfw/tests/ |
H A D | ByteBucketArray_test.cpp | 97 bba.forEachItem([&count](auto, auto) { ++count; }); in TEST() argument 103 bba.forEachItem([&count](auto, auto) { ++count; }); in TEST() argument
|
/aosp14/frameworks/base/libs/hwui/tests/unit/ |
H A D | WebViewFunctorManagerTests.cpp | 59 TestUtils::runOnRenderThreadUnmanaged([&](auto&) { in TEST() argument 66 TestUtils::runOnRenderThreadUnmanaged([&](auto&) { in TEST() argument 93 TestUtils::runOnRenderThreadUnmanaged([&](auto&) { in TEST() argument 119 TestUtils::runOnRenderThreadUnmanaged([&](auto&) { in TEST() argument 136 TestUtils::runOnRenderThreadUnmanaged([&](auto&) { in TEST() argument
|
H A D | SkiaDisplayListTests.cpp | 117 TestUtils::runOnRenderThread([&](auto&) { in TEST() argument 128 TestUtils::runOnRenderThread([](auto&) { in TEST() argument
|
/aosp14/system/core/healthd/ |
H A D | healthd_mode_charger_test.cpp | 143 .WillRepeatedly(Invoke([](const auto&, GRSurface** surface) { in ExpectChargerResAt() 149 .WillRepeatedly(Invoke([&](const auto&, int* frames, int* fps, GRSurface*** surface) { in ExpectChargerResAt()
|
/aosp14/system/core/fs_mgr/ |
H A D | fs_mgr_vendor_overlay.cpp | 71 const auto [overlay_top, mount_dir] = mount_point; in fs_mgr_vendor_overlay_mount() local
|
/aosp14/frameworks/base/services/core/java/com/android/server/content/ |
H A D | SyncStorageEngine.java | 1033 Boolean auto = mMasterSyncAutomatically.get(userId); in setMasterSyncAutomatically() local 1053 Boolean auto = mMasterSyncAutomatically.get(userId); in getMasterSyncAutomatically() local
|
/aosp14/frameworks/base/services/incremental/ |
H A D | IncrementalService.cpp | 287 auto deleter = [f = std::move(f)](auto) { // NOLINT in makeCleanup() argument 1355 const auto [it, _] = in addBindMountRecordLocked() local 2232 const auto [filledBlocksCount, totalBlocksCount] = in getLoadingProgressFromPath() local
|
/aosp14/system/core/libutils/ |
H A D | Looper_test.cpp | 821 const auto [secondPipeId, fd] = util.createPipe(); in TEST_F() local
|
/aosp14/frameworks/base/libs/androidfw/ |
H A D | AssetManager2.cpp | 1418 package.filtered_configs_.forEachItem([](auto, auto& fcg) { fcg.type_entries.clear(); }); in RebuildFilterList() argument
|