Home
last modified time | relevance | path

Searched refs:Merge (Results 1 – 19 of 19) 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/
Dcow_snapuserd_test.cpp103 bool Merge();
674 bool CowSnapuserdTest::Merge() { in Merge() function in android::snapshot::CowSnapuserdTest
683 SnapshotStorageMode::Merge, 8))); in StartMerge()
745 ASSERT_TRUE(Merge()); in MergeInterruptRandomly()
758 ASSERT_TRUE(Merge()); in MergeInterruptFixed()
787 ASSERT_TRUE(Merge()); in MergeInterrupt()
1066 ASSERT_TRUE(harness.Merge()); in TEST()
1074 ASSERT_TRUE(harness.Merge()); in TEST()
1082 ASSERT_TRUE(harness.Merge()); in TEST()
Dpower_test.cpp87 bool Merge(int argc, char** argv);
121 return Merge(argc, argv); in Run()
396 bool PowerTest::Merge(int argc, char** argv) { in Merge() function in android::snapshot::PowerTest
412 if (!MapSnapshot(SnapshotStorageMode::Merge)) { in Merge()
Dsnapshot.cpp511 mode = SnapshotStorageMode::Merge; in MapSnapshot()
820 SnapshotStorageMode::Merge, kSnapshotChunkSize); in RewriteSnapshotDeviceTable()
Dsnapshot_test.cpp519 TEST_F(SnapshotTest, Merge) { in TEST_F() argument
/system/core/fs_mgr/libdm/
Ddm_target.cpp131 if (mode_ == SnapshotStorageMode::Merge) { in name()
141 case SnapshotStorageMode::Merge: in GetParameterString()
Ddm_test.cpp192 DmTargetSnapshot target3(0, 512, "base", "cow", SnapshotStorageMode::Merge, 8); in TEST()
210 bool Merge();
276 bool SnapshotTestHarness::Merge() { in Merge() function in SnapshotTestHarness
285 cow_loop_->device(), SnapshotStorageMode::Merge, 8))); in MergeImpl()
367 ASSERT_TRUE(harness.Merge()); in TEST()
/system/core/fs_mgr/libsnapshot/android/snapshot/
Dsnapshot.proto189 // Merge phase (if state == MERGING).
192 // Merge failure code, filled if state == MergeFailed.
226 // Merge failure code, filled if state == MergeFailed.
/system/bt/gd/packet/parser/
Dfield_list.h133 FieldList Merge(FieldList nested) const { in Merge() function
Dparent_def.cc260 return params.Merge(fields_.GetFieldsWithTypes(param_types)); in GetParamList()
/system/extras/simpleperf/
Dcmd_merge.cpp48 bool Merge(FileFeature& file) { in Merge() function in simpleperf::__anon017897fa0111::MergedFileFeature
391 } else if (!it->second.Merge(file)) { in WriteFileFeature()
/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.cpp785 attr_id_and_attr->second.Merge(attr); in MergePacketsForSplitWiphyDump()
/system/iorap/src/compiler/
Dcompiler.cc527 void Merge(CombinedState&& other) { in Merge() function
608 current_state.Merge(std::move(delta_state)); in ResolvePageCacheEntriesFromProtos()
/system/core/fs_mgr/libdm/include/libdm/
Ddm_target.h195 Merge enumerator
/system/core/fs_mgr/tools/
Ddmctl.cpp170 SnapshotStorageMode mode = SnapshotStorageMode::Merge; in Next()
/system/core/fs_mgr/libsnapshot/include/libsnapshot/
Dsnapshot.h398 FRIEND_TEST(SnapshotTest, Merge);