Home
last modified time | relevance | path

Searched refs:Merge (Results 1 – 23 of 23) 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.cpp254 attr_2g.Merge(attr_5g_and_dfs); in AppendBandInfoAttributes()
/system/core/fs_mgr/libsnapshot/snapuserd/user-space-merge/
Dmerge_worker.h35 bool Merge();
Dsnapuserd_test.cpp264 bool Merge();
760 bool SnapuserdTest::Merge() { in Merge() function in android::snapshot::SnapuserdTest
800 ASSERT_TRUE(Merge()); in MergeInterruptRandomly()
813 ASSERT_TRUE(Merge()); in MergeInterruptFixed()
827 ASSERT_TRUE(Merge()); in MergeInterruptAndValidate()
856 ASSERT_TRUE(Merge()); in MergeInterrupt()
866 ASSERT_TRUE(Merge()); in TEST_P()
880 ASSERT_TRUE(Merge()); in TEST_P()
896 ASSERT_TRUE(Merge()); in TEST_P()
924 ASSERT_TRUE(Merge()); in TEST_P()
[all …]
Dmerge_worker.cpp500 bool MergeWorker::Merge() { in Merge() function in android::snapshot::MergeWorker
601 if (!Merge()) { in Run()
/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/prebuilts/api/34.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/202404/private/
Duntrusted_app_30.te10 ### TODO(b/192334803): Merge this policy into untrusted_app_29 when possible
/system/core/fs_mgr/libdm/
Ddm_test.cpp228 DmTargetSnapshot target3(0, 512, "base", "cow", SnapshotStorageMode::Merge, 8); in TEST_F()
246 bool Merge();
312 bool SnapshotTestHarness::Merge() { in Merge() function in SnapshotTestHarness
321 cow_loop_->device(), SnapshotStorageMode::Merge, 8))); in MergeImpl()
403 ASSERT_TRUE(harness.Merge()); in TEST_F()
Ddm_target.cpp139 if (mode_ == SnapshotStorageMode::Merge) { in name()
149 case SnapshotStorageMode::Merge: in GetParameterString()
/system/core/fs_mgr/libsnapshot/android/snapshot/
Dsnapshot.proto212 // Merge phase (if state == MERGING).
215 // Merge failure code, filled if state == MergeFailed.
261 // Merge failure code, filled if the merge failed at any time (regardless
/system/extras/simpleperf/
DBranchListFile.h101 void Merge(const ETMBinary& other) { in Merge() function
Dcmd_merge.cpp48 bool Merge(FileFeature& file) { in Merge() function in simpleperf::__anonfce4a9670111::MergedFileFeature
392 } else if (!it->second.Merge(file)) { in WriteFileFeature()
Dcmd_inject.cpp84 void Merge(const AutoFDOBinaryInfo& other) { in Merge() function
658 it->second.Merge(binary); in AddAutoFDOBinary()
749 it->second.Merge(binary); in AddETMBinary()
/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.cpp842 attr_id_and_attr->second.Merge(attr); in MergePacketsForSplitWiphyDump()
/system/core/fs_mgr/libdm/include/libdm/
Ddm_target.h214 Merge enumerator
/system/core/fs_mgr/tools/
Ddmctl.cpp189 SnapshotStorageMode mode = SnapshotStorageMode::Merge; in Next()
/system/core/fs_mgr/libsnapshot/include/libsnapshot/
Dsnapshot.h418 FRIEND_TEST(SnapshotTest, Merge);
/system/core/fs_mgr/libsnapshot/
Dsnapshot.cpp649 mode = SnapshotStorageMode::Merge; in MapSnapshot()
663 mode = SnapshotStorageMode::Merge; in MapSnapshot()
997 SnapshotStorageMode::Merge, kSnapshotChunkSize); in RewriteSnapshotDeviceTable()
Dsnapshot_test.cpp631 TEST_F(SnapshotTest, Merge) { in TEST_F() argument