Home
last modified time | relevance | path

Searched refs:Merge (Results 1 – 24 of 24) sorted by relevance

/system/connectivity/wificond/tests/
Dnl80211_attribute_unittest.cpp305 ASSERT_TRUE(attr1.Merge(attr2)); in TEST()
316 EXPECT_FALSE(valid_attr.Merge(invalid_attr)); in TEST()
322 EXPECT_FALSE(attr1.Merge(attr2)); in TEST()
332 ASSERT_TRUE(nested_attr1.Merge(nested_attr2)); in TEST()
Dnetlink_utils_unittest.cpp253 attr_2g.Merge(attr_5g_and_dfs); in AppendBandInfoAttributes()
/system/core/fs_mgr/libsnapshot/snapuserd/user-space-merge/
Dsnapuserd_test.cpp109 bool Merge();
679 bool SnapuserdTest::Merge() { in Merge() function in android::snapshot::SnapuserdTest
720 ASSERT_TRUE(Merge()); in MergeInterruptRandomly()
733 ASSERT_TRUE(Merge()); in MergeInterruptFixed()
762 ASSERT_TRUE(Merge()); in MergeInterrupt()
769 ASSERT_TRUE(Merge()); in TEST_F()
782 ASSERT_TRUE(Merge()); in TEST_F()
807 ASSERT_TRUE(Merge()); in TEST_F()
814 ASSERT_TRUE(Merge()); in TEST_F()
Dsnapuserd_merge.cpp468 bool Worker::Merge() { in Merge() function in android::snapshot::Worker
560 if (!Merge()) { in RunMergeThread()
Dsnapuserd_core.h254 bool Merge();
/system/core/fs_mgr/libsnapshot/libsnapshot_cow/
Dinspect_cow.cpp53 enum OpIter { Normal, RevMerge, Merge }; enumerator
153 } else if (opt.iter_type == Merge) { in Inspect()
241 opt.iter_type = android::snapshot::Merge; in main()
/system/sepolicy/prebuilts/api/33.0/private/
Duntrusted_app_30.te10 ### TODO(b/192334803): Merge this policy into untrusted_app_29 when possible
/system/sepolicy/private/
Duntrusted_app_30.te10 ### TODO(b/192334803): Merge this policy into untrusted_app_29 when possible
/system/sepolicy/prebuilts/api/34.0/private/
Duntrusted_app_30.te10 ### TODO(b/192334803): Merge this policy into untrusted_app_29 when possible
/system/core/fs_mgr/libsnapshot/snapuserd/dm-snapshot-merge/
Dcow_snapuserd_test.cpp104 bool Merge();
789 bool CowSnapuserdTest::Merge() { in Merge() function in android::snapshot::CowSnapuserdTest
798 SnapshotStorageMode::Merge, 8))); in StartMerge()
860 ASSERT_TRUE(Merge()); in MergeInterruptRandomly()
873 ASSERT_TRUE(Merge()); in MergeInterruptFixed()
902 ASSERT_TRUE(Merge()); in MergeInterrupt()
1179 ASSERT_TRUE(harness.Merge()); in TEST()
1193 ASSERT_TRUE(harness.Merge()); in TEST()
1201 ASSERT_TRUE(harness.Merge()); in TEST()
/system/core/fs_mgr/libdm/
Ddm_target.cpp135 if (mode_ == SnapshotStorageMode::Merge) { in name()
145 case SnapshotStorageMode::Merge: in GetParameterString()
Ddm_test.cpp219 DmTargetSnapshot target3(0, 512, "base", "cow", SnapshotStorageMode::Merge, 8); in TEST_F()
237 bool Merge();
303 bool SnapshotTestHarness::Merge() { in Merge() function in SnapshotTestHarness
312 cow_loop_->device(), SnapshotStorageMode::Merge, 8))); in MergeImpl()
394 ASSERT_TRUE(harness.Merge()); in TEST_F()
/system/core/fs_mgr/libsnapshot/android/snapshot/
Dsnapshot.proto195 // Merge phase (if state == MERGING).
198 // Merge failure code, filled if state == MergeFailed.
238 // Merge failure code, filled if the merge failed at any time (regardless
/system/extras/simpleperf/
DETMBranchListFile.h73 void Merge(const BranchListBinaryInfo& other) { in Merge() function
Dcmd_merge.cpp48 bool Merge(FileFeature& file) { in Merge() function in simpleperf::__anon8f99ec180111::MergedFileFeature
392 } else if (!it->second.Merge(file)) { in WriteFileFeature()
Dcmd_inject.cpp73 void Merge(const AutoFDOBinaryInfo& other) { in Merge() function
438 it->second.Merge(binary); in AddAutoFDOBinary()
521 it->second.Merge(binary); in AddBranchListBinary()
/system/connectivity/wificond/net/
Dnl80211_attribute.h55 bool Merge(const BaseNL80211Attr& attr);
Dnl80211_attribute.cpp94 bool BaseNL80211Attr::Merge(const BaseNL80211Attr& other_attr) { in Merge() function in android::wificond::BaseNL80211Attr
Dnetlink_utils.cpp831 attr_id_and_attr->second.Merge(attr); in MergePacketsForSplitWiphyDump()
/system/core/fs_mgr/libdm/include/libdm/
Ddm_target.h196 Merge enumerator
/system/core/fs_mgr/tools/
Ddmctl.cpp172 SnapshotStorageMode mode = SnapshotStorageMode::Merge; in Next()
/system/core/fs_mgr/libsnapshot/include/libsnapshot/
Dsnapshot.h427 FRIEND_TEST(SnapshotTest, Merge);
/system/core/fs_mgr/libsnapshot/
Dsnapshot.cpp602 mode = SnapshotStorageMode::Merge; in MapSnapshot()
616 mode = SnapshotStorageMode::Merge; in MapSnapshot()
942 SnapshotStorageMode::Merge, kSnapshotChunkSize); in RewriteSnapshotDeviceTable()
Dsnapshot_test.cpp631 TEST_F(SnapshotTest, Merge) { in TEST_F() argument