Home
last modified time | relevance | path

Searched refs:Merge (Results 1 – 15 of 15) 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.cpp189 attr_2g.Merge(attr_5g_and_dfs); in AppendBandInfoAttributes()
/system/core/fs_mgr/libsnapshot/
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.cpp428 mode = SnapshotStorageMode::Merge; in MapSnapshot()
728 SnapshotStorageMode::Merge, kSnapshotChunkSize); in RewriteSnapshotDeviceTable()
Dsnapshot_test.cpp460 TEST_F(SnapshotTest, Merge) { in TEST_F() argument
/system/core/fs_mgr/libdm/
Ddm_test.cpp191 DmTargetSnapshot target3(0, 512, "base", "cow", SnapshotStorageMode::Merge, 8); in TEST()
209 bool Merge();
275 bool SnapshotTestHarness::Merge() { in Merge() function in SnapshotTestHarness
284 cow_loop_->device(), SnapshotStorageMode::Merge, 8))); in MergeImpl()
366 ASSERT_TRUE(harness.Merge()); in TEST()
Ddm_target.cpp129 if (mode_ == SnapshotStorageMode::Merge) { in name()
139 case SnapshotStorageMode::Merge: in GetParameterString()
/system/bt/gd/packet/parser/
Dfield_list.h133 FieldList Merge(FieldList nested) const { in Merge() function
Dparent_def.cc243 return params.Merge(fields_.GetFieldsWithTypes(param_types)); in GetParamList()
/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.cpp580 attr_id_and_attr->second.Merge(attr); in MergePacketsForSplitWiphyDump()
/system/core/fs_mgr/libdm/include/libdm/
Ddm_target.h195 Merge enumerator
/system/core/fs_mgr/libsnapshot/include/libsnapshot/
Dsnapshot.h314 FRIEND_TEST(SnapshotTest, Merge);
/system/core/fs_mgr/tools/
Ddmctl.cpp168 SnapshotStorageMode mode = SnapshotStorageMode::Merge; in Next()